Skip to content

Instantly share code, notes, and snippets.

@devloe
Last active September 23, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devloe/4ab6cbaa46e08079802db7a7f3f3b6a8 to your computer and use it in GitHub Desktop.
Save devloe/4ab6cbaa46e08079802db7a7f3f3b6a8 to your computer and use it in GitHub Desktop.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://fedex.com/ws/ship/v17">
<SOAP-ENV:Body>
<ns1:ProcessShipmentRequest>
<ns1:WebAuthenticationDetail>
<ns1:ParentCredential>
<ns1:Key>E3naToZ4L9zjveIg</ns1:Key>
<ns1:Password>9wL3VkpHgFtqLpa99eVN33b18</ns1:Password>
</ns1:ParentCredential>
<ns1:UserCredential>
<ns1:Key>E3naToZ4L9zjveIg</ns1:Key>
<ns1:Password>9wL3VkpHgFtqLpa99eVN33b18</ns1:Password>
</ns1:UserCredential>
</ns1:WebAuthenticationDetail>
<ns1:ClientDetail>
<ns1:AccountNumber>601790041</ns1:AccountNumber>
<ns1:MeterNumber>118748107</ns1:MeterNumber>
</ns1:ClientDetail>
<ns1:TransactionDetail>
<ns1:CustomerTransactionId>*** Express Domestic Shipping Request using PHP ***</ns1:CustomerTransactionId>
</ns1:TransactionDetail>
<ns1:Version>
<ns1:ServiceId>ship</ns1:ServiceId>
<ns1:Major>17</ns1:Major>
<ns1:Intermediate>0</ns1:Intermediate>
<ns1:Minor>0</ns1:Minor>
</ns1:Version>
<ns1:RequestedShipment>
<ns1:ShipTimestamp>2016-09-23T17:19:51+02:00</ns1:ShipTimestamp>
<ns1:DropoffType>REGULAR_PICKUP</ns1:DropoffType>
<ns1:ServiceType>PRIORITY_OVERNIGHT</ns1:ServiceType>
<ns1:PackagingType>YOUR_PACKAGING</ns1:PackagingType>
<ns1:TotalWeight>
<ns1:Units>KG</ns1:Units>
<ns1:Value>0.12</ns1:Value>
</ns1:TotalWeight>
<ns1:Shipper>
<ns1:Contact>
<ns1:PersonName>CROTTON, S.A.</ns1:PersonName>
<ns1:CompanyName>CROTTON, S.A.</ns1:CompanyName>
<ns1:PhoneNumber>673900397</ns1:PhoneNumber>
</ns1:Contact>
<ns1:Address>
<ns1:StreetLines>Carrer del Progrés, 340</ns1:StreetLines>
<ns1:City>Badalona</ns1:City>
<ns1:StateOrProvinceCode>Barcelona</ns1:StateOrProvinceCode>
<ns1:PostalCode>08918</ns1:PostalCode>
<ns1:CountryCode>ES</ns1:CountryCode>
</ns1:Address>
</ns1:Shipper>
<ns1:Recipient>
<ns1:Contact>
<ns1:PersonName>JOSE ANTONIO</ns1:PersonName>
<ns1:CompanyName></ns1:CompanyName>
<ns1:PhoneNumber>627025971</ns1:PhoneNumber>
</ns1:Contact>
<ns1:Address>
<ns1:StreetLines>CALLE LEON 10 BAJOS</ns1:StreetLines>
<ns1:City>IBIZA</ns1:City>
<ns1:StateOrProvinceCode>Baleares</ns1:StateOrProvinceCode>
<ns1:PostalCode>07800</ns1:PostalCode>
<ns1:CountryCode>ES</ns1:CountryCode>
<ns1:Residential>false</ns1:Residential>
</ns1:Address>
</ns1:Recipient>
<ns1:ShippingChargesPayment>
<ns1:PaymentType>SENDER</ns1:PaymentType>
<ns1:Payor>
<ns1:ResponsibleParty>
<ns1:AccountNumber>601790041</ns1:AccountNumber>
<ns1:Address>
<ns1:CountryCode>ES</ns1:CountryCode>
</ns1:Address>
</ns1:ResponsibleParty>
</ns1:Payor>
</ns1:ShippingChargesPayment>
<ns1:LabelSpecification>
<ns1:LabelFormatType>COMMON2D</ns1:LabelFormatType>
<ns1:ImageType>PNG</ns1:ImageType>
<ns1:LabelStockType>PAPER_7X4.75</ns1:LabelStockType>
</ns1:LabelSpecification>
<ns1:PackageCount>1</ns1:PackageCount>
<ns1:RequestedPackageLineItems>
<ns1:SequenceNumber>1</ns1:SequenceNumber>
<ns1:GroupPackageCount>1</ns1:GroupPackageCount>
<ns1:Weight>
<ns1:Units>LB</ns1:Units>
<ns1:Value>5</ns1:Value>
</ns1:Weight>
<ns1:Dimensions>
<ns1:Length>20</ns1:Length>
<ns1:Width>20</ns1:Width>
<ns1:Height>10</ns1:Height>
<ns1:Units>IN</ns1:Units>
</ns1:Dimensions>
</ns1:RequestedPackageLineItems>
</ns1:RequestedShipment>
</ns1:ProcessShipmentRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment