HTTP Receive API – Non-Polling Response Contents

Home Forums iSMS HTTP Receive API – Non-Polling Response Contents

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2607
    K
    Participant

    Hello:

    The most recent iSMS API documentation says that the XMLDATA sent in non-polling mode when a message is received has a “Response” tag as its root element. Like this:

    <Response>

    <MessageNofitication>blah…</MessageNotification>

    </Response>

    I don’t get a <Response> element as my root element – I just get the <MessageNotification> as the root element.

    Is this something that changed with a newer version? I’m using v1.31.

    Thank you,

    K

    #3299
    Bryan Tran
    Moderator
    #6222
    fleure fleure
    Participant

    hello all ,
    i receive message from multimodem isms ( with non polling mode) but i don’t know how to send reponse ok . ( answer to multimodem isms)
    i know that the response have a format like this:

    <?xml version=”1.0″ encoding=”ISO-8859-1″?>\r\n
    <Response>\r\n
    <MessageNotification>\r\n
    <ModemNumber>2:19525945092</ModemNumber>\r\n
    <SenderNumber>6754535645</SenderNumber>\r\n
    <Date>08/03/10</Date>\r\n
    <Time>09:05:30</Time>\r\n
    <Message>Here is a test message</Message>\r\n
    </MessageNotification>\r\n
    </Response>\r\n

    But i don’t know if i send it directly in socket ( TCP API ) or i must send it with a speficique format like sendSMS format.
    thank you for your help.

    #6350
    fleure fleure
    Participant

    hello , can you help me please and give me the good format of response to send to multimodem isms for answer the receive stp api.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.