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/08/01 23:47:30 UTC

DO NOT REPLY [Bug 11385] New: - WSDL2Java fails on a wrapped operation with no params

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

WSDL2Java fails on a wrapped operation with no params

           Summary: WSDL2Java fails on a wrapped operation with no params
           Product: Axis
           Version: beta-3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: peter.brant@courts.state.wi.us


Hi,

There is a bug in WSDL2Java handling wrapped operations with no parameters 
(JavaStubWriter takes the QName for the operation from the first parameter 
which naturally doesn't work).

Patch is attached.  Defining the namespace attribute of <soap:body ...> would 
seem to be required for this to work.  I should also note I'm pretty new to 
this so this might very well be the wrong way to fix the problem.

Pete