Service
Click here for a complete list of operations.
Login_ClientPreview
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/Login_ClientPreview" <?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> <Login_ClientPreview xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <BDExt>string</BDExt> <pgb_Multi>boolean</pgb_Multi> <langueDefault>int</langueDefault> <motdepasse>string</motdepasse> <email>string</email> <CieNumber>string</CieNumber> <User>int</User> <tel_residence>long</tel_residence> <code_postal>string</code_postal> <nom>string</nom> <prenom>string</prenom> <ID_Client>int</ID_Client> <fax>long</fax> <tel_cellulaire>long</tel_cellulaire> <tel_travail>long</tel_travail> <nomcie>string</nomcie> <civility>string</civility> <ville>string</ville> <adresse>string</adresse> <remark>string</remark> <reponse>int</reponse> <quantite>int</quantite> <statusresponsecode>int</statusresponsecode> <ErrMsg>string</ErrMsg> <nomPays>string</nomPays> <nomProvince>string</nomProvince> <IdEvent>string</IdEvent> <PreviewResponse> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> </PreviewResponse> <SeatType> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> </SeatType> <ShowEvent>string</ShowEvent> <EvTitle>string</EvTitle> <EvName>string</EvName> <EvDate>string</EvDate> <EvHour>string</EvHour> <SelectedSeatType>int</SelectedSeatType> </in0> </Login_ClientPreview> </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> <Login_ClientPreviewResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <Login_ClientPreviewResult> <BDExt>string</BDExt> <pgb_Multi>boolean</pgb_Multi> <langueDefault>int</langueDefault> <motdepasse>string</motdepasse> <email>string</email> <CieNumber>string</CieNumber> <User>int</User> <tel_residence>long</tel_residence> <code_postal>string</code_postal> <nom>string</nom> <prenom>string</prenom> <ID_Client>int</ID_Client> <fax>long</fax> <tel_cellulaire>long</tel_cellulaire> <tel_travail>long</tel_travail> <nomcie>string</nomcie> <civility>string</civility> <ville>string</ville> <adresse>string</adresse> <remark>string</remark> <reponse>int</reponse> <quantite>int</quantite> <statusresponsecode>int</statusresponsecode> <ErrMsg>string</ErrMsg> <nomPays>string</nomPays> <nomProvince>string</nomProvince> <IdEvent>string</IdEvent> <PreviewResponse> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> </PreviewResponse> <SeatType> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> </SeatType> <ShowEvent>string</ShowEvent> <EvTitle>string</EvTitle> <EvName>string</EvName> <EvDate>string</EvDate> <EvHour>string</EvHour> <SelectedSeatType>int</SelectedSeatType> </Login_ClientPreviewResult> </Login_ClientPreviewResponse> </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> <Login_ClientPreview xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <BDExt>string</BDExt> <pgb_Multi>boolean</pgb_Multi> <langueDefault>int</langueDefault> <motdepasse>string</motdepasse> <email>string</email> <CieNumber>string</CieNumber> <User>int</User> <tel_residence>long</tel_residence> <code_postal>string</code_postal> <nom>string</nom> <prenom>string</prenom> <ID_Client>int</ID_Client> <fax>long</fax> <tel_cellulaire>long</tel_cellulaire> <tel_travail>long</tel_travail> <nomcie>string</nomcie> <civility>string</civility> <ville>string</ville> <adresse>string</adresse> <remark>string</remark> <reponse>int</reponse> <quantite>int</quantite> <statusresponsecode>int</statusresponsecode> <ErrMsg>string</ErrMsg> <nomPays>string</nomPays> <nomProvince>string</nomProvince> <IdEvent>string</IdEvent> <PreviewResponse> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> </PreviewResponse> <SeatType> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> </SeatType> <ShowEvent>string</ShowEvent> <EvTitle>string</EvTitle> <EvName>string</EvName> <EvDate>string</EvDate> <EvHour>string</EvHour> <SelectedSeatType>int</SelectedSeatType> </in0> </Login_ClientPreview> </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> <Login_ClientPreviewResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <Login_ClientPreviewResult> <BDExt>string</BDExt> <pgb_Multi>boolean</pgb_Multi> <langueDefault>int</langueDefault> <motdepasse>string</motdepasse> <email>string</email> <CieNumber>string</CieNumber> <User>int</User> <tel_residence>long</tel_residence> <code_postal>string</code_postal> <nom>string</nom> <prenom>string</prenom> <ID_Client>int</ID_Client> <fax>long</fax> <tel_cellulaire>long</tel_cellulaire> <tel_travail>long</tel_travail> <nomcie>string</nomcie> <civility>string</civility> <ville>string</ville> <adresse>string</adresse> <remark>string</remark> <reponse>int</reponse> <quantite>int</quantite> <statusresponsecode>int</statusresponsecode> <ErrMsg>string</ErrMsg> <nomPays>string</nomPays> <nomProvince>string</nomProvince> <IdEvent>string</IdEvent> <PreviewResponse> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> <PreviewResponseDetails> <ResponseID>int</ResponseID> <Code>string</Code> <Response>string</Response> </PreviewResponseDetails> </PreviewResponse> <SeatType> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> <SeatTypeDetails> <SeatTypeId>int</SeatTypeId> <Code>string</Code> <QtyLimit>int</QtyLimit> </SeatTypeDetails> </SeatType> <ShowEvent>string</ShowEvent> <EvTitle>string</EvTitle> <EvName>string</EvName> <EvDate>string</EvDate> <EvHour>string</EvHour> <SelectedSeatType>int</SelectedSeatType> </Login_ClientPreviewResult> </Login_ClientPreviewResponse> </soap12:Body> </soap12:Envelope>