MM7

MM7 SearchSearch
Author Message
JChan
New member
Username: Jchan

Post Number: 1
Registered: 08-2004
Posted on Wednesday, August 04, 2004 - 05:48 pm:   

Hi,

I am having a similar problem as described in the past thread:
http://support.nowsms.com/discus/messages/485/5371.html

I wonder if I can have the patch file for fixing the repeated <Sender> problem in the DeliverReq format.

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header>
<mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2" env:mustUnderstand="1">
20040730/11/B8276CBA@localhost
</mm7:TransactionID>
</env:Header>
<env:Body>
<SubmitReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2">
<MM7Version>5.3.0</MM7Version>
<SenderIdentification>
<VASPID>ag</VASPID>
<VASID>test</VASID>
<SenderAddress>+14165552900/TYPE=PLMN</SenderAddress>
</SenderIdentification>
<Recipients>
<To>
<Number>+19057240725</Number>
</To>
</Recipients>
<MessageClass>Informational</MessageClass>
<Priority>Normal</Priority>
<DeliveryReport>True</DeliveryReport>
<ReadReply>False</ReadReply>
<Subject>Test</Subject>
<Content href="cid:mms_cid" />
</SubmitReq>
</env:Body>
</env:Envelope>


I would also like to know if it is possible to remove the <DeliveryReport>true</DeliveryReport> from the SubmitReq formt.

Thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3217
Registered: 10-2002
Posted on Thursday, August 05, 2004 - 01:01 pm:   

The latest update patch should resolve the sender issue. It can be downloaded from http://www.nowsms.com/download/nowsms550e.zip.

I don't follow your question about removing "<DeliveryReport>true</DeliveryReport>" ... this should only be present if it was specified when the message was submitted. Perhaps I am not understanding the question?
JChan
New member
Username: Jchan

Post Number: 2
Registered: 08-2004
Posted on Friday, August 06, 2004 - 03:16 pm:   

Thanks for the link of the patch. Everything works now.