ShippingLabel


Click here for a complete list of operations.

GetCustSoldInfoByRef

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 /SupplyChainWebService_new/ShippingLabel.asmx HTTP/1.1
Host: 831483.bhlmuz689.asia
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://Infomace.Web.SCWS.ServiceContracts/2007/02/GetCustSoldInfoByRef"

<?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>
    <lvShippingEndCustDelInfoRequest xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/02">
      <LoginToken>
        <Login xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Login>
        <Password xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Password>
        <Ip_address xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Ip_address>
        <Host_name xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Host_name>
        <Public_key xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Public_key>
      </LoginToken>
      <ShippingRef>string</ShippingRef>
    </lvShippingEndCustDelInfoRequest>
  </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>
    <GetCustSoldInfoByRefResult xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/02">
      <ShippingEndCustCollection>
        <ShippingEndCustDeliveryInfo>
          <InvoiceNo xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</InvoiceNo>
          <Customer xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Customer>
          <CustName xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</CustName>
          <Address1 xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Address1>
          <Address2 xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Address2>
          <Address3 xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Address3>
          <CustRef xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</CustRef>
          <Area xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Area>
          <PostCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</PostCode>
          <OurRef xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</OurRef>
          <Carrier xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Carrier>
          <OrderStatus xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</OrderStatus>
          <OrderDate xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">dateTime</OrderDate>
        </ShippingEndCustDeliveryInfo>
        <ShippingEndCustDeliveryInfo>
          <InvoiceNo xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</InvoiceNo>
          <Customer xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Customer>
          <CustName xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</CustName>
          <Address1 xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Address1>
          <Address2 xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Address2>
          <Address3 xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Address3>
          <CustRef xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</CustRef>
          <Area xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Area>
          <PostCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</PostCode>
          <OurRef xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</OurRef>
          <Carrier xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Carrier>
          <OrderStatus xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</OrderStatus>
          <OrderDate xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">dateTime</OrderDate>
        </ShippingEndCustDeliveryInfo>
      </ShippingEndCustCollection>
      <DBResponse>
        <ResponseCode xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ResponseCode>
        <ResponseDescription xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</ResponseDescription>
        <FailedRecommendation xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</FailedRecommendation>
        <FailedKey_ID xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</FailedKey_ID>
      </DBResponse>
    </GetCustSoldInfoByRefResult>
  </soap:Body>
</soap:Envelope>