Guide on MM7

Guide on MM7 SearchSearch
Author Message
lee ah fei
New member
Username: Ahfeii

Post Number: 2
Registered: 07-2011
Posted on Friday, October 14, 2011 - 09:49 am:   

Dear Sir,

Now I am referring to the NowSMS Manual - 2009.
At the page 180, it has the sample of MM7.

I am a PHP developer. What is the best method I should use to send that sample in MM7 format?
Should I use normal CURL or FSocket or NuSOAP?

Hear you soon and thank you for your help!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3533
Registered: 08-2008
Posted on Friday, October 14, 2011 - 05:57 pm:   

We do not have a preference or recommendation. I would use whatever method you are most comfortable with.

If you are interfacing with NowSMS, you might just want to use the proprietary URL interface, for which we have a simple PHP wrapper at http://www.nowsms.com/nowsms-php-example-send-mms-message

--
Des
NowSMS Support
lee ah fei
New member
Username: Ahfeii

Post Number: 3
Registered: 07-2011
Posted on Wednesday, October 19, 2011 - 07:24 am:   

Dear Sir,

Thank you for your response!
tested and receive following result: Unknown Message TYpe. Do you have any idea about it?

<?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"></TransactionID>
</env:Header>
<env:Body>
<env:Fault>
<faultcode>Client</faultcode>
<faultstring>Unknown Message Type</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3545
Registered: 08-2008
Posted on Wednesday, October 19, 2011 - 04:19 pm:   

Hi,

That is not an error message that is generated by our MMSC.

Without seeing your HTTP request, it is impossible to guess what the error could be.

My best guess is that the MMSC didn't see an MM7 transaction (SubmitReq) that it could process, therefore it is returning a generic fault.

--
Des
NowSMS Support