This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
developer:soap-1.6:methods:addproductcategory [2015/12/22 16:41] yaya [XML] |
developer:soap-1.6:methods:addproductcategory [2015/12/22 16:45] yaya [XML] |
||
---|---|---|---|
Line 100: | Line 100: | ||
Response: | Response: | ||
<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/" | + | <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:ns1="urn:usaepay" |
- | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | + | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
- | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | + | 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:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | ||
<SOAP-ENV:Body> | <SOAP-ENV:Body> | ||
<ns1:addProductCategoryResponse> | <ns1:addProductCategoryResponse> | ||
- | <ProductCategoryRefNum xsi:type="xsd:string">90117806146</ProductCategoryRefNum> | + | <ProductCategoryRefNum xsi:type="xsd:string">900100190</ProductCategoryRefNum> |
</ns1:addProductCategoryResponse> | </ns1:addProductCategoryResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> |