Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows 2003 Server.
JDK 1.4.2_03
Description
I create a Web Service from WSDL in which the Schema has elementFormDefault="unqualified" (in fact I just use the default)
I deploy the service without any WSDL.
I browse to the service using ?WSDL and I see that the schema in the WSDL uses elementFormDefault="qualified"
The bizarre thing is that if I generate a client from the WSDL the client sends the wrong request (everything is qualified) but the server still works, and the server sends the wrong reeponse (so far as the client is concerned as it uses unqualified elements) and the client accepts it.
It seems like the problem is that the server, when it generates the WSDL, doesn't know to use unqualified. Maybe another WSDD parameter is needed?