DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25152>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25152
For SOAP Doc Literal Binding, WSDL2Java generates wrong serializer classes for elements containing
simpleTypes
------- Additional Comments From garyp@firstech.com 2003-12-02 23:09 -------
I don't think that this a bug. The schema element does not have an
elementFormDefault attribute so the value of this attribute defaults
to "unqualified". In other words, all immediate children of the schema
element (like boo) are in the targetNamespace but anything below this (ie a
local element) is not in any namespace, unless explicitly specified, which was
not done.
Can you try to change the schema to provide the elementFormDefault attribute
or, alternatively, specify the form attribute on the <element name="a" ...
element?
Gary
|