WebService


Click here for a complete list of operations.

MovieAddUpdate

Test

The test form is only available for requests from the local machine.

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/MovieAddUpdate"

<?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>
    <MovieAddUpdate xmlns="http://tempuri.org/">
      <objMovie>
        <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>
      </objMovie>
      <UserName>string</UserName>
      <PortalID>int</PortalID>
      <userModuleId>int</userModuleId>
      <secureToken>string</secureToken>
      <movieDistributor>string</movieDistributor>
    </MovieAddUpdate>
  </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>
    <MovieAddUpdateResponse xmlns="http://tempuri.org/">
      <MovieAddUpdateResult>int</MovieAddUpdateResult>
    </MovieAddUpdateResponse>
  </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>
    <MovieAddUpdate xmlns="http://tempuri.org/">
      <objMovie>
        <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>
      </objMovie>
      <UserName>string</UserName>
      <PortalID>int</PortalID>
      <userModuleId>int</userModuleId>
      <secureToken>string</secureToken>
      <movieDistributor>string</movieDistributor>
    </MovieAddUpdate>
  </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>
    <MovieAddUpdateResponse xmlns="http://tempuri.org/">
      <MovieAddUpdateResult>int</MovieAddUpdateResult>
    </MovieAddUpdateResponse>
  </soap12:Body>
</soap12:Envelope>