Enterprise
Click here for a complete list of operations.
I_process_web_data_error
insert web_process_data
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Enterprise.asmx HTTP/1.1
Host: webservices1.cipc.co.za
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "CIPC_WEB_SERVICES/I_process_web_data_error"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<I_process_web_data_error xmlns="CIPC_WEB_SERVICES">
<sUserName>string</sUserName>
<sPassword>string</sPassword>
<sBankID>string</sBankID>
<reference>string</reference>
<form_code>string</form_code>
<change_type_code>string</change_type_code>
<cust_code>string</cust_code>
<bank_id>string</bank_id>
<auditorschanged>string</auditorschanged>
<sic>string</sic>
<cell_no>string</cell_no>
<comsecratorychange>string</comsecratorychange>
<directorchanged>string</directorchanged>
<email>string</email>
<namechanged>string</namechanged>
<ent_status_code>string</ent_status_code>
<ent_type_code>string</ent_type_code>
<fye>string</fye>
<itemscount>string</itemscount>
<locofrecord>string</locofrecord>
<placeofbus>string</placeofbus>
<adreschanged>string</adreschanged>
<tel_code>string</tel_code>
<tel_no>string</tel_no>
<web>string</web>
<sCust_Code>string</sCust_Code>
</I_process_web_data_error>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<I_process_web_data_errorResponse xmlns="CIPC_WEB_SERVICES">
<I_process_web_data_errorResult>string</I_process_web_data_errorResult>
</I_process_web_data_errorResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Enterprise.asmx HTTP/1.1
Host: webservices1.cipc.co.za
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<I_process_web_data_error xmlns="CIPC_WEB_SERVICES">
<sUserName>string</sUserName>
<sPassword>string</sPassword>
<sBankID>string</sBankID>
<reference>string</reference>
<form_code>string</form_code>
<change_type_code>string</change_type_code>
<cust_code>string</cust_code>
<bank_id>string</bank_id>
<auditorschanged>string</auditorschanged>
<sic>string</sic>
<cell_no>string</cell_no>
<comsecratorychange>string</comsecratorychange>
<directorchanged>string</directorchanged>
<email>string</email>
<namechanged>string</namechanged>
<ent_status_code>string</ent_status_code>
<ent_type_code>string</ent_type_code>
<fye>string</fye>
<itemscount>string</itemscount>
<locofrecord>string</locofrecord>
<placeofbus>string</placeofbus>
<adreschanged>string</adreschanged>
<tel_code>string</tel_code>
<tel_no>string</tel_no>
<web>string</web>
<sCust_Code>string</sCust_Code>
</I_process_web_data_error>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<I_process_web_data_errorResponse xmlns="CIPC_WEB_SERVICES">
<I_process_web_data_errorResult>string</I_process_web_data_errorResult>
</I_process_web_data_errorResponse>
</soap12:Body>
</soap12:Envelope>