This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developer:soap-1.6:methods:addproductcategory [2015/12/22 16:45] yaya [XML] |
developer:soap-1.6:methods:addproductcategory [2016/01/27 16:27] yaya [XML] |
||
---|---|---|---|
Line 75: | Line 75: | ||
Request | Request | ||
<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:ns1="urn:usaepay" | ||
Line 87: | Line 87: | ||
<ClientIP xsi:type="xsd:string">123.123.123.123</ClientIP> | <ClientIP xsi:type="xsd:string">123.123.123.123</ClientIP> | ||
<PinHash xsi:type="ns1:ueHash"> | <PinHash xsi:type="ns1:ueHash"> | ||
- | <HashValue xsi:type="xsd:string">3b5b90caf934d5f31860db539e397ebb21db1791</HashValue> | + | <HashValue xsi:type="xsd:string">e229fb6ce9c42bfc12c41f738dfc3984cb8a5461</HashValue> |
- | <Seed xsi:type="xsd:string">1276893378-test</Seed> | + | <Seed xsi:type="xsd:string">1975389982-test</Seed> |
<Type xsi:type="xsd:string">sha1</Type> | <Type xsi:type="xsd:string">sha1</Type> | ||
</PinHash> | </PinHash> | ||
<SourceKey xsi:type="xsd:string">_B4P7C4K2w2ZCQQQXRqrxDj6agrS2NIT</SourceKey> | <SourceKey xsi:type="xsd:string">_B4P7C4K2w2ZCQQQXRqrxDj6agrS2NIT</SourceKey> | ||
</Token> | </Token> | ||
- | <ProductCategory xsi:nil="true" xsi:type="ns1:ProductCategory"/></ns1:addProductCategory> | + | <ProductCategory xsi:type="ns1:ProductCategory"> |
+ | <Name xsi:type="xsd:string">IceCream</Name> | ||
+ | </ProductCategory> | ||
+ | </ns1:addProductCategory> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
</SOAP-ENV:Envelope> | </SOAP-ENV:Envelope> | ||
Line 109: | Line 112: | ||
<SOAP-ENV:Body> | <SOAP-ENV:Body> | ||
<ns1:addProductCategoryResponse> | <ns1:addProductCategoryResponse> | ||
- | <ProductCategoryRefNum xsi:type="xsd:string">900100190</ProductCategoryRefNum> | + | <ProductCategoryRefNum xsi:type="xsd:string">9001001925</ProductCategoryRefNum> |
</ns1:addProductCategoryResponse> | </ns1:addProductCategoryResponse> | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> |