UBWS
Click here for a complete list of operations.
register_claim
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 /UBWS.asmx HTTP/1.1
Host: oc.orangecard.com.om
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/register_claim"
<?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>
<register_claim xmlns="http://tempuri.org/">
<ubid>string</ubid>
<CLAIM_NO>string</CLAIM_NO>
<CLAIM_DATE>string</CLAIM_DATE>
<SERIAL_NO>string</SERIAL_NO>
<INSURANCE_COMP_CLAIM>string</INSURANCE_COMP_CLAIM>
<INSURED>string</INSURED>
<VEHICHEL_NO>string</VEHICHEL_NO>
<VEHICHEL_NATIONALITY>string</VEHICHEL_NATIONALITY>
<DIRIVER_NATIONALITY>string</DIRIVER_NATIONALITY>
<DRIVINGLICENSE>string</DRIVINGLICENSE>
<COVERING_AREA>string</COVERING_AREA>
<ACCEDENT_DATE>string</ACCEDENT_DATE>
<ACCEDENT_TIME>string</ACCEDENT_TIME>
<ACCEDENT_PLACE>string</ACCEDENT_PLACE>
<VEHICLE_INSURED_MAKE>string</VEHICLE_INSURED_MAKE>
<REGN_NO>string</REGN_NO>
<POLICE_REPORT>string</POLICE_REPORT>
<CLAIM_STATUS>string</CLAIM_STATUS>
<CLAIM_TYPE>string</CLAIM_TYPE>
<USER_CODE>string</USER_CODE>
<EDIT_DATE>string</EDIT_DATE>
<VEHICLE_MODEL>string</VEHICLE_MODEL>
<CO_CODE>string</CO_CODE>
<REM>string</REM>
<OUT_BUREAU_NO>string</OUT_BUREAU_NO>
<OTHERS_CLAIM_NO>string</OTHERS_CLAIM_NO>
<DRIVER_NAME>string</DRIVER_NAME>
<VALID_START_DATE>string</VALID_START_DATE>
<VALID_END_DATE>string</VALID_END_DATE>
<STATIONARY_TYPE>string</STATIONARY_TYPE>
<OUT_BUREAU_CLAIM_NO>string</OUT_BUREAU_CLAIM_NO>
</register_claim>
</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>
<register_claimResponse xmlns="http://tempuri.org/">
<register_claimResult>string</register_claimResult>
</register_claimResponse>
</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 /UBWS.asmx HTTP/1.1
Host: oc.orangecard.com.om
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>
<register_claim xmlns="http://tempuri.org/">
<ubid>string</ubid>
<CLAIM_NO>string</CLAIM_NO>
<CLAIM_DATE>string</CLAIM_DATE>
<SERIAL_NO>string</SERIAL_NO>
<INSURANCE_COMP_CLAIM>string</INSURANCE_COMP_CLAIM>
<INSURED>string</INSURED>
<VEHICHEL_NO>string</VEHICHEL_NO>
<VEHICHEL_NATIONALITY>string</VEHICHEL_NATIONALITY>
<DIRIVER_NATIONALITY>string</DIRIVER_NATIONALITY>
<DRIVINGLICENSE>string</DRIVINGLICENSE>
<COVERING_AREA>string</COVERING_AREA>
<ACCEDENT_DATE>string</ACCEDENT_DATE>
<ACCEDENT_TIME>string</ACCEDENT_TIME>
<ACCEDENT_PLACE>string</ACCEDENT_PLACE>
<VEHICLE_INSURED_MAKE>string</VEHICLE_INSURED_MAKE>
<REGN_NO>string</REGN_NO>
<POLICE_REPORT>string</POLICE_REPORT>
<CLAIM_STATUS>string</CLAIM_STATUS>
<CLAIM_TYPE>string</CLAIM_TYPE>
<USER_CODE>string</USER_CODE>
<EDIT_DATE>string</EDIT_DATE>
<VEHICLE_MODEL>string</VEHICLE_MODEL>
<CO_CODE>string</CO_CODE>
<REM>string</REM>
<OUT_BUREAU_NO>string</OUT_BUREAU_NO>
<OTHERS_CLAIM_NO>string</OTHERS_CLAIM_NO>
<DRIVER_NAME>string</DRIVER_NAME>
<VALID_START_DATE>string</VALID_START_DATE>
<VALID_END_DATE>string</VALID_END_DATE>
<STATIONARY_TYPE>string</STATIONARY_TYPE>
<OUT_BUREAU_CLAIM_NO>string</OUT_BUREAU_CLAIM_NO>
</register_claim>
</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>
<register_claimResponse xmlns="http://tempuri.org/">
<register_claimResult>string</register_claimResult>
</register_claimResponse>
</soap12:Body>
</soap12:Envelope>