Service
Click here for a complete list of operations.
AnnulationCerti_Gift
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 /service.asmx HTTP/1.1 Host: billet.ausommetpvm.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://192.168.1.240:81/WebServiceBoxxo/AnnulationCerti_Gift" <?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> <AnnulationCerti_Gift xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <certi_list> <Certi_Gift_List> <p4_id_certi_gift_issue>int</p4_id_certi_gift_issue> <p4_maximum>int</p4_maximum> <pt_date_expiration>string</pt_date_expiration> <p4_nb_mois_expiration>int</p4_nb_mois_expiration> <p4_type_dead_line>int</p4_type_dead_line> <pm_amount>double</pm_amount> <pt_name>string</pt_name> <p4_id_certi_gift>int</p4_id_certi_gift> </Certi_Gift_List> <Certi_Gift_List> <p4_id_certi_gift_issue>int</p4_id_certi_gift_issue> <p4_maximum>int</p4_maximum> <pt_date_expiration>string</pt_date_expiration> <p4_nb_mois_expiration>int</p4_nb_mois_expiration> <p4_type_dead_line>int</p4_type_dead_line> <pm_amount>double</pm_amount> <pt_name>string</pt_name> <p4_id_certi_gift>int</p4_id_certi_gift> </Certi_Gift_List> </certi_list> <UserSessionID>string</UserSessionID> <cie_number>string</cie_number> <usr>string</usr> </in0> </AnnulationCerti_Gift> </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> <AnnulationCerti_GiftResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <AnnulationCerti_GiftResult> <P4_Err>int</P4_Err> <Liberer>boolean</Liberer> <ErrMsg>string</ErrMsg> </AnnulationCerti_GiftResult> </AnnulationCerti_GiftResponse> </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 /service.asmx HTTP/1.1 Host: billet.ausommetpvm.com 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> <AnnulationCerti_Gift xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <certi_list> <Certi_Gift_List> <p4_id_certi_gift_issue>int</p4_id_certi_gift_issue> <p4_maximum>int</p4_maximum> <pt_date_expiration>string</pt_date_expiration> <p4_nb_mois_expiration>int</p4_nb_mois_expiration> <p4_type_dead_line>int</p4_type_dead_line> <pm_amount>double</pm_amount> <pt_name>string</pt_name> <p4_id_certi_gift>int</p4_id_certi_gift> </Certi_Gift_List> <Certi_Gift_List> <p4_id_certi_gift_issue>int</p4_id_certi_gift_issue> <p4_maximum>int</p4_maximum> <pt_date_expiration>string</pt_date_expiration> <p4_nb_mois_expiration>int</p4_nb_mois_expiration> <p4_type_dead_line>int</p4_type_dead_line> <pm_amount>double</pm_amount> <pt_name>string</pt_name> <p4_id_certi_gift>int</p4_id_certi_gift> </Certi_Gift_List> </certi_list> <UserSessionID>string</UserSessionID> <cie_number>string</cie_number> <usr>string</usr> </in0> </AnnulationCerti_Gift> </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> <AnnulationCerti_GiftResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <AnnulationCerti_GiftResult> <P4_Err>int</P4_Err> <Liberer>boolean</Liberer> <ErrMsg>string</ErrMsg> </AnnulationCerti_GiftResult> </AnnulationCerti_GiftResponse> </soap12:Body> </soap12:Envelope>