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=8296>.
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=8296

WSDL2Java forces use of namespace prefix in type attribute value





------- Additional Comments From [EMAIL PROTECTED]  2002-04-19 14:15 -------

The following is defined in your wsdl:

<wsdl:message name="currentDateInput">
  <wsdl:part name="composite" type="currentDateInput" /> 
</wsdl:message>

And I believe you are questioning why type="currentDateInput" does not work. (?)

Since you didn't use a prefix, then you need to have an xmlns="<namespace>" 
defined.

Also you didn't include the imported xml file.

Reply via email to