MM7 interface to Nokia MMSC - q?

MM7 interface to Nokia MMSC - q? SearchSearch
Author Message
Vitaliy N. Kravchenko
New member
Username: Kvn

Post Number: 10
Registered: 10-2003
Posted on Wednesday, December 24, 2003 - 09:58 am:   

Hello!
Does anybody have MM7 interface to Nokia MMSC?
Can anybody provide examples of MM7 transactions with headers(http) & headers(mms) & body(mms)..?

Where i can find technical specification about MM7 protocol?

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

Post Number: 1496
Registered: 10-2002
Posted on Wednesday, December 31, 2003 - 08:34 pm:   

MM7 is documented in 3GPP TS 23.140, which is available for download from the 3GPP web site (http://www.3gpp.org).

You can find a number of examples searching this forum on a keyword of MM7.

A quick example can also be found here:

http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages_MM7.htm
rizwan
Unregistered guest
Posted on Tuesday, January 06, 2004 - 12:49 pm:   

hi i want to know that is this possible to develope a application on mms in .net ... cuz i have came to know that .. there is no api .. avaible for this work in .net if any one have any idea plzzzzzz tell me :-(
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1523
Registered: 10-2002
Posted on Tuesday, January 06, 2004 - 07:50 pm:   

Sorry, I'm not a .NET expert.

I'm sure there is a way, but I only understand the data that actually gets sent across the wire. I'm not sure what the best way to generate and send that data via .NET is.

Perhaps someone else will reply with some ideas.
Anonymous
 
Posted on Friday, January 23, 2004 - 04:38 pm:   

hi sayang.
Jonathan Kretzmer
Unregistered guest
Posted on Friday, January 30, 2004 - 11:54 am:   

Well, the transport layer is based on SOAP and WebServices as far as I can tell, which is built into .NET. I can't find any API either, which means that I might have to write the plumbing code myself.

Would be so easy if they provided WSDL, that way I can just use the wsdl.exe provided with the .NET sdk to create a proxy object -> easy peasy. Life is never that simple though :\
Joe Wienerroither
New member
Username: Spacefrog

Post Number: 3
Registered: 01-2004
Posted on Thursday, February 19, 2004 - 10:08 am:   

Jonathan:

Just download "Nokia Server SDK V1.3" from nokia
there you find some java src for their api/mmsc stuff. with it you get some wsdl files for mm7.
Don't know if they are legal to use or if they are online somewhere (i'm surely no expert in this field) - but anyway - they help a lot!