[ http://issues.apache.org/jira/browse/AXIS2-758?page=all ]
Kent Tong updated AXIS2-758:
----------------------------
Attachment: build.xml
The build.xml file to generate the client stub from SecureService.wsdl.
> 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)
> Issue Type: Bug
> Components: databinding
> Affects Versions: 1.0
> Environment: WinXP
> Reporter: Kent Tong
> Assigned To: Ajith Harshana Ranabahu
> Attachments: build.xml, build.xml, FileClient.java,
> FileService2.wsdl, FileServiceSkeleton.java, SecureService.wsdl
>
>
> 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]