CribisCZWS


Click here for a complete list of operations.

ProcessMessage

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 /CribisCZWS.asmx HTTP/1.1
Host: ws.multicribis.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:crif-messagegateway:2006-08-23/ProcessMessage"

<?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:Header>
    <Message GId="anyURI" MId="anyURI" MTs="dateTime" xmlns="urn:crif-message:2006-08-23">
      <C UD="string" UId="string" UPwd="string">xml</C>
      <P SId="string" PId="string" PNs="string">xml</P>
      <P SId="string" PId="string" PNs="string">xml</P>
      <Tx TxNs="string">xml</Tx>xml</Message>
  </soap:Header>
  <soap:Body>
    <MGRequest xmlns="urn:crif-messagegateway:2006-08-23">string</MGRequest>
  </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:Header>
    <MessageResponse GId="anyURI" MId="anyURI" MTs="dateTime" METs="dateTime" xmlns="urn:crif-message:2006-08-23">
      <P SId="string" PId="string" PNs="string">
        <R L="language" C="anyURI" D="string" I="string">xml</R>xml</P>
      <P SId="string" PId="string" PNs="string">
        <R L="language" C="anyURI" D="string" I="string">xml</R>xml</P>
      <Tx TxNs="string">
        <R L="language" C="anyURI" D="string" I="string">xml</R>xml</Tx>xml</MessageResponse>
  </soap:Header>
  <soap:Body>
    <MGResponse xmlns="urn:crif-messagegateway:2006-08-23">string</MGResponse>
  </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 /CribisCZWS.asmx HTTP/1.1
Host: ws.multicribis.net
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:Header>
    <Message GId="anyURI" MId="anyURI" MTs="dateTime" xmlns="urn:crif-message:2006-08-23">
      <C UD="string" UId="string" UPwd="string">xml</C>
      <P SId="string" PId="string" PNs="string">xml</P>
      <P SId="string" PId="string" PNs="string">xml</P>
      <Tx TxNs="string">xml</Tx>xml</Message>
  </soap12:Header>
  <soap12:Body>
    <MGRequest xmlns="urn:crif-messagegateway:2006-08-23">string</MGRequest>
  </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:Header>
    <MessageResponse GId="anyURI" MId="anyURI" MTs="dateTime" METs="dateTime" xmlns="urn:crif-message:2006-08-23">
      <P SId="string" PId="string" PNs="string">
        <R L="language" C="anyURI" D="string" I="string">xml</R>xml</P>
      <P SId="string" PId="string" PNs="string">
        <R L="language" C="anyURI" D="string" I="string">xml</R>xml</P>
      <Tx TxNs="string">
        <R L="language" C="anyURI" D="string" I="string">xml</R>xml</Tx>xml</MessageResponse>
  </soap12:Header>
  <soap12:Body>
    <MGResponse xmlns="urn:crif-messagegateway:2006-08-23">string</MGResponse>
  </soap12:Body>
</soap12:Envelope>