You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Tom Jordahl <to...@macromedia.com> on 2003/04/18 16:10:54 UTC

RE: DO NOT REPLY [Bug 18848] - Wrong WSDL generated from wrappe d web service

> If you can point me at the section of code I need to look at (roughly)
> I'll see what I can find

See the Java2WSDL code in org/apache/axis/wsdl/fromJava.

Thanks!

--
Tom Jordahl
Macromedia Server Development

-----Original Message-----
From: bugzilla@apache.org [mailto:bugzilla@apache.org] 
Sent: Friday, April 18, 2003 9:50 AM
To: axis-dev@ws.apache.org
Subject: DO NOT REPLY [Bug 18848] - Wrong WSDL generated from wrapped web service

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

Wrong WSDL generated from wrapped web service





------- Additional Comments From kevinj@develop.com  2003-04-18 13:50 -------
:)

The problem seems to be that in RC2 if there is no <namespace> element
explicitly defined for the service then the WSDL generator (not WSDL2Java but
whatever code infers the WSDL from the server-config.wsdd) doesn't use the
'default' namespace. This did work in RC1.

If you can point me at the section of code I need to look at (roughly) I'll see
what I can find