DarkVss

Untitled

Jul 20th, 2022 (edited)
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.16 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> cf862f56-442d-11dc-9497-0015170f8c09</m:Value>
  14.                         <m:ValueType>string</m:ValueType>
  15.                     </m:Fields>
  16.                     <m:Fields>
  17.                         <m:Key>RecipientGeography</m:Key>
  18.                         <m:Value> cf862f56-442d-11dc-9497-0015170f8c09</m:Value>
  19.                         <m:ValueType>string</m:ValueType>
  20.                     </m:Fields>
  21.                     <m:Fields>
  22.                         <m:Key>TypeOfCargo</m:Key>
  23.                         <m:Value>4aab1fc6-fc2b-473a-8728-58bcd4ff79ba</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>DeclaredValueRate</m:Key>
  38.                         <m:Value>1000</m:Value>
  39.                         <m:ValueType>float</m:ValueType>
  40.                     </m:Fields>
  41.                     <m:Fields>
  42.                         <m:Key>CountOnlyAddServices</m:Key>
  43.                         <m:Value>true</m:Value>
  44.                         <m:ValueType>boolean</m:ValueType>
  45.                     </m:Fields>
  46.                     <m:Tables>
  47.                         <m:Key>AdditionalServices</m:Key>
  48.                         <m:List>
  49.                             <m:Key>Объявленная стоимость</m:Key>
  50.                             <m:Value>6da21fe7-4f13-11dc-bda1-0015170f8c09</m:Value>
  51.                             <m:ValueType>string</m:ValueType>
  52.                         </m:List>
  53.                     </m:Tables>
  54.                 </m:List>
  55.             </m:data>
  56.             <m:parameters xmlns:xs="http://www.w3.org/2001/XMLSchema"
  57.                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  58.                 <m:Key>Parameters</m:Key>
  59.                 <m:List>
  60.                     <m:Key>countingresults</m:Key>
  61.                     <m:Value>true</m:Value>
  62.                     <m:ValueType>boolean</m:ValueType>
  63.                 </m:List>
  64.                 <m:List>
  65.                     <m:Key>ipaddress</m:Key>
  66.                     <m:Value xsi:type="xs:string">10.0.0.1</m:Value>
  67.                     <m:ValueType>string</m:ValueType>
  68.                 </m:List>
  69.             </m:parameters>
  70.         </m:Calc>
  71.     </soap:Body>
  72. </soap:Envelope>
Add Comment
Please, Sign In to add comment