DarkVss

Untitled

Jul 20th, 2022 (edited)
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.28 KB | None | 0 0
  1. <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
  2.     <soap:Header/>
  3.     <soap:Body>
  4.         <m:Calc xmlns:m="http://www.cargo3.ru">
  5.             <m:login>****</m:login>
  6.             <m:password>****</m:password>
  7.             <m:data>
  8.                 <m:Key>Destinations</m:Key>
  9.                 <m:List>
  10.                     <m:Key>Destination</m:Key>
  11.                     <m:Fields>
  12.                         <m:Key>SenderGeography</m:Key>
  13.                         <m:Value>postcode-RU-101000</m:Value>
  14.                         <m:ValueType>string</m:ValueType>
  15.                     </m:Fields>
  16.                     <m:Fields>
  17.                         <m:Key>RecipientGeography</m:Key>
  18.                         <m:Value>postcode-RU-610046</m:Value>
  19.                         <m:ValueType>string</m:ValueType>
  20.                     </m:Fields>
  21.                     <m:Fields>
  22.                         <m:Key>TypeOfCargo</m:Key>
  23.                         <m:Value>81dd8a13-8235-494f-84fd-9c04c51d50ec</m:Value>
  24.                         <m:ValueType>string</m:ValueType>
  25.                     </m:Fields>
  26.                     <m:Fields>
  27.                         <m:Key>Weight</m:Key>
  28.                         <m:Value>1</m:Value>
  29.                         <m:ValueType>float</m:ValueType>
  30.                     </m:Fields>
  31.                     <m:Fields>
  32.                         <m:Key>Qty</m:Key>
  33.                         <m:Value>1</m:Value>
  34.                         <m:ValueType>int</m:ValueType>
  35.                     </m:Fields>
  36.                     <m:Fields>
  37.                         <m:Key>DeliveryType</m:Key>
  38.                         <m:Value>0</m:Value>
  39.                         <m:ValueType>string</m:ValueType>
  40.                     </m:Fields>
  41.                 </m:List>
  42.             </m:data>
  43.             <m:parameters xmlns:xs="http://www.w3.org/2001/XMLSchema"
  44.                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  45.                 <m:Key>Parameters</m:Key>
  46.                 <m:List>
  47.                     <m:Key>countingresults</m:Key>
  48.                     <m:Value>true</m:Value>
  49.                     <m:ValueType>boolean</m:ValueType>
  50.                 </m:List>
  51.                 <m:List>
  52.             </m:parameters>
  53.         </m:Calc>
  54.     </soap:Body>
  55. </soap:Envelope>
Add Comment
Please, Sign In to add comment