OpenWave MMS library

OpenWave MMS library SearchSearch
Author Message
David Chkhartishvili
New member
Username: Datoch

Post Number: 14
Registered: 06-2004
Posted on Wednesday, October 20, 2004 - 10:07 am:   

Hi Bryce and list,

I've tried Openwave's MMS library to test MM7 functionality. Everything went well except smil content parsing (from mobile to openwave).
I've posted problem on OpenWave's message board. They replyed that it *MIGHT* be bug in NowSMS.
Here is debug log, please confirm/decline openwave's words:
SOAPAction: ""
Content-Length: 1964
Content-Type: multipart/related; boundary="---mime-boundary-90916EFC.36BBAA7D---"; type="text/xml"; start="<mm7_msg>"
Connection: close

-----mime-boundary-90916EFC.36BBAA7D---
Content-Type: text/xml; charset=utf-8
Content-ID: <mm7_msg>

<?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-2"env:mustUnderstand="1">
20041019182733-8CAECE3B@mms.magtigsm.ge </mm7:TransactionID>
</env:Header>
<env:Body>
<DeliverReq xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2">
<MM7Version>5.3.0</MM7Version>
<Sender>
<Number>xxxxxxxxxxx</Number>
</Sender>
<Recipients>
<To>
<Number>1111</Number>
</To>
</Recipients>
<Priority>Normal</Priority>
<Subject>Test</Subject>
<Content href="cid:mms_cid"/>
</DeliverReq>
</env:Body>
</env:Envelope>

-----mime-boundary-90916EFC.36BBAA7D---
Content-Type: multipart/related; type="application/smil"; start="<mmmm>"; boundary="---mime-boundary-118D10BE.EEB131BF---"
Content-ID: <mms_cid>

-----mime-boundary-118D10BE.EEB131BF---
Content-Type: application/smil; charset=utf-8; name="mms.smil"
Content-ID: <mmmm>
Content-Transfer-Encoding: quoted-printable

<smil><head><layout><root-layout width=3D"240" height=3D"160"/><region id=3D"REGION_1=
" left=3D"0%" top=3D"0%" height=3D"67%" width=3D"100%" fit=3D"meet"/><region id=3D"REGION_2=
" left=3D"0%" top=3D"67%" height=3D"33%" width=3D"100%" fit=3D"meet"/></layout></head><bo=
dy><par dur=3D"5s"><text src=3D"smiltextpartfilename0.txt" type=3D"text/plain" region=
=3D"REGION_1" /></par></body></smil>
-----mime-boundary-118D10BE.EEB131BF---
Content-Type: text/plain; charset=utf-8; name="smiltextpartfilename0.txt"
Content-location: smiltextpartfilename0.txt
Content-ID: <smiltextpartfilename0.txt>

Test
-----mime-boundary-118D10BE.EEB131BF-----

-----mime-boundary-90916EFC.36BBAA7D-----

21623 [Thread-0] DEBUG com.openwave.mms.mm7.Listener - [End Incoming Request From Relay]
TransactionID:
20041019182733-8CAECE3B@mms.magtigsm.ge
Linked ID: null
Sender: xxxxxxxxxxx
To: 1111
Subject: Test

====================================
ContentException: smil-parsing-failed
====================================

22329 [Thread-0] DEBUG com.openwave.mms.mm7.Listener - [Begin Outgoing Response To Relay]

22329 [Thread-0] DEBUG com.openwave.mms.mm7.Listener - HTTP/1.0 200 OK

22329 [Thread-0] DEBUG com.openwave.mms.mm7.Listener - Content-Type: text/xml

22332 [Thread-0] DEBUG com.openwave.mms.mm7.Response - Content-length: 591


22332 [Thread-0] DEBUG com.openwave.mms.mm7.Response - <?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-2">
20041019182733-8CAECE3B@mms.magtigsm.ge </mm7:TransactionID></env:Header><env:Body><DeliverRsp xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2"><MM7Version>5.3.0</MM7Version><Status><StatusText>got it!</StatusText><StatusCode>1000</StatusCode></Status><ServiceCode>sample-servic e-code</ServiceCode></DeliverRsp></env:Body></env:Envelope>
22332 [Thread-0] DEBUG com.openwave.mms.mm7.Listener - [End Outgoing Response To Relay]

Thank you in advance.
David Chkhartishvili
New member
Username: Datoch

Post Number: 15
Registered: 06-2004
Posted on Monday, October 25, 2004 - 12:39 pm:   

Anybody from support?