Sending MMS - Using MM7

Sending MMS - Using MM7 SearchSearch
Author Message
Hassan Nahas
New member
Username: Hassannahas

Post Number: 4
Registered: 04-2010
Posted on Saturday, April 24, 2010 - 10:55 am:   

Dear
please note that on sending the mms i am not able to send the From parameter. i checked the packet and the From parameter doesn't exist

your quick reply is highly appreciated
Hassan Nahas
New member
Username: Hassannahas

Post Number: 5
Registered: 04-2010
Posted on Saturday, April 24, 2010 - 11:32 am:   

<?xml version="1.0" ?><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-3" env:mustUnderstand="1">20100424130640-C6E60675@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-3"><MM7Version>5.3.0</MM7Version><SenderIdentification><VASPID>844083</VASPID><VA SID>0097</VASID><SenderAddress><Number>Mobily</Number></SenderAddress></SenderId entification><Recipients><To><Number>966565391293</Number></To></Recipients><Ser viceCode>97</ServiceCode><Subject>50X50</Subject><Content href="cid:mms_cid"/></SubmitReq></env:Body></env:Envelope>
Hassan Nahas
New member
Username: Hassannahas

Post Number: 6
Registered: 04-2010
Posted on Saturday, April 24, 2010 - 01:33 pm:   

dear
please note that your quick response is highly appreciated
BR
Hassan Nahas
New member
Username: Hassannahas

Post Number: 7
Registered: 04-2010
Posted on Saturday, April 24, 2010 - 03:31 pm:   

after checking with the operator they asked us
to change the following
from <Number>Mobily</Number>
to <String>Mobily</String>

can we do it
your quick response is highly appreciated
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2046
Registered: 08-2008
Posted on Saturday, April 24, 2010 - 10:02 pm:   

You can change it to an email address (mobily@something), and the MM7 content will change to not use <Number>.

MM7 allows a phone number or an email address. Alpha sender is not allowed other than an email address.

--
Des
NowSMS Support
Hassan Nahas
New member
Username: Hassannahas

Post Number: 8
Registered: 04-2010
Posted on Sunday, April 25, 2010 - 08:12 am:   

i change it email but still it is not working
<SenderAddress><RFC2822Address>@Mobily</RFC2822Address>

is there a from parameter
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2048
Registered: 08-2008
Posted on Sunday, April 25, 2010 - 02:05 pm:   

@Mobily is not a valid e-mail address. Try something that is a valid e-mail address.

It is also possible that your operator is using a different MM7 schema.

There is a common issue that the "From" field is missing when submitting via a Huawei MMSC, as that MMSC only supports only an old version of the MM7 schema, which used a different format for the sender address.

Try configuring the MM7 connection in NowSMS to use MM7 schema "REL-5-MM7-1-0" with MMS version "5.3.0".

--
Des
NowSMS Support
samir
New member
Username: Samirprogrammer

Post Number: 3
Registered: 02-2011
Posted on Thursday, September 08, 2011 - 01:43 pm:   

Strage Same format but diffrent xml:::

Required format:
<?xml version='1.0' ?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/soap-envelope">
<env:Header>
<mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0" env:mustUnderstand="1">
vas00001-sub
</mm7:TransactionID>
</env:Header>
<env:Body>
<mm7:SubmitReq xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0">
<MM7Version>5.3.0</MM7Version>
<SenderIdentification>
<VASPID>xxxx</VASPID>
<VASID>xxxx</VASID>
<SenderAddress>
<ShortCode>1234</ShortCode>
</SenderAddress>
</SenderIdentification>
<Recipients>
<To>
<Number>xxxxxxxxxxxx</Number>
</To>
</Recipients>
<MessageClass>Informational</MessageClass>
<DeliveryReport>True</DeliveryReport>
<Priority>Normal</Priority>
<Subject>logo</Subject>
</mm7:SubmitReq>
</env:Body>
</env:Envelope>


------------------------------------
---------------------------------
Now SMS Format
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header>
<TransactionID xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0" env:mustUnderstand="1">20110823125211-967FA5B2-x40x-localhost</TransactionID>
</env:Header>
<env:Body>
<SubmitReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0">
<MM7Version>5.3.0</MM7Version>
<SenderIdentification>
<VASPID>xxxx</VASPID>
<VASID>xxx/VASID>
<SenderAddress>xxxx</SenderAddress>
</SenderIdentification>
<Recipients>
<To>
<Number>xxxxxxxxxxxxx</Number>
</To>
</Recipients>
<DeliveryReport>True</DeliveryReport>
<ReadReply>True</ReadReply>
<Priority>Normal</Priority>
<Subject>mms</Subject>
<Content href="cid:mms_cid" />
</SubmitReq>
</env:Body>
</env:Envelope>

PLZZZ HElp!!!!!!!!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3460
Registered: 08-2008
Posted on Thursday, September 08, 2011 - 07:55 pm:   

A post on this thread is unrelated to earlier discussion and has been moved to:

http://support.nowsms.com/discus/messages/485/70524.html