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 2002/09/03 20:03:25 UTC

DO NOT REPLY [Bug 12272] New: - Two minor bugs in -y handling of Java2WSDL

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

Two minor bugs in -y handling of Java2WSDL

           Summary: Two minor bugs in -y handling of Java2WSDL
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: peter.brant@courts.state.wi.us


- The -h output indicates the style (-y) option can either be DOCUMENT or 
LITERAL.  Code (around line 376 of Java2WSDL) indicates correct values are 
DOCUMENT or RPC.

- The error message for -y is j2wBadSoapAction00 which is incorrect.