QuickBookService
Click here for a complete list of operations.
GetRandomVideo
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/DynamicVideoPlayer/DynamicVideo.asmx HTTP/1.1 Host: bishwojyoti.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetRandomVideo" <?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> <GetRandomVideo xmlns="http://tempuri.org/" /> </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> <GetRandomVideoResponse xmlns="http://tempuri.org/"> <GetRandomVideoResult> <TheatreId>int</TheatreId> <TheatreName>string</TheatreName> <MovieID>int</MovieID> <Title>string</Title> <Alias>string</Alias> <Description>string</Description> <MovieInfo>string</MovieInfo> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>string</ReleaseDate> <Duration>string</Duration> <Language>string</Language> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <RollQuality>string</RollQuality> <ShowTimeID>int</ShowTimeID> <ScreenTitle>string</ScreenTitle> <ShowTime>string</ShowTime> <StartTime>string</StartTime> <EndTime>string</EndTime> <DisplayOrder>int</DisplayOrder> <MediaID>int</MediaID> <MediaPath>string</MediaPath> <VideoName>string</VideoName> <ImageName>string</ImageName> <MediaScope>string</MediaScope> <IsPrimary>boolean</IsPrimary> <Caption>string</Caption> <IsType>int</IsType> <TotalCount>int</TotalCount> <ObjectType>string</ObjectType> <Rating>int</Rating> <Review>string</Review> <ShowID>int</ShowID> <Available>boolean</Available> <HDImage>string</HDImage> <EnableOnlineBooking>boolean</EnableOnlineBooking> <Disclaimer>string</Disclaimer> <ShowDate>string</ShowDate> <ShowList>string</ShowList> </GetRandomVideoResult> </GetRandomVideoResponse> </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/DynamicVideoPlayer/DynamicVideo.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> <GetRandomVideo xmlns="http://tempuri.org/" /> </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> <GetRandomVideoResponse xmlns="http://tempuri.org/"> <GetRandomVideoResult> <TheatreId>int</TheatreId> <TheatreName>string</TheatreName> <MovieID>int</MovieID> <Title>string</Title> <Alias>string</Alias> <Description>string</Description> <MovieInfo>string</MovieInfo> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>string</ReleaseDate> <Duration>string</Duration> <Language>string</Language> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <RollQuality>string</RollQuality> <ShowTimeID>int</ShowTimeID> <ScreenTitle>string</ScreenTitle> <ShowTime>string</ShowTime> <StartTime>string</StartTime> <EndTime>string</EndTime> <DisplayOrder>int</DisplayOrder> <MediaID>int</MediaID> <MediaPath>string</MediaPath> <VideoName>string</VideoName> <ImageName>string</ImageName> <MediaScope>string</MediaScope> <IsPrimary>boolean</IsPrimary> <Caption>string</Caption> <IsType>int</IsType> <TotalCount>int</TotalCount> <ObjectType>string</ObjectType> <Rating>int</Rating> <Review>string</Review> <ShowID>int</ShowID> <Available>boolean</Available> <HDImage>string</HDImage> <EnableOnlineBooking>boolean</EnableOnlineBooking> <Disclaimer>string</Disclaimer> <ShowDate>string</ShowDate> <ShowList>string</ShowList> </GetRandomVideoResult> </GetRandomVideoResponse> </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/DynamicVideoPlayer/DynamicVideo.asmx/GetRandomVideo? 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"?> <MovieShowInfo xmlns="http://tempuri.org/"> <TheatreId>int</TheatreId> <TheatreName>string</TheatreName> <MovieID>int</MovieID> <Title>string</Title> <Alias>string</Alias> <Description>string</Description> <MovieInfo>string</MovieInfo> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>string</ReleaseDate> <Duration>string</Duration> <Language>string</Language> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <RollQuality>string</RollQuality> <ShowTimeID>int</ShowTimeID> <ScreenTitle>string</ScreenTitle> <ShowTime>string</ShowTime> <StartTime>string</StartTime> <EndTime>string</EndTime> <DisplayOrder>int</DisplayOrder> <MediaID>int</MediaID> <MediaPath>string</MediaPath> <VideoName>string</VideoName> <ImageName>string</ImageName> <MediaScope>string</MediaScope> <IsPrimary>boolean</IsPrimary> <Caption>string</Caption> <IsType>int</IsType> <TotalCount>int</TotalCount> <ObjectType>string</ObjectType> <Rating>int</Rating> <Review>string</Review> <ShowID>int</ShowID> <Available>boolean</Available> <HDImage>string</HDImage> <EnableOnlineBooking>boolean</EnableOnlineBooking> <Disclaimer>string</Disclaimer> <ShowDate>string</ShowDate> <ShowList>string</ShowList> </MovieShowInfo>
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/DynamicVideoPlayer/DynamicVideo.asmx/GetRandomVideo HTTP/1.1 Host: bishwojyoti.com Content-Type: application/x-www-form-urlencoded Content-Length: length
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <MovieShowInfo xmlns="http://tempuri.org/"> <TheatreId>int</TheatreId> <TheatreName>string</TheatreName> <MovieID>int</MovieID> <Title>string</Title> <Alias>string</Alias> <Description>string</Description> <MovieInfo>string</MovieInfo> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>string</ReleaseDate> <Duration>string</Duration> <Language>string</Language> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <RollQuality>string</RollQuality> <ShowTimeID>int</ShowTimeID> <ScreenTitle>string</ScreenTitle> <ShowTime>string</ShowTime> <StartTime>string</StartTime> <EndTime>string</EndTime> <DisplayOrder>int</DisplayOrder> <MediaID>int</MediaID> <MediaPath>string</MediaPath> <VideoName>string</VideoName> <ImageName>string</ImageName> <MediaScope>string</MediaScope> <IsPrimary>boolean</IsPrimary> <Caption>string</Caption> <IsType>int</IsType> <TotalCount>int</TotalCount> <ObjectType>string</ObjectType> <Rating>int</Rating> <Review>string</Review> <ShowID>int</ShowID> <Available>boolean</Available> <HDImage>string</HDImage> <EnableOnlineBooking>boolean</EnableOnlineBooking> <Disclaimer>string</Disclaimer> <ShowDate>string</ShowDate> <ShowList>string</ShowList> </MovieShowInfo>