This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.6:methods:runbatchupload [2016/01/14 09:59] yaya [XML] |
developer:soap-1.6:methods:runbatchupload [2016/01/14 10:01] (current) yaya [XML] |
||
---|---|---|---|
Line 109: | Line 109: | ||
<UploadRefNum xsi:type="xsd:integer">52</UploadRefNum> | <UploadRefNum xsi:type="xsd:integer">52</UploadRefNum> | ||
</ns1:runBatchUpload> | </ns1:runBatchUpload> | ||
+ | </SOAP-ENV:Body> | ||
+ | </SOAP-ENV:Envelope> | ||
+ | </code> | ||
+ | |||
+ | Response: | ||
+ | <code xml> | ||
+ | <?xml version="1.0" encoding="utf-8"?> | ||
+ | <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: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> | ||
+ | <ns1:runBatchUploadResponse> | ||
+ | <runBatchUploadReturn xsi:type="xsd:boolean">true</runBatchUploadReturn> | ||
+ | </ns1:runBatchUploadResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
</SOAP-ENV:Envelope> | </SOAP-ENV:Envelope> |