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 bu...@apache.org on 2003/04/02 01:26:29 UTC

DO NOT REPLY [Bug 18587] New: - Java2WSDL Issue

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

Java2WSDL Issue

           Summary: Java2WSDL Issue
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: jasnell@us.ibm.com


The dynamic Java2WSDL ?WSDL function outputs Schema's for global type mappings 
defined in the server configuration file regardless of whether they are 
actually used in the service.  Deploy the attached test case [Attachment #1] to 
Tomcat and do a http://server:port/test/services/StockQuoteService?WSDL and 
you'll see the Test type contained in the WSDL. [Attachment #2]

The dynamic Java2WSDL ?WSDL function should output ONLY types that are actually 
used in the service.

This appears to be a regression from Axis 1.0 so it needs to be fixed.