Advertisement
fedorm

Untitled

Jan 22nd, 2020
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.65 KB | None | 0 0
  1.  <?xml version="1.0" encoding="UTF-8"?>
  2.  <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  3.     <S:Header>
  4.         <GoldParameters xmlns="http://www.gold-solutions.com/WebServices/">
  5.             <GoldAuthentification>
  6.                 <Username>web_user</Username>
  7.                 <Password>d2ViX3VzZXI=</Password>
  8.                 <Domain>DEFAULT</Domain>
  9.                 <MethodName>RHWSPOSGetTransactionData</MethodName>
  10.             </GoldAuthentification>
  11.             <GoldContext>
  12.                 <Classe>10</Classe>
  13.                 <Site>2001</Site>
  14.                 <MerchStructID>1</MerchStructID>
  15.                 <CommercialNetworkID>1</CommercialNetworkID>
  16.                 <Language>GB</Language>
  17.             </GoldContext>
  18.         </GoldParameters>
  19.     </S:Header>
  20.     <S:Body>
  21.         <Request_RHWSPOSGetTransactionData xmlns="http://www.gold-solutions.com/WebServices/">
  22.             <Data>
  23.                 <POSTRXdata>
  24.                     <groupRecord>
  25.                         <posrequestType>360</posrequestType>
  26.                         <posrequestSite>2001</posrequestSite>
  27.                         <posrequestDate>202001221257</posrequestDate>
  28.                         <posrequestID>300001493</posrequestID>
  29.                         <posrequestCR>1</posrequestCR>
  30.                         <posrequestTRX>000464</posrequestTRX>
  31.                         <posrequestCashier>998</posrequestCashier>
  32.                         <posrequestQTY>0</posrequestQTY>
  33.                     </groupRecord>
  34.                 </POSTRXdata>
  35.             </Data>
  36.         </Request_RHWSPOSGetTransactionData>
  37.     </S:Body>
  38. </S:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement