Elements in the generated request message is not namespace qualified even if
value of 'elementFormDefault' attribute in the schema is 'qualified'
----------------------------------------------------------------------------------------------------------------------------------------------------
Key: AXISCPP-894
URL: http://issues.apache.org/jira/browse/AXISCPP-894
Project: Axis-C++
Type: Bug
Components: Client - Engine
Reporter: James Jose
Following Request Message shows element 'keyedReference' is not namespace
qualified.
But in the schema value of ElementFormDefault is 'qualified'
<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:find_business xmlns:ns1="urn:uddi-org:api_v2" generic="2.0" maxRows="2">
<ns1:categoryBag><keyedReference
tModelKey="uuid:c1acf26d-9672-4404-9d70-39b756e62ab4" keyName="Description
Type" keyValue="wsdlSpec"></keyedReference></ns1:categoryBag>
</ns1:find_business>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--
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