Advertisement
Guest User

Untitled

a guest
May 28th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.72 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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:request_a_paymentResponse><return xsi:type="xsd:string">Object</return></SOAP-ENV:request_a_paymentResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
  3.  
  4.  
  5. var dump of response:
  6. array (size=7)
  7.   'MESSAGE_TYPE' => null
  8.   'MESSAGE' => null
  9.   'MESSAGE_DESCRIPTION' => null
  10.   'TRANSACTION_ID' => null
  11.   'ACTION_TYPE' => null
  12.   'REFERENCE_NUM' => null
  13.   'STATUS' => null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement