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

Ajith Harshana Ranabahu commented on AXIS2-758:
-----------------------------------------------

this seems to be solved in the latest build (I just tried the whole thing  - 
codegened the server side and then  codegened the client and called the service 
from the generated code). When I modified the WSDL to take make 
elementFormDefault the request was properly made by adding the xmlns="" to the 
unqualifed elements.
Can you try with the nightly builds and let us know ?

> 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