Possible Bug: MM7 SubmitRsp TransactionID contains trailing spaces

Possible Bug: MM7 SubmitRsp TransactionID contains trailing spaces SearchSearch
Author Message
Darren Elwood
Unregistered guest
Posted on Friday, September 16, 2005 - 03:24 pm:   

Hi, I checked the forums and haven't seen this raised before so here goes:

NowSms v5.51b (b20050428)
VASP Account for MM7

MM7 Version 6.3.0
MM7 Schema REL-6-MM7-1-0

SubmitReq:

<ns1:TransactionID soapenv:mustUnderstand="1" xsi:type="xsd:string" xmlns:ns1="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-0">BCCA382C5C32C1353DED4D6C33F936E5</ns1:TransactionID>

SubmitRsp:

<mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-0" env:mustUnderstand="1">BCCA382C5C32C1353DED4D6C33F936E5 [sp][sp][sp]</mm7:TransactionID>

A result of this is that Nokias NMS library treats the response as a failure.


Best Regards,
Darren
http://www.textnode.com
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4951
Registered: 10-2002
Posted on Monday, September 19, 2005 - 09:07 pm:   

Hi Darren,

I thought we had dealt with this issue. But I can see those extra spaces are still there.

Someone had posted details before about modifying the Nokia Java code to add a "trim" to trim the spaces off the end. (See http://support.nowsms.com/discus/messages/485/4340.html)

But we should remove those spaces. We're currently in the process of implementing a few minor fixes and enhancements. It will take a couple of days, but then I will post a link to a patch.

-bn
Darren Elwood
Unregistered guest
Posted on Tuesday, September 20, 2005 - 09:16 am:   

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

Post Number: 5010
Registered: 10-2002
Posted on Thursday, September 22, 2005 - 08:46 pm:   

An update for NowSMS v5.51 (any subversion) has been uploaded to address the issue discussed in this thread.

The update patch is available at http://www.nowsms.com/download/latestpatch.zip.

To install this update, unzip the attached files into the NowSMS program directory, and use them to replace the existing files of the same name.

This update is for the v5.51 release of the Now SMS/MMS Gateway product only. Applying these updates to other versions may cause unpredictable results.

Remember to stop the NowSMS services before attempting to install these updates.

Specific details regarding the issue discussed in this thread:


* MMSC/MM7: Fix for problem where Nokia Java libraries did not like the SubmitRsp response when submitting messages to NowSMS via MM7, because of space characters following the transaction id in the response.