Unable to send mms

Unable to send mms SearchSearch
Author Message
josgeorge
New member
Username: Jos

Post Number: 3
Registered: 08-2009
Posted on Tuesday, September 08, 2009 - 10:58 am:   

Hi ,

I am trying to submit mms to nokia mmsc 5.0 but i am getting

HTTP/1.1 500 Internal Server Error

i am attaching a part from mmscdebug.log
soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>soap:Client</faultcode>
<faultstring>Client error</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

15:04:01:771 [10] ThreadProcessVASPQ: Outbound route test: setting retry for C4BF6255.MMS
15:09:01:851 [10] ThreadProcessVASPQ: recipArray count = 1
15:09:01:851 [10] InetServerConnect: Connected to 10.71.4.37 (10.71.4.37:2007)
15:09:01:851 [10] ThreadProcessVASPQ: POST /servlets/mm7receiver HTTP/1.1
Host: 10.71.4.37:2007
SOAPAction: ""
Content-Length: 1865
Content-Type: multipart/related; boundary="---mime-boundary-BB6D2D32.C2A92D33"; type="text/xml"; start="<mm7_msg>"


15:09:01:851 [10] ThreadProcessVASPQ: -----mime-boundary-BB6D2D32.C2A92D33
Content-Type: text/xml; charset=utf-8
Content-ID: <mm7_msg>

<?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-3" env:mustUnderstand="1">20090908150901-3296CDAF@10.143.71.10</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.6.0</MM7Version>
<SenderIdentification>
<VASPID>PROV</VASPID>
<VASID>VAS</VASID>
<SenderAddress><ShortCode>1111</ShortCode></SenderAddress>
</SenderIdentification>
<Recipients>
<To>
<Number>911431100011</Number>
</To>
</Recipients>
<MessageClass>Personal</MessageClass>
<DeliveryReport>false</DeliveryReport>
<ReadReply>false</ReadReply>
<Priority>Normal</Priority>
<Subject>hello</Subject>
<Content href="cid:mms_cid" />
</SubmitReq>
</env:Body>
</env:Envelope>

-----mime-boundary-BB6D2D32.C2A92D33
Content-Type: multipart/related; start="<4AA50A27.smil>"; type="application/smil"; boundary="---mime-boundary-FBD98D70.B93127F1"
Content-ID: <mms_cid>

-----mime-boundary-FBD98D70.B93127F1
Content-Type: application/smil; name="4AA50A27.smil"; charset=utf-8
Content-ID: <4AA50A27.smil>
Content-location: 4AA50A27.smil

<smil>
<head>
<layout>
<region id="Image" height="100%" width="100%" fit="meet"/>
<region id="Text" height="100%" width="100%" fit="scroll"/>
</layout>
</head>
<body>
<par dur="3s">
<text src="4AA50A27.txt" region="Text"/>
</par>
</body>
</smil>

-----mime-boundary-FBD98D70.B93127F1
Content-Type: text/plain
Content-ID: <4AA50A27.txt>
Content-location: 4AA50A27.txt

hello
-----mime-boundary-FBD98D70.B93127F1--

-----mime-boundary-BB6D2D32.C2A92D33--

15:09:01:851 [10] HttpResponseWait: Ok
15:09:01:851 [10] ThreadProcessVASPQ: MM7 - got unknown response - HTTP status - 500 Internal Server Error
15:09:01:851 [10] ThreadProcessVASPQ: HTTP/1.1 500 Internal Server Error
content-type: text/xml; charset="utf-8"
Content-Length: 280

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>soap:Client</faultcode>
<faultstring>Client error</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

15:09:01:866 [10] ThreadProcessVASPQ: Outbound route test: setting retry for C4BF6255.MMS


Thanks in advance

Jos
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1206
Registered: 08-2008
Posted on Tuesday, September 08, 2009 - 06:43 pm:   

Hi Jos,

Usually when connecting to a Nokia MMSC with MM7, you need to specify a full URL to their MM7 receiver.

Instead of /servlets/mm7receiver, it is usually /mmsc/mm7/MMSServiceSOAPPort for a Nokia MMSC.

It is possible that different installations use different URLs, but based upon the response you are receiving, I think it may be a simple URL problem.

I see in your other post at http://support.nowsms.com/discus/messages/1/41734.html that you tried no path on the URL and got the same error, so I think the URL path may be the solution.

Also, for connecting to a Nokia MMSC, set the MM7 Schema version when defining the connection in NowSMS to REL-5-MM7-1-2, and the 3GPP MMS Version to 5.3.0.

--
Des
NowSMS Support