EwsLabelService


Click here for a complete list of operations.

CalculateDdpRate

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 /LabelService/EwsLabelService.asmx HTTP/1.1
Host: elstestserver.endicia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "www.envmgr.com/LabelService/CalculateDdpRate"

<?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>
    <CalculateDdpRate xmlns="www.envmgr.com/LabelService">
      <DdpRateRequest>
        <FromState>string</FromState>
        <FromCity>string</FromCity>
        <FromCountryCode>string</FromCountryCode>
        <ToState>string</ToState>
        <ToCity>string</ToCity>
        <ToPostalCode>string</ToPostalCode>
        <ToCountryCode>string</ToCountryCode>
        <WeightOz>double</WeightOz>
        <Value>double</Value>
        <CustomsItems>
          <CustomsItem>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <Weight>decimal</Weight>
            <Value>decimal</Value>
            <HSTariffNumber>string</HSTariffNumber>
            <CountryOfOrigin>string</CountryOfOrigin>
            <ItemCode>string</ItemCode>
            <ProductFamilyCode>string</ProductFamilyCode>
            <SKU>string</SKU>
          </CustomsItem>
          <CustomsItem>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <Weight>decimal</Weight>
            <Value>decimal</Value>
            <HSTariffNumber>string</HSTariffNumber>
            <CountryOfOrigin>string</CountryOfOrigin>
            <ItemCode>string</ItemCode>
            <ProductFamilyCode>string</ProductFamilyCode>
            <SKU>string</SKU>
          </CustomsItem>
        </CustomsItems>
        <CertifiedIntermediary>
          <AccountID>string</AccountID>
          <PassPhrase>string</PassPhrase>
          <Token>string</Token>
          <TokenTimeStamp>string</TokenTimeStamp>
        </CertifiedIntermediary>
        <MailpieceDimensions>
          <Length>double</Length>
          <Width>double</Width>
          <Height>double</Height>
        </MailpieceDimensions>
      </DdpRateRequest>
    </CalculateDdpRate>
  </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>
    <CalculateDdpRateResponse xmlns="www.envmgr.com/LabelService">
      <DdpRateResponse>
        <Status>int</Status>
        <ErrorMessage>string</ErrorMessage>
        <DdpRate>decimal</DdpRate>
      </DdpRateResponse>
    </CalculateDdpRateResponse>
  </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 /LabelService/EwsLabelService.asmx HTTP/1.1
Host: elstestserver.endicia.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>
    <CalculateDdpRate xmlns="www.envmgr.com/LabelService">
      <DdpRateRequest>
        <FromState>string</FromState>
        <FromCity>string</FromCity>
        <FromCountryCode>string</FromCountryCode>
        <ToState>string</ToState>
        <ToCity>string</ToCity>
        <ToPostalCode>string</ToPostalCode>
        <ToCountryCode>string</ToCountryCode>
        <WeightOz>double</WeightOz>
        <Value>double</Value>
        <CustomsItems>
          <CustomsItem>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <Weight>decimal</Weight>
            <Value>decimal</Value>
            <HSTariffNumber>string</HSTariffNumber>
            <CountryOfOrigin>string</CountryOfOrigin>
            <ItemCode>string</ItemCode>
            <ProductFamilyCode>string</ProductFamilyCode>
            <SKU>string</SKU>
          </CustomsItem>
          <CustomsItem>
            <Description>string</Description>
            <Quantity>int</Quantity>
            <Weight>decimal</Weight>
            <Value>decimal</Value>
            <HSTariffNumber>string</HSTariffNumber>
            <CountryOfOrigin>string</CountryOfOrigin>
            <ItemCode>string</ItemCode>
            <ProductFamilyCode>string</ProductFamilyCode>
            <SKU>string</SKU>
          </CustomsItem>
        </CustomsItems>
        <CertifiedIntermediary>
          <AccountID>string</AccountID>
          <PassPhrase>string</PassPhrase>
          <Token>string</Token>
          <TokenTimeStamp>string</TokenTimeStamp>
        </CertifiedIntermediary>
        <MailpieceDimensions>
          <Length>double</Length>
          <Width>double</Width>
          <Height>double</Height>
        </MailpieceDimensions>
      </DdpRateRequest>
    </CalculateDdpRate>
  </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>
    <CalculateDdpRateResponse xmlns="www.envmgr.com/LabelService">
      <DdpRateResponse>
        <Status>int</Status>
        <ErrorMessage>string</ErrorMessage>
        <DdpRate>decimal</DdpRate>
      </DdpRateResponse>
    </CalculateDdpRateResponse>
  </soap12:Body>
</soap12:Envelope>