UBWS
Click here for a complete list of operations.
Sold_Cards
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/Sold_Cards"
<?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>
<Sold_Cards xmlns="http://tempuri.org/">
<ubid>string</ubid>
<ISSUE_DATE>string</ISSUE_DATE>
<VALIDITY_START_DATE>string</VALIDITY_START_DATE>
<VALIDITY_END_DATE>string</VALIDITY_END_DATE>
<INSURED_NAME>string</INSURED_NAME>
<INSURED_ADDRESS>string</INSURED_ADDRESS>
<VEHICHEL_TYPE_MODEL>string</VEHICHEL_TYPE_MODEL>
<MNUFACTURED_YEAR>string</MNUFACTURED_YEAR>
<VEHICHEL_WEIGHT>string</VEHICHEL_WEIGHT>
<BODY_SIZE>string</BODY_SIZE>
<BODY_NO>string</BODY_NO>
<NO_OF_PASSENGERS>string</NO_OF_PASSENGERS>
<SHASEH_NO>string</SHASEH_NO>
<CARD_STATUS>string</CARD_STATUS>
<USER_CODE>string</USER_CODE>
<EDIT_DATE>string</EDIT_DATE>
<REMARKS>string</REMARKS>
<MOTOR_SIZE>string</MOTOR_SIZE>
<MOTOR_NO>string</MOTOR_NO>
<SERIAL_NO>string</SERIAL_NO>
<COUNTRY_CODE>string</COUNTRY_CODE>
<INS_CO>string</INS_CO>
<INSURED_LICENCE_NO>string</INSURED_LICENCE_NO>
<INSURED_TEL>string</INSURED_TEL>
<INSURED_FAX>string</INSURED_FAX>
<LOCAL_POLICY_NO>string</LOCAL_POLICY_NO>
<VEHICHEL_COLOR>string</VEHICHEL_COLOR>
<OTHER_CLAIM_NO>string</OTHER_CLAIM_NO>
<ENGINE_NO>string</ENGINE_NO>
<CARD_TIME>string</CARD_TIME>
<L_P_START_DATE>string</L_P_START_DATE>
<L_P_END_DATE>string</L_P_END_DATE>
<INSURED_NATIONALITY>string</INSURED_NATIONALITY>
</Sold_Cards>
</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>
<Sold_CardsResponse xmlns="http://tempuri.org/">
<Sold_CardsResult>string</Sold_CardsResult>
</Sold_CardsResponse>
</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>
<Sold_Cards xmlns="http://tempuri.org/">
<ubid>string</ubid>
<ISSUE_DATE>string</ISSUE_DATE>
<VALIDITY_START_DATE>string</VALIDITY_START_DATE>
<VALIDITY_END_DATE>string</VALIDITY_END_DATE>
<INSURED_NAME>string</INSURED_NAME>
<INSURED_ADDRESS>string</INSURED_ADDRESS>
<VEHICHEL_TYPE_MODEL>string</VEHICHEL_TYPE_MODEL>
<MNUFACTURED_YEAR>string</MNUFACTURED_YEAR>
<VEHICHEL_WEIGHT>string</VEHICHEL_WEIGHT>
<BODY_SIZE>string</BODY_SIZE>
<BODY_NO>string</BODY_NO>
<NO_OF_PASSENGERS>string</NO_OF_PASSENGERS>
<SHASEH_NO>string</SHASEH_NO>
<CARD_STATUS>string</CARD_STATUS>
<USER_CODE>string</USER_CODE>
<EDIT_DATE>string</EDIT_DATE>
<REMARKS>string</REMARKS>
<MOTOR_SIZE>string</MOTOR_SIZE>
<MOTOR_NO>string</MOTOR_NO>
<SERIAL_NO>string</SERIAL_NO>
<COUNTRY_CODE>string</COUNTRY_CODE>
<INS_CO>string</INS_CO>
<INSURED_LICENCE_NO>string</INSURED_LICENCE_NO>
<INSURED_TEL>string</INSURED_TEL>
<INSURED_FAX>string</INSURED_FAX>
<LOCAL_POLICY_NO>string</LOCAL_POLICY_NO>
<VEHICHEL_COLOR>string</VEHICHEL_COLOR>
<OTHER_CLAIM_NO>string</OTHER_CLAIM_NO>
<ENGINE_NO>string</ENGINE_NO>
<CARD_TIME>string</CARD_TIME>
<L_P_START_DATE>string</L_P_START_DATE>
<L_P_END_DATE>string</L_P_END_DATE>
<INSURED_NATIONALITY>string</INSURED_NATIONALITY>
</Sold_Cards>
</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>
<Sold_CardsResponse xmlns="http://tempuri.org/">
<Sold_CardsResult>string</Sold_CardsResult>
</Sold_CardsResponse>
</soap12:Body>
</soap12:Envelope>