Service
Click here for a complete list of operations.
VerifMembershipWithCard
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/VerifMembershipWithCard" <?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> <VerifMembershipWithCard xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <UserSessionID>string</UserSessionID> <vt_user>string</vt_user> <vt_CodeMembership>string</vt_CodeMembership> <v4_id_event>int</v4_id_event> <pt_MasterDB>string</pt_MasterDB> <pt_owner>string</pt_owner> <ShowEvID>int</ShowEvID> <pt_code_se>string</pt_code_se> <vt_language>string</vt_language> <AddCard>boolean</AddCard> <SpecialCard>boolean</SpecialCard> </in0> </VerifMembershipWithCard> </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> <VerifMembershipWithCardResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <VerifMembershipWithCardResult> <v4_statusresponsecode>int</v4_statusresponsecode> <vt_response>string</vt_response> <v4_Code_Err>int</v4_Code_Err> <ErrMsg>string</ErrMsg> <listEvt> <string>string</string> <string>string</string> </listEvt> <WebHStart>string</WebHStart> <WebDStart>string</WebDStart> <CardAdded>boolean</CardAdded> <MembershipGroup>int</MembershipGroup> </VerifMembershipWithCardResult> </VerifMembershipWithCardResponse> </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> <VerifMembershipWithCard xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <UserSessionID>string</UserSessionID> <vt_user>string</vt_user> <vt_CodeMembership>string</vt_CodeMembership> <v4_id_event>int</v4_id_event> <pt_MasterDB>string</pt_MasterDB> <pt_owner>string</pt_owner> <ShowEvID>int</ShowEvID> <pt_code_se>string</pt_code_se> <vt_language>string</vt_language> <AddCard>boolean</AddCard> <SpecialCard>boolean</SpecialCard> </in0> </VerifMembershipWithCard> </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> <VerifMembershipWithCardResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <VerifMembershipWithCardResult> <v4_statusresponsecode>int</v4_statusresponsecode> <vt_response>string</vt_response> <v4_Code_Err>int</v4_Code_Err> <ErrMsg>string</ErrMsg> <listEvt> <string>string</string> <string>string</string> </listEvt> <WebHStart>string</WebHStart> <WebDStart>string</WebDStart> <CardAdded>boolean</CardAdded> <MembershipGroup>int</MembershipGroup> </VerifMembershipWithCardResult> </VerifMembershipWithCardResponse> </soap12:Body> </soap12:Envelope>