Advertisement
Guest User

$mySoapServicePing->getLastRequest() output

a guest
Jun 11th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://MD.org/">
  3.   <SOAP-ENV:Body>
  4.     <ns1:Ping>
  5.       <ns1:request>
  6.         <ns1:MerchantNumber>1</ns1:MerchantNumber>
  7.         <ns1:RestoCode>2</ns1:RestoCode>
  8.       </ns1:request>
  9.     </ns1:Ping>
  10.   </SOAP-ENV:Body>
  11. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement