MIME type Problem using MM7 Interface

MIME type Problem using MM7 Interface SearchSearch
Author Message
Anonymous
 
Posted on Wednesday, August 04, 2004 - 09:10 pm:   

Hi!

I have written a little java application, using the apache soap api for submitting messages to the NowSMS gateway via the mm7 interface. This process works so far, but when I receive the MMS on my mobile phone, only the header is submitted correctly.

Instead of the content I get the following error:
application/octet-stream

When I configere the NowSMS gateway to receive them messges to MMS-IN directory, instead of delivering it, I can look at the header of the submitted messages, which looks like this:

To: TO: +43664xxxxxxx/TYPE=PLMN
Message-type: m-send-req
Transaction-id: 97F59FEE
MMS-version: 1.0
Message-id: 20040804/21/97F59FEE
Date: Wed, 04 Aug 2004 19:37:31 GMT
Subject: News for today
Message-class: Advertisement
Delivery-report: Yes
Content-Type: application/vnd.wap.multipart.mixed
X-NowMMS-Content-Location: 4b74762ca\6213F5AD;application/octet-stream

Is there any idea what is wrong here? Is there a problem with my soap message? Thanks for any help!

Clemens
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3226
Registered: 10-2002
Posted on Thursday, August 05, 2004 - 04:24 pm:   

Hi Clemens,

What is the content that you are including in your message?

It sounds like the MIME content type that is set in the submission is not correct (or missing).

Enable debug mode in NowSMS, and let's take a look at the raw HTTP submission that you are making. (Edit MMSC.INI, and under the [MMSC] section header, add Debug=Yes. Then restart the NowSMS MMSC service. It will create an MMSCDEBUG.LOG file as it runs, and we should be able to see the HTTP submission coming from your application in that log. That will help us identify what is not set correctly.)

-bn