- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:PurchaseResponse xsi:type="ns1:PurchaseResponse" xmlns="urn:qpass-PurchaseTypes"
xmlns:ns1="urn:qpass-PurchaseTypes">
<ns1:responseCode xsi:type="xsd:integer">0</ns1:responseCode>
<ns1:responseMessage xsi:type="xsd:string">Success</ns1:responseMessage>
<ns1:vendorProductId xsi:type="xsd:string">XXXXXXXXXXXX</ns1:vendorProductId>
<ns1:quantity xsi:type="xsd:integer">X</ns1:quantity>
<ns1:price xsi:type="xsd:decimal">X.XX</ns1:price>
<ns1:tax xsi:type="xsd:decimal">0</ns1:tax>
<ns1:purchaseIdentifier xsi:type="xsd:string">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</ns1:purchaseIdentifier>
</ns1:PurchaseResponse>
</soapenv:Body>
</soapenv:Envelope>
Комментарии (0) RSS
Добавить комментарий