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/06/05 21:14:48 UTC

DO NOT REPLY [Bug 20519] New: - WSDL2Java generating incorrect code?

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

WSDL2Java generating incorrect code?

           Summary: WSDL2Java generating incorrect code?
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: dallas.hockley@ihsenergy.com


We have a VERY simple web service we are testing interoperability with.  Using
Axis WSDL2Java, on the attached WSDL file, the system is throwing a fault with
the error 'Unmatched in parameter doIntrospection in SOAP call.  Declared
parameters: '
which is correct in that the call has no parameters.   The stub and
proxy/service classes appear correct in all major respects.   The exact same
service will work with the 1.1 .NET framework using the wsdl.exe to generate the
proxy code, which is why I believe there may be an error in the Axis generator.