A new Internet company (CloseShow) wants to provide a composite service providing
registered users with the list of movies played in cinemas located near their homes.
After user log-in, the service will provide a list of movies available in cinemas whose
the address is at maximum 1km far from the user's address (specified in the registration
form).
To identify the nearby cinemas, CloseShow exploits:
(i) A third party movie service (MovieDB) that for each cinema of a given city,
provides the list of all movies in the playing schedule. Each movie
description contains the movie Name and the Running Time, as well as the
cinema’s Name and Address.
(ii) Google Maps to compute the distance between the user address and the
cinema’s one.
You are in charge of designing the process of CloseShow.
1) Sketch the WSDL interfaces for two SOAP services, one implementing MovieDB
and the other wrapping the needed functionalities of Google Maps. Make all
necessary assumptions.
2) Show a MovieDB request in SOAP/XML.
3) Sketch the BPEL code for the entire CloseShow orchestration, including an
authentication service to retrieve the user address and other services you
consider necessary.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme