WebService
Click here for a complete list of operations.
MovieGetDetail
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/SageFlick/MovieAddEdit/WebService.asmx HTTP/1.1 Host: bishwojyoti.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/MovieGetDetail" <?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> <MovieGetDetail xmlns="http://tempuri.org/"> <MovieID>int</MovieID> </MovieGetDetail> </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> <MovieGetDetailResponse xmlns="http://tempuri.org/"> <MovieGetDetailResult> <RowTotal>int</RowTotal> <MovieID>long</MovieID> <Title>string</Title> <MovieCode>string</MovieCode> <Alias>string</Alias> <Description>string</Description> <Message>string</Message> <MovieInformation>string</MovieInformation> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>dateTime</ReleaseDate> <Released>string</Released> <Duration>int</Duration> <DisplayOrder>int</DisplayOrder> <Language>string</Language> <IsInterNational>boolean</IsInterNational> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <CostPrice>decimal</CostPrice> <RollQuality>string</RollQuality> <RollQuantity>int</RollQuantity> <hsnMovieCode>string</hsnMovieCode> <PaidTax>decimal</PaidTax> <PurchasedDate>dateTime</PurchasedDate> <Purchased>string</Purchased> <OutVendorID>int</OutVendorID> <VendorID>int</VendorID> <IsActive>boolean</IsActive> <ImgMediaPath>string</ImgMediaPath> <ImgCaption>string</ImgCaption> <BaseImage>string</BaseImage> <ImgDisplayOrder>string</ImgDisplayOrder> <VidMediPath>string</VidMediPath> <VidCaption>string</VidCaption> <VidBaseImage>string</VidBaseImage> <VidDisplayOrder>string</VidDisplayOrder> <urlPath>string</urlPath> <urlCaption>string</urlCaption> <urlType>string</urlType> <HDImage>string</HDImage> <Type>string</Type> <Distributor_Firstweek>decimal</Distributor_Firstweek> <Distributor_Secondweek>decimal</Distributor_Secondweek> <Distributor_Thirdweek>decimal</Distributor_Thirdweek> <Distributor_Lastweek>decimal</Distributor_Lastweek> <IsOnShow>boolean</IsOnShow> <IsShowInBanner>boolean</IsShowInBanner> <IsBanner>boolean</IsBanner> <EnableOnlineBooking>boolean</EnableOnlineBooking> <OutDistributor_Firstweek>decimal</OutDistributor_Firstweek> <OutDistributor_Secondweek>decimal</OutDistributor_Secondweek> <OutDistributor_Thirdweek>decimal</OutDistributor_Thirdweek> <OutDistributor_Lastweek>decimal</OutDistributor_Lastweek> <MovieDistributors> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> </MovieDistributors> </MovieGetDetailResult> </MovieGetDetailResponse> </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/SageFlick/MovieAddEdit/WebService.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> <MovieGetDetail xmlns="http://tempuri.org/"> <MovieID>int</MovieID> </MovieGetDetail> </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> <MovieGetDetailResponse xmlns="http://tempuri.org/"> <MovieGetDetailResult> <RowTotal>int</RowTotal> <MovieID>long</MovieID> <Title>string</Title> <MovieCode>string</MovieCode> <Alias>string</Alias> <Description>string</Description> <Message>string</Message> <MovieInformation>string</MovieInformation> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>dateTime</ReleaseDate> <Released>string</Released> <Duration>int</Duration> <DisplayOrder>int</DisplayOrder> <Language>string</Language> <IsInterNational>boolean</IsInterNational> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <CostPrice>decimal</CostPrice> <RollQuality>string</RollQuality> <RollQuantity>int</RollQuantity> <hsnMovieCode>string</hsnMovieCode> <PaidTax>decimal</PaidTax> <PurchasedDate>dateTime</PurchasedDate> <Purchased>string</Purchased> <OutVendorID>int</OutVendorID> <VendorID>int</VendorID> <IsActive>boolean</IsActive> <ImgMediaPath>string</ImgMediaPath> <ImgCaption>string</ImgCaption> <BaseImage>string</BaseImage> <ImgDisplayOrder>string</ImgDisplayOrder> <VidMediPath>string</VidMediPath> <VidCaption>string</VidCaption> <VidBaseImage>string</VidBaseImage> <VidDisplayOrder>string</VidDisplayOrder> <urlPath>string</urlPath> <urlCaption>string</urlCaption> <urlType>string</urlType> <HDImage>string</HDImage> <Type>string</Type> <Distributor_Firstweek>decimal</Distributor_Firstweek> <Distributor_Secondweek>decimal</Distributor_Secondweek> <Distributor_Thirdweek>decimal</Distributor_Thirdweek> <Distributor_Lastweek>decimal</Distributor_Lastweek> <IsOnShow>boolean</IsOnShow> <IsShowInBanner>boolean</IsShowInBanner> <IsBanner>boolean</IsBanner> <EnableOnlineBooking>boolean</EnableOnlineBooking> <OutDistributor_Firstweek>decimal</OutDistributor_Firstweek> <OutDistributor_Secondweek>decimal</OutDistributor_Secondweek> <OutDistributor_Thirdweek>decimal</OutDistributor_Thirdweek> <OutDistributor_Lastweek>decimal</OutDistributor_Lastweek> <MovieDistributors> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> </MovieDistributors> </MovieGetDetailResult> </MovieGetDetailResponse> </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/SageFlick/MovieAddEdit/WebService.asmx/MovieGetDetail?MovieID=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"?> <MovieInfo xmlns="http://tempuri.org/"> <RowTotal>int</RowTotal> <MovieID>long</MovieID> <Title>string</Title> <MovieCode>string</MovieCode> <Alias>string</Alias> <Description>string</Description> <Message>string</Message> <MovieInformation>string</MovieInformation> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>dateTime</ReleaseDate> <Released>string</Released> <Duration>int</Duration> <DisplayOrder>int</DisplayOrder> <Language>string</Language> <IsInterNational>boolean</IsInterNational> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <CostPrice>decimal</CostPrice> <RollQuality>string</RollQuality> <RollQuantity>int</RollQuantity> <hsnMovieCode>string</hsnMovieCode> <PaidTax>decimal</PaidTax> <PurchasedDate>dateTime</PurchasedDate> <Purchased>string</Purchased> <OutVendorID>int</OutVendorID> <VendorID>int</VendorID> <IsActive>boolean</IsActive> <ImgMediaPath>string</ImgMediaPath> <ImgCaption>string</ImgCaption> <BaseImage>string</BaseImage> <ImgDisplayOrder>string</ImgDisplayOrder> <VidMediPath>string</VidMediPath> <VidCaption>string</VidCaption> <VidBaseImage>string</VidBaseImage> <VidDisplayOrder>string</VidDisplayOrder> <urlPath>string</urlPath> <urlCaption>string</urlCaption> <urlType>string</urlType> <HDImage>string</HDImage> <Type>string</Type> <Distributor_Firstweek>decimal</Distributor_Firstweek> <Distributor_Secondweek>decimal</Distributor_Secondweek> <Distributor_Thirdweek>decimal</Distributor_Thirdweek> <Distributor_Lastweek>decimal</Distributor_Lastweek> <IsOnShow>boolean</IsOnShow> <IsShowInBanner>boolean</IsShowInBanner> <IsBanner>boolean</IsBanner> <EnableOnlineBooking>boolean</EnableOnlineBooking> <OutDistributor_Firstweek>decimal</OutDistributor_Firstweek> <OutDistributor_Secondweek>decimal</OutDistributor_Secondweek> <OutDistributor_Thirdweek>decimal</OutDistributor_Thirdweek> <OutDistributor_Lastweek>decimal</OutDistributor_Lastweek> <MovieDistributors> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> </MovieDistributors> </MovieInfo>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/SageFlick/MovieAddEdit/WebService.asmx/MovieGetDetail HTTP/1.1 Host: bishwojyoti.com Content-Type: application/x-www-form-urlencoded Content-Length: length MovieID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <MovieInfo xmlns="http://tempuri.org/"> <RowTotal>int</RowTotal> <MovieID>long</MovieID> <Title>string</Title> <MovieCode>string</MovieCode> <Alias>string</Alias> <Description>string</Description> <Message>string</Message> <MovieInformation>string</MovieInformation> <Notes>string</Notes> <Grade>string</Grade> <ReleaseDate>dateTime</ReleaseDate> <Released>string</Released> <Duration>int</Duration> <DisplayOrder>int</DisplayOrder> <Language>string</Language> <IsInterNational>boolean</IsInterNational> <Genre>string</Genre> <Director>string</Director> <Cast>string</Cast> <CostPrice>decimal</CostPrice> <RollQuality>string</RollQuality> <RollQuantity>int</RollQuantity> <hsnMovieCode>string</hsnMovieCode> <PaidTax>decimal</PaidTax> <PurchasedDate>dateTime</PurchasedDate> <Purchased>string</Purchased> <OutVendorID>int</OutVendorID> <VendorID>int</VendorID> <IsActive>boolean</IsActive> <ImgMediaPath>string</ImgMediaPath> <ImgCaption>string</ImgCaption> <BaseImage>string</BaseImage> <ImgDisplayOrder>string</ImgDisplayOrder> <VidMediPath>string</VidMediPath> <VidCaption>string</VidCaption> <VidBaseImage>string</VidBaseImage> <VidDisplayOrder>string</VidDisplayOrder> <urlPath>string</urlPath> <urlCaption>string</urlCaption> <urlType>string</urlType> <HDImage>string</HDImage> <Type>string</Type> <Distributor_Firstweek>decimal</Distributor_Firstweek> <Distributor_Secondweek>decimal</Distributor_Secondweek> <Distributor_Thirdweek>decimal</Distributor_Thirdweek> <Distributor_Lastweek>decimal</Distributor_Lastweek> <IsOnShow>boolean</IsOnShow> <IsShowInBanner>boolean</IsShowInBanner> <IsBanner>boolean</IsBanner> <EnableOnlineBooking>boolean</EnableOnlineBooking> <OutDistributor_Firstweek>decimal</OutDistributor_Firstweek> <OutDistributor_Secondweek>decimal</OutDistributor_Secondweek> <OutDistributor_Thirdweek>decimal</OutDistributor_Thirdweek> <OutDistributor_Lastweek>decimal</OutDistributor_Lastweek> <MovieDistributors> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> <MovieDistributor> <LocationID>int</LocationID> <DistributorID>int</DistributorID> <FirstWeek>decimal</FirstWeek> <SecondWeek>decimal</SecondWeek> <ThirdWeek>decimal</ThirdWeek> <LastWeek>decimal</LastWeek> </MovieDistributor> </MovieDistributors> </MovieInfo>