|
|
(2 intermediate revisions by one other user not shown) |
Line 19: |
Line 19: |
| ); | | ); |
| | | |
− | $result = $client->call('set_aff_sub_status', $values, 'offeritapiadmin_wsdl'); | + | $result = $client->call('set_subaff_status', $values, 'offeritapiadmin_wsdl'); |
| </pre> | | </pre> |
| | | |
Line 32: |
Line 32: |
| Status: FAILURE | | Status: FAILURE |
| | | |
− | </pre>
| |
− |
| |
− | ==Server Request/Response==
| |
− | '''Request'''
| |
− | <pre>
| |
− | <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
| |
− | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 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/"
| |
− | xmlns:tns="urn:offeritapiadmin_wsdl"><SOAP-ENV:Body><tns:set_aff_sub_status xmlns:tns="urn:offeritapiadmin_wsdl">
| |
− | <affid xsi:type="xsd:int">1</affid>
| |
− | <subaff xsi:type="xsd:string">1</subaff>
| |
− | <status xsi:type="xsd:string">active</status>
| |
− | </tns:set_aff_sub_status></SOAP-ENV:Body></SOAP-ENV:Envelope>
| |
− | </pre>
| |
− |
| |
− | '''Response:'''
| |
− | <pre>
| |
− | <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
| |
− | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 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:Body><ns1:set_aff_sub_statusResponse xmlns:ns1="urn:offeritapiadmin_wsdl">
| |
− | <return xsi:type="xsd:string">Invalid Sub Affiliate/No Change</return>
| |
− | </ns1:set_aff_sub_statusResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
| |
| </pre> | | </pre> |