Namespace in MM7 Submit Response message

Namespace in MM7 Submit Response message SearchSearch
Author Message
Anonymous
 
Posted on Sunday, February 22, 2004 - 11:58 pm:   

I am testing with NowMMS gateway.
I got the following Submit Response messge,
my question is why the elements "MM7Version", "Status", "MessageID", etc are NOT in the namespace "mm7"?

from the mm7-1.0.xsd schema, the elementFormDefault is "qualified" not "unqualified".


<xs:schema targetNamespace="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0" xmlns:tns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" elementFormDefault="qualified" attributeFormDefault="unqualified">


<?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-0" env:mustUnderstand="1">
unknown
</mm7:TransactionID>
</env:Header>
<env:Body>
<mm7:SubmitRsp xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0">
<MM7Version>5.3.0</MM7Version>
<Status>
<StatusCode>1000</StatusCode>
<StatusText>Success</StatusText>
</Status>
<MessageID>20040222/17/99124CAF@www.novarra.com</MessageID>
</mm7:SubmitRsp>
</env:Body>
</env:Envelope>
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2051
Registered: 10-2002
Posted on Wednesday, March 10, 2004 - 02:11 am:   

It sounds like you're running NowSMS v5.0, which was the first release with any MM7 support.

There were a number of changes made to correct XML problems in that release.

The current release is v5.01, which is the version that can be downloaded from this web site. If you download the current evaluation version from the web site, it can be installed over an existing installation without losing any configuration or serialisation information.

-bn