[ http://issues.apache.org/jira/browse/AXIS2-758?page=all ]

Deepal Jayasinghe reassigned AXIS2-758:
---------------------------------------

    Assign To: Ajith Harshana Ranabahu

> Generated xmlbeans code is not handling elementFormDefault correctly
> --------------------------------------------------------------------
>
>          Key: AXIS2-758
>          URL: http://issues.apache.org/jira/browse/AXIS2-758
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: databinding
>     Versions: 1.0
>  Environment: WinXP
>     Reporter: Kent Tong
>     Assignee: Ajith Harshana Ranabahu
>  Attachments: FileClient.java, FileService2.wsdl, FileServiceSkeleton.java, 
> build.xml
>
> In the <schema> in my WSDL file (as attached), no matter elementFormDefault 
> is set to unqualified or qualified, the request SOAP message is the same:
> <?xml version='1.0' encoding='utf-8'?>
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>   <soapenv:Header />
>   <soapenv:Body>
>     <uploadRequest xmlns="http://foo.com/FileService/schema";>
>       <id>f01</id>
>       <file>R0lGODlhQwJ...</file>
>     </uploadRequest>
>   </soapenv:Body>
> </soapenv:Envelope>
> Obviously this is incorrect when elementFormDefault="unqualified". Probably 
> as a result, the generated skeleton works only when 
> elementFormDefault="qualified". Otherwise if will fail to find an unqualified 
> <id> or <file> child element.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to