[ https://issues.apache.org/jira/browse/AXISCPP-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
nadir amra resolved AXISCPP-894. -------------------------------- Resolution: Fixed Fix Version/s: current (nightly) Problem resolved. Basically the strategy is for local elements of complex types (i.e. elements not children of schema element), we will determine whether to namespace qualify element by looking for the "form" attribute in the element, and if not found, will look at elementFormDefault schema attribute. Marking resolved until an official test case is written. Fix done under SVN revision 676101 (http://svn.apache.org/viewvc?view=rev&revision=676101) > 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: https://issues.apache.org/jira/browse/AXISCPP-894 > Project: Axis-C++ > Issue Type: Bug > Components: Client - Engine > Reporter: James Jose > Fix For: current (nightly) > > > 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. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]