You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2008/07/16 04:43:31 UTC

[jira] Issue Comment Edited: (AXISCPP-894) Elements in the generated request message is not namespace qualified even if value of 'elementFormDefault' attribute in the schema is 'qualified'

    [ https://issues.apache.org/jira/browse/AXISCPP-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613016#action_12613016 ] 

nadiramra edited comment on AXISCPP-894 at 7/15/08 7:42 PM:
-------------------------------------------------------------

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 revisions 676101 (http://svn.apache.org/viewvc?view=rev&revision=676101) and 677134 (http://svn.apache.org/viewvc?view=rev&revision=677134)

      was (Author: nadiramra):
    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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org