NotificationService


Click here for a complete list of operations.

notifyMessageReception

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 /NotificationService.asmx HTTP/1.1
Host: smsinbox.mobilab.si
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "MmNotification#notifyMessageReception"

<?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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification" xmlns:types="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <q1:notifyMessageReception xmlns:q1="http://www.csapi.org/wsdl/parlayx/mm">
      <registrationIdentifier xsi:type="xsd:string">string</registrationIdentifier>
      <messageRef href="#id1" />
    </q1:notifyMessageReception>
    <q3:MessageRef id="id1" xsi:type="q3:MessageRef" xmlns:q3="http://www.csapi.org/schema/parlayx/mm/v1_0">
      <messageRefIdentifier xsi:type="xsd:string">string</messageRefIdentifier>
      <messageServiceActivationNumber xsi:type="xsd:string">string</messageServiceActivationNumber>
      <senderAddress href="#id2" />
      <subject xsi:type="xsd:string">string</subject>
      <priority xsi:type="q3:MessagePriority">Default or Low or Normal or High</priority>
      <message xsi:type="xsd:string">string</message>
    </q3:MessageRef>
    <q4:EndUserIdentifier id="id2" xsi:type="q4:EndUserIdentifier" xmlns:q4="http://www.csapi.org/schema/parlayx/common/v1_0">
      <value xsi:type="xsd:anyURI">anyURI</value>
    </q4:EndUserIdentifier>
  </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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification" xmlns:types="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification/encodedTypes" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <q5:notifyMessageReceptionResponse xmlns:q5="http://www.csapi.org/wsdl/parlayx/mm" />
  </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 /NotificationService.asmx HTTP/1.1
Host: smsinbox.mobilab.si
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:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification" xmlns:types="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
    <q6:notifyMessageReception xmlns:q6="http://www.csapi.org/wsdl/parlayx/mm">
      <registrationIdentifier xsi:type="xsd:string">string</registrationIdentifier>
      <messageRef soapenc:id="id0" xmlns:s0="http://www.csapi.org/schema/parlayx/mm/v1_0" xsi:type="s0:MessageRef">
        <messageRefIdentifier xsi:type="xsd:string">string</messageRefIdentifier>
        <messageServiceActivationNumber xsi:type="xsd:string">string</messageServiceActivationNumber>
        <senderAddress soapenc:id="id1" xmlns:s0="http://www.csapi.org/schema/parlayx/common/v1_0" xsi:type="s0:EndUserIdentifier">
          <value xsi:type="xsd:anyURI">anyURI</value>
        </senderAddress>
        <subject xsi:type="xsd:string">string</subject>
        <priority xsi:type="s0:MessagePriority">Default or Low or Normal or High</priority>
        <message xsi:type="xsd:string">string</message>
      </messageRef>
    </q6:notifyMessageReception>
  </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:soapenc="http://www.w3.org/2003/05/soap-encoding" xmlns:tns="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification" xmlns:types="http://www.csapi.org/wsdl/parlayx/mm/v1_0/notification/encodedTypes" xmlns:rpc="http://www.w3.org/2003/05/soap-rpc" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body soap12:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
    <q7:notifyMessageReceptionResponse xmlns:q7="http://www.csapi.org/wsdl/parlayx/mm" />
  </soap12:Body>
</soap12:Envelope>