services


Click here for a complete list of operations.

GetLabelUKPWwithSig

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
pLogin:
pPassword:
pOrderID:
pCNOR_Name:
pCNOR_Addr1:
qCNOR_Addr2:
qCNOR_Addr3:
pCNOR_City:
pCNOR_State:
pCNOR_Post_Code:
pCNOR_Ctry_Code:
qCNOR_Ctc_Name:
qCNOR_Known_ID:
qCNOR_Tax_Code:
pShipName:
qShipCompany:
pShipAddr1:
qShipAddr2:
pShipCity:
pShipState:
pShipZIP:
pWeight:
pValue:
qFormat:
pLength:
pWidth:
pHeight:
pDescription1:
pCommodityCode1:
pQuantity1:
pUnitWeightNet1:
pUnitWeightGross1:
pUnitValue1:
pOriginCountry1:
qDescription2:
qCommodityCode2:
qQuantity2:
qUnitWeightNet2:
qUnitWeightGross2:
qUnitValue2:
qOriginCountry2:
qDescription3:
qCommodityCode3:
qQuantity3:
qUnitWeightNet3:
qUnitWeightGross3:
qUnitValue3:
qOriginCountry3:
qShipMethod:
qSigCon:
qInsurance:
qReference:

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 /services.asmx HTTP/1.1
Host: new.apilabels.libertyexpressltd.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetLabelUKPWwithSig"

<?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>
    <GetLabelUKPWwithSig xmlns="http://tempuri.org/">
      <pLogin>string</pLogin>
      <pPassword>string</pPassword>
      <pOrderID>string</pOrderID>
      <pCNOR_Name>string</pCNOR_Name>
      <pCNOR_Addr1>string</pCNOR_Addr1>
      <qCNOR_Addr2>string</qCNOR_Addr2>
      <qCNOR_Addr3>string</qCNOR_Addr3>
      <pCNOR_City>string</pCNOR_City>
      <pCNOR_State>string</pCNOR_State>
      <pCNOR_Post_Code>string</pCNOR_Post_Code>
      <pCNOR_Ctry_Code>string</pCNOR_Ctry_Code>
      <qCNOR_Ctc_Name>string</qCNOR_Ctc_Name>
      <qCNOR_Known_ID>string</qCNOR_Known_ID>
      <qCNOR_Tax_Code>string</qCNOR_Tax_Code>
      <pShipName>string</pShipName>
      <qShipCompany>string</qShipCompany>
      <pShipAddr1>string</pShipAddr1>
      <qShipAddr2>string</qShipAddr2>
      <pShipCity>string</pShipCity>
      <pShipState>string</pShipState>
      <pShipZIP>string</pShipZIP>
      <pWeight>string</pWeight>
      <pValue>string</pValue>
      <qFormat>string</qFormat>
      <pLength>string</pLength>
      <pWidth>string</pWidth>
      <pHeight>string</pHeight>
      <pDescription1>string</pDescription1>
      <pCommodityCode1>string</pCommodityCode1>
      <pQuantity1>string</pQuantity1>
      <pUnitWeightNet1>string</pUnitWeightNet1>
      <pUnitWeightGross1>string</pUnitWeightGross1>
      <pUnitValue1>string</pUnitValue1>
      <pOriginCountry1>string</pOriginCountry1>
      <qDescription2>string</qDescription2>
      <qCommodityCode2>string</qCommodityCode2>
      <qQuantity2>string</qQuantity2>
      <qUnitWeightNet2>string</qUnitWeightNet2>
      <qUnitWeightGross2>string</qUnitWeightGross2>
      <qUnitValue2>string</qUnitValue2>
      <qOriginCountry2>string</qOriginCountry2>
      <qDescription3>string</qDescription3>
      <qCommodityCode3>string</qCommodityCode3>
      <qQuantity3>string</qQuantity3>
      <qUnitWeightNet3>string</qUnitWeightNet3>
      <qUnitWeightGross3>string</qUnitWeightGross3>
      <qUnitValue3>string</qUnitValue3>
      <qOriginCountry3>string</qOriginCountry3>
      <qShipMethod>string</qShipMethod>
      <qSigCon>string</qSigCon>
      <qInsurance>string</qInsurance>
      <qReference>string</qReference>
    </GetLabelUKPWwithSig>
  </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>
    <GetLabelUKPWwithSigResponse xmlns="http://tempuri.org/" />
  </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 /services.asmx HTTP/1.1
Host: new.apilabels.libertyexpressltd.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>
    <GetLabelUKPWwithSig xmlns="http://tempuri.org/">
      <pLogin>string</pLogin>
      <pPassword>string</pPassword>
      <pOrderID>string</pOrderID>
      <pCNOR_Name>string</pCNOR_Name>
      <pCNOR_Addr1>string</pCNOR_Addr1>
      <qCNOR_Addr2>string</qCNOR_Addr2>
      <qCNOR_Addr3>string</qCNOR_Addr3>
      <pCNOR_City>string</pCNOR_City>
      <pCNOR_State>string</pCNOR_State>
      <pCNOR_Post_Code>string</pCNOR_Post_Code>
      <pCNOR_Ctry_Code>string</pCNOR_Ctry_Code>
      <qCNOR_Ctc_Name>string</qCNOR_Ctc_Name>
      <qCNOR_Known_ID>string</qCNOR_Known_ID>
      <qCNOR_Tax_Code>string</qCNOR_Tax_Code>
      <pShipName>string</pShipName>
      <qShipCompany>string</qShipCompany>
      <pShipAddr1>string</pShipAddr1>
      <qShipAddr2>string</qShipAddr2>
      <pShipCity>string</pShipCity>
      <pShipState>string</pShipState>
      <pShipZIP>string</pShipZIP>
      <pWeight>string</pWeight>
      <pValue>string</pValue>
      <qFormat>string</qFormat>
      <pLength>string</pLength>
      <pWidth>string</pWidth>
      <pHeight>string</pHeight>
      <pDescription1>string</pDescription1>
      <pCommodityCode1>string</pCommodityCode1>
      <pQuantity1>string</pQuantity1>
      <pUnitWeightNet1>string</pUnitWeightNet1>
      <pUnitWeightGross1>string</pUnitWeightGross1>
      <pUnitValue1>string</pUnitValue1>
      <pOriginCountry1>string</pOriginCountry1>
      <qDescription2>string</qDescription2>
      <qCommodityCode2>string</qCommodityCode2>
      <qQuantity2>string</qQuantity2>
      <qUnitWeightNet2>string</qUnitWeightNet2>
      <qUnitWeightGross2>string</qUnitWeightGross2>
      <qUnitValue2>string</qUnitValue2>
      <qOriginCountry2>string</qOriginCountry2>
      <qDescription3>string</qDescription3>
      <qCommodityCode3>string</qCommodityCode3>
      <qQuantity3>string</qQuantity3>
      <qUnitWeightNet3>string</qUnitWeightNet3>
      <qUnitWeightGross3>string</qUnitWeightGross3>
      <qUnitValue3>string</qUnitValue3>
      <qOriginCountry3>string</qOriginCountry3>
      <qShipMethod>string</qShipMethod>
      <qSigCon>string</qSigCon>
      <qInsurance>string</qInsurance>
      <qReference>string</qReference>
    </GetLabelUKPWwithSig>
  </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>
    <GetLabelUKPWwithSigResponse xmlns="http://tempuri.org/" />
  </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 /services.asmx/GetLabelUKPWwithSig?pLogin=string&pPassword=string&pOrderID=string&pCNOR_Name=string&pCNOR_Addr1=string&qCNOR_Addr2=string&qCNOR_Addr3=string&pCNOR_City=string&pCNOR_State=string&pCNOR_Post_Code=string&pCNOR_Ctry_Code=string&qCNOR_Ctc_Name=string&qCNOR_Known_ID=string&qCNOR_Tax_Code=string&pShipName=string&qShipCompany=string&pShipAddr1=string&qShipAddr2=string&pShipCity=string&pShipState=string&pShipZIP=string&pWeight=string&pValue=string&qFormat=string&pLength=string&pWidth=string&pHeight=string&pDescription1=string&pCommodityCode1=string&pQuantity1=string&pUnitWeightNet1=string&pUnitWeightGross1=string&pUnitValue1=string&pOriginCountry1=string&qDescription2=string&qCommodityCode2=string&qQuantity2=string&qUnitWeightNet2=string&qUnitWeightGross2=string&qUnitValue2=string&qOriginCountry2=string&qDescription3=string&qCommodityCode3=string&qQuantity3=string&qUnitWeightNet3=string&qUnitWeightGross3=string&qUnitValue3=string&qOriginCountry3=string&qShipMethod=string&qSigCon=string&qInsurance=string&qReference=string HTTP/1.1
Host: new.apilabels.libertyexpressltd.com
HTTP/1.1 200 OK

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /services.asmx/GetLabelUKPWwithSig HTTP/1.1
Host: new.apilabels.libertyexpressltd.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

pLogin=string&pPassword=string&pOrderID=string&pCNOR_Name=string&pCNOR_Addr1=string&qCNOR_Addr2=string&qCNOR_Addr3=string&pCNOR_City=string&pCNOR_State=string&pCNOR_Post_Code=string&pCNOR_Ctry_Code=string&qCNOR_Ctc_Name=string&qCNOR_Known_ID=string&qCNOR_Tax_Code=string&pShipName=string&qShipCompany=string&pShipAddr1=string&qShipAddr2=string&pShipCity=string&pShipState=string&pShipZIP=string&pWeight=string&pValue=string&qFormat=string&pLength=string&pWidth=string&pHeight=string&pDescription1=string&pCommodityCode1=string&pQuantity1=string&pUnitWeightNet1=string&pUnitWeightGross1=string&pUnitValue1=string&pOriginCountry1=string&qDescription2=string&qCommodityCode2=string&qQuantity2=string&qUnitWeightNet2=string&qUnitWeightGross2=string&qUnitValue2=string&qOriginCountry2=string&qDescription3=string&qCommodityCode3=string&qQuantity3=string&qUnitWeightNet3=string&qUnitWeightGross3=string&qUnitValue3=string&qOriginCountry3=string&qShipMethod=string&qSigCon=string&qInsurance=string&qReference=string
HTTP/1.1 200 OK