[ http://issues.apache.org/jira/browse/AXISCPP-865?page=all ]
Fred Preston updated AXISCPP-865: --------------------------------- Description: In XSD_NMTOKEN the token message is set to "This is a message!". The server always replies with a fault. Under further investigation, a NMTOKEN only uses a very restricted set of characters. If I change the message to be just 'message' the test passed successfully (although the esxpected results is now incorrect!). Here is the part of the NMTOKEN section from the XML spec. An Nmtoken (name token) is any mixture of name characters. Names and Tokens [4] NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender [5] Name ::= (Letter | '_' | ':') ( NameChar)* [6] Names ::= Name (#x20 Name)* /* [E62] */ [7] Nmtoken ::= (NameChar)+ was:In XSD_NMTOKEN the token message is set to "This is a message!". The server always replies with a fault. Under further investigation, a NMTOKEN cannot be longer than 8 characters and only a very restricted set of characters are allowable. If I change the message to be just 'message' the test passed successfully (although the esxpected results is now incorrect!). > XSD_NMTOKEN test is using the following incorrect message string, "This is a > message!". > --------------------------------------------------------------------------------------- > > Key: AXISCPP-865 > URL: http://issues.apache.org/jira/browse/AXISCPP-865 > Project: Axis-C++ > Type: Bug > Components: Test > Environment: n/a > Reporter: Fred Preston > > In XSD_NMTOKEN the token message is set to "This is a message!". The server > always replies with a fault. Under further investigation, a NMTOKEN only > uses a very restricted set of characters. If I change the message to be just > 'message' the test passed successfully (although the esxpected results is now > incorrect!). Here is the part of the NMTOKEN section from the XML spec. > An Nmtoken (name token) is any mixture of name characters. > Names and Tokens > [4] NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | > CombiningChar | Extender > [5] Name ::= (Letter | '_' | ':') ( NameChar)* > [6] Names ::= Name (#x20 Name)* /* [E62] */ > [7] Nmtoken ::= (NameChar)+ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira