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=15072>. 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=15072 Java2WSDL - Generating the wsdl:service Name by java:EJB Provider ------- Additional Comments From [EMAIL PROTECTED] 2002-12-17 16:53 ------- The problem is caused by the fix for bug 13262, which was a complaint that setting the service name in the WSDD file didn't affect the WSDL service elements name. Now it seems that Axis has a setting for this, "alias". This allows the deployment file to explicitly set the service elements name in the WSDL. So arguably, the change for 13262 should be backed out, that user should use the "alias" option in WSDD and this bug would be fixed. I do not believe the right thing to do is to append "Service" to the service name from the WSDD file, as the patch suggests.