This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.6:methods:emailtransactionreceipt [2015/11/24 15:38] yaya [XML] |
developer:soap-1.6:methods:emailtransactionreceipt [2015/11/24 15:39] (current) yaya [XML] |
||
---|---|---|---|
Line 134: | Line 134: | ||
<code xml> | <code xml> | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
- | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"xmlns:ns1="urn:usaepay" | + | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" |
+ | xmlns:ns1="urn:usaepay" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 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/"> | + | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" |
+ | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | ||
<SOAP-ENV:Body> | <SOAP-ENV:Body> | ||
<ns1:emailTransactionReceiptByNameResponse> | <ns1:emailTransactionReceiptByNameResponse> | ||
- | <emailTransactionReceiptByNameReturn xsi:type="xsd:boolean">true</emailTransactionReceiptByNameReturn> | + | <emailTransactionReceiptByNameReturn |
+ | xsi:type="xsd:boolean">true</emailTransactionReceiptByNameReturn> | ||
</ns1:emailTransactionReceiptByNameResponse> | </ns1:emailTransactionReceiptByNameResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> |