Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:oas="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:v2="http://www.royalmailgroup.com/api/ship/V2" xmlns:v1="http://www.royalmailgroup.com/integration/core/V1">
  2. <soapenv:Header>
  3. <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
  4. <wsse:UsernameToken>
  5. <wsse:Username>pete@cbfulfilment.co.ukAPI</wsse:Username>
  6. <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">enKRXBf+lC4R+tV8qLO7AFuVaQQ=</wsse:Password>
  7. <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">MjI2NDQ3NzA3MA==</wsse:Nonce>
  8. <wsu:Created>2017-06-29T21:25:15Z</wsu:Created>
  9. </wsse:UsernameToken>
  10. </wsse:Security>
  11. </soapenv:Header>
  12. <soapenv:Body>
  13. <v2:createShipmentRequest>
  14. <v2:integrationHeader>
  15. <v1:version>2</v1:version>
  16. <v1:identification>
  17. <v1:applicationId>RMG-API-G-01</v1:applicationId>
  18. <v1:transactionId>00228383</v1:transactionId>
  19. </v1:identification>
  20. </v2:integrationHeader>
  21. <v2:requestedShipment>
  22. <v2:shipmentType>
  23. <code>Delivery</code>
  24. </v2:shipmentType>
  25. <v2:serviceOccurrence>1</v2:serviceOccurrence>
  26. <v2:serviceType>
  27. <code>T</code>
  28. </v2:serviceType>
  29. <v2:serviceOffering>
  30. <serviceOfferingCode>
  31. <code>TRM</code>
  32. </serviceOfferingCode>
  33. </v2:serviceOffering>
  34. <v2:serviceFormat>
  35. <serviceFormatCode/>
  36. </v2:serviceFormat>
  37. <v2:shippingDate>2017-06-30</v2:shippingDate>
  38. <v2:recipientContact>
  39. <v2:name>Mr Tom Smith</v2:name>
  40. <v2:complementaryName>Department 98</v2:complementaryName>
  41. <v2:telephoneNumber>
  42. <countryCode>0044</countryCode>
  43. <telephoneNumber>07802123456</telephoneNumber>
  44. </v2:telephoneNumber>
  45. <v2:electronicAddress>
  46. <electronicAddress>tom.smith@royalmail.com</electronicAddress>
  47. </v2:electronicAddress>
  48. </v2:recipientContact>
  49. <v2:recipientAddress>
  50. <addressLine1>44-46 Morningside Road</addressLine1>
  51. <postTown>Edinburgh</postTown>
  52. <postcode>EH10 4BF</postcode><country>
  53. <countryCode>
  54. <code>GB</code>
  55. </countryCode>
  56. </country>
  57. </v2:recipientAddress>
  58. <v2:items>
  59. <v2:item>
  60. <v2:numberOfItems>2</v2:numberOfItems>
  61. <v2:weight>
  62. <unitOfMeasure>
  63. <unitOfMeasureCode>
  64. <code>g</code>
  65. </unitOfMeasureCode>
  66. </unitOfMeasure>
  67. <value>100</value>
  68. </v2:weight>
  69. <v2:offlineShipments>
  70. <v2:itemID>2000001</v2:itemID>
  71. <v2:status>
  72. <status>
  73. <statusCode/>
  74. </status>
  75. <validFrom>2017-06-30T09:52:06.000+02:00</validFrom>
  76. </v2:status>
  77. </v2:offlineShipments>
  78. <v2:offlineShipments>
  79. <v2:itemID>2000002</v2:itemID>
  80. <v2:status>
  81. <status>
  82. <statusCode/>
  83. </status>
  84. <validFrom>2017-06-30T09:52:06.000+02:00</validFrom>
  85. </v2:status>
  86. </v2:offlineShipments>
  87. </v2:item>
  88. </v2:items>
  89. <v2:customerReference>CustSuppRef1</v2:customerReference>
  90. <v2:senderReference>SenderReference1</v2:senderReference>
  91. </v2:requestedShipment>
  92. </v2:createShipmentRequest>
  93. </soapenv:Body>
  94. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement