NowShowingWebService
Click here for a complete list of operations.
GetNowShowing
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/CineSite/Movies/NowShowingWebService.asmx HTTP/1.1 Host: bishwojyoti.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetNowShowing" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetNowShowing xmlns="http://tempuri.org/"> <AppPath>string</AppPath> <PortalId>int</PortalId> <username>string</username> <ShowDate>string</ShowDate> <CurrentMovieID>int</CurrentMovieID> <locationID>int</locationID> </GetNowShowing> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetNowShowingResponse xmlns="http://tempuri.org/"> <GetNowShowingResult> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo xsi:nil="true" /> <ShowInfo xsi:nil="true" /> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo xsi:nil="true" /> <ShowInfo xsi:nil="true" /> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> </GetNowShowingResult> </GetNowShowingResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/CineSite/Movies/NowShowingWebService.asmx HTTP/1.1 Host: bishwojyoti.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetNowShowing xmlns="http://tempuri.org/"> <AppPath>string</AppPath> <PortalId>int</PortalId> <username>string</username> <ShowDate>string</ShowDate> <CurrentMovieID>int</CurrentMovieID> <locationID>int</locationID> </GetNowShowing> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetNowShowingResponse xmlns="http://tempuri.org/"> <GetNowShowingResult> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo xsi:nil="true" /> <ShowInfo xsi:nil="true" /> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo xsi:nil="true" /> <ShowInfo xsi:nil="true" /> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> </GetNowShowingResult> </GetNowShowingResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Modules/CineSite/Movies/NowShowingWebService.asmx/GetNowShowing?AppPath=string&PortalId=string&username=string&ShowDate=string&CurrentMovieID=string&locationID=string HTTP/1.1 Host: bishwojyoti.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfNowShowWithShowTime xmlns="http://tempuri.org/"> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> </ArrayOfNowShowWithShowTime>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/CineSite/Movies/NowShowingWebService.asmx/GetNowShowing HTTP/1.1 Host: bishwojyoti.com Content-Type: application/x-www-form-urlencoded Content-Length: length AppPath=string&PortalId=string&username=string&ShowDate=string&CurrentMovieID=string&locationID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ArrayOfNowShowWithShowTime xmlns="http://tempuri.org/"> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> <NowShowWithShowTime> <MovieID>int</MovieID> <Movie>string</Movie> <Duration>int</Duration> <MediaPath>string</MediaPath> <Description>string</Description> <Grade>string</Grade> <Genre>string</Genre> <YouTube>string</YouTube> <HDImage>string</HDImage> <IsShowInBanner>boolean</IsShowInBanner> <TotalLikes>int</TotalLikes> <HasLiked>boolean</HasLiked> <ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> <ShowInfo> <ShowID>int</ShowID> <StartTime>string</StartTime> <Available>boolean</Available> <LockWeb>boolean</LockWeb> <OccupancyClass>string</OccupancyClass> <ScreenID>int</ScreenID> <ShowTime_data_lockweb>boolean</ShowTime_data_lockweb> <ShowTime_href>string</ShowTime_href> <ShowTime>string</ShowTime> <ShowTime_class>string</ShowTime_class> </ShowInfo> </ShowInfo> <LocationCount>int</LocationCount> <LocationID>int</LocationID> <TimeString>string</TimeString> <Grade_Class>string</Grade_Class> <Title_data_adult>boolean</Title_data_adult> <MediaPath_src>string</MediaPath_src> <Title_href>string</Title_href> <Trailer_data_url>string</Trailer_data_url> <Title_data_grade>string</Title_data_grade> <HasLiked_data_movieid>int</HasLiked_data_movieid> <HasLiked_data_liked>boolean</HasLiked_data_liked> <LikesCount>string</LikesCount> <MovieInfo_data_message>string</MovieInfo_data_message> </NowShowWithShowTime> </ArrayOfNowShowWithShowTime>