TriplePi

Untitled

Apr 29th, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.82 KB | None | 0 0
  1. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
  2. <SOAP-ENV:Header xmlns:add="http://www.w3.org/2005/08/addressing">
  3.     <add:Action>http://tempuri.org/IMobileService/PinSet</add:Action>
  4.     <add:To>https://10.48.190.138:8202/Services/ProcessingProxy/MobileService.svc</add:To>
  5. </SOAP-ENV:Header>
  6. <SOAP-ENV:Body>
  7.     <tem:PinSet>
  8.         <tem:sourceID>123</tem:sourceID>
  9.         <tem:track2/>
  10.         <tem:reversal>false</tem:reversal>
  11.         <tem:merchantID>000000000000000</tem:merchantID>
  12.         <tem:terminalID>00000000</tem:terminalID>
  13.         <tem:pan>123</tem:pan>
  14.         <tem:mcc/>
  15.         <tem:acquringID/>
  16.         <tem:expDate>123</tem:expDate>
  17.         <tem:newPinblock>123</tem:newPinblock>
  18.     </tem:PinSet>
  19. </SOAP-ENV:Body>
  20. </SOAP-ENV:Envelope>
Add Comment
Please, Sign In to add comment