Example 42 : Searching for an existing consignment using a consignment code
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:findConsignmentByConsignmentCode soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:DeliveryManager/services"> <consignmentCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DMC01V00LZLC</consignmentCode> </ns1:findConsignmentByConsignmentCode> </soapenv:Body> </soapenv:Envelope> <?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:findConsignmentByConsignmentCodeResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:DeliveryManager/services"> <findConsignmentByConsignmentCodeReturn xsi:type="ns2:Consignment" xmlns:ns2="urn:DeliveryManager/types"> <alreadyPalletisedGoodsFlag xsi:type="xsd:boolean">false</alreadyPalletisedGoodsFlag> <cardNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <carrierCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">PLFCW</carrierCode> <carrierConsignmentCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">XO0633820</carrierConsignmentCode> <carrierName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Parcelforce Worldwide</carrierName> <carrierServiceCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">PFSAT</carrierServiceCode> <carrierServiceName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Saturday</carrierServiceName> <cartonNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <consignmentCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DMC01V00LZLC</consignmentCode> <consignmentLevelDetailsFlag xsi:type="xsd:boolean">true</consignmentLevelDetailsFlag> <consignmentValue xsi:type="xsd:double">0.0</consignmentValue> <consignmentWeight xsi:type="xsd:double">0.5</consignmentWeight> <custom1 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom10 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom2 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom3 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom4 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom5 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom6 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom7 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom8 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <custom9 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <cutOffDate xsi:type="xsd:dateTime">2009-01-16T18:00:00.000Z</cutOffDate> <deliveryPrice xsi:type="xsd:double">0.6000000000000001</deliveryPrice> <despatchDate xsi:type="xsd:dateTime">2009-01-16T18:30:00.000Z</despatchDate> <earliestDeliveryDate xsi:type="xsd:dateTime">2009-01-17T08:00:00.000Z</earliestDeliveryDate> <fragileGoodsFlag xsi:type="xsd:boolean">false</fragileGoodsFlag> <guaranteedDeliveryDate xsi:type="xsd:dateTime">2009-01-17T17:00:00.000Z</guaranteedDeliveryDate> <hazardousGoodsFlag xsi:type="xsd:boolean">false</hazardousGoodsFlag> <insuranceValue xsi:type="xsd:double">0.0</insuranceValue> <liquidGoodsFlag xsi:type="xsd:boolean">false</liquidGoodsFlag> <maxDimension xsi:type="xsd:double">0.0</maxDimension> <moreThanOneMetreGoodsFlag xsi:type="xsd:boolean">false</moreThanOneMetreGoodsFlag> <moreThanTwentyFiveKgGoodsFlag xsi:type="xsd:boolean">false</moreThanTwentyFiveKgGoodsFlag> <orderNumber xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">ANDY8623</orderNumber> <parcelCount xsi:type="xsd:int">1</parcelCount> <parcels soapenc:arrayType="ns2:Parcel[1]" xsi:type="soapenc:Array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <parcels xsi:type="ns2:Parcel"> <code xsi:type="soapenc:string">PBXO0633820001</code> <dutyPaid xsi:type="xsd:double">0.0</dutyPaid> <number xsi:type="xsd:int">1</number> <parcelDepth xsi:type="xsd:double">0.0</parcelDepth> <parcelHeight xsi:type="xsd:double">0.0</parcelHeight> <parcelValue xsi:type="xsd:double">0.0</parcelValue> <parcelWeight xsi:type="xsd:double">0.0</parcelWeight> <parcelWidth xsi:type="xsd:double">0.0</parcelWidth> <products soapenc:arrayType="ns2:Product[0]" xsi:type="soapenc:Array"/> </parcels> </parcels> <pickTicketNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <pickupPoint xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <podRequired xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">any</podRequired> <properties soapenc:arrayType="ns2:Property[12]" xsi:type="soapenc:Array" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.level5</propertyName> <propertyValue xsi:type="soapenc:string"></propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.level4</propertyName> <propertyValue xsi:type="soapenc:string"></propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.collection.level5</propertyName> <propertyValue xsi:type="soapenc:string"></propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.level3</propertyName> <propertyValue xsi:type="soapenc:string"></propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.collection.level4</propertyName> <propertyValue xsi:type="soapenc:string"></propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.level2</propertyName> <propertyValue xsi:type="soapenc:string">Mitcham</propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.version</propertyName> <propertyValue xsi:type="soapenc:string">24-Mar-05</propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.collection.level3</propertyName> <propertyValue xsi:type="soapenc:string"></propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.collection.level2</propertyName> <propertyValue xsi:type="soapenc:string">London Central</propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.level1</propertyName> <propertyValue xsi:type="soapenc:string">Mitcham</propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.collection.level1</propertyName> <propertyValue xsi:type="soapenc:string">London Central</propertyValue> </properties> <properties xsi:type="ns2:Property"> <propertyName xsi:type="soapenc:string">route.collectingdepot.code</propertyName> <propertyValue xsi:type="soapenc:string">Birmingham</propertyValue> </properties> </properties> <recipientAddress xsi:type="ns2:Address"> <countryCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">GBR</countryCode> <line1 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">10 Smith Street</line1> <line2 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">London</line2> <line3 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"></line3> <line4 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"></line4> <postCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">SW8 1DR</postCode> <type xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Business</type> </recipientAddress> <recipientCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">ANDY</recipientCode> <recipientContactPhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <recipientEmail xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <recipientMobilePhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <recipientName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Andy Smith</recipientName> <recipientNotificationType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">N</recipientNotificationType> <recipientPhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <recipientVatNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <senderAddress xsi:type="ns2:Address"> <countryCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">GBR</countryCode> <line1 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">1 MY STREET</line1> <line2 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">UNIT X</line2> <line3 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"></line3> <line4 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"></line4> <postCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">EC1R 4PF</postCode> <type xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Business</type> </senderAddress> <senderCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DEFAULT</senderCode> <senderContactPhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <senderEmail xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">test@default.com</senderEmail> <senderMobilePhone xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <senderName xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">test</senderName> <senderNotificationType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">N</senderNotificationType> <senderPhone xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">444.888.1111</senderPhone> <senderVatNumber xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <shipmentTypeCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">MERCHANDISE</shipmentTypeCode> <shippingAccount xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <signatoryOnCustoms xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <specialInstructions1 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <specialInstructions2 xsi:type="soapenc:string" xsi:nil="true" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"/> <status xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Allocated</status> <termsOfTradeCode xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">DDU</termsOfTradeCode> <transactionType xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Delivery</transactionType> <twoManLiftFlag xsi:type="xsd:boolean">false</twoManLiftFlag> </findConsignmentByConsignmentCodeReturn> </ns1:findConsignmentByConsignmentCodeResponse> </soapenv:Body> </soapenv:Envelope>

