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/08/29 18:29:49 UTC

DO NOT REPLY [Bug 22817] New: - Commend for MSG_METHOD doesn't correspond to implementation

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

Commend for MSG_METHOD doesn't correspond to implementation

           Summary: Commend for MSG_METHOD doesn't correspond to
                    implementation
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: bayer@oio.de


In the class OperationDesc are constants for method signatures used in
messaging. The commend for MSG_METHOD_SOAPENVELOPE is:

// public SOAPEnvelope method(SOAPEnvelope)

but should be:

// public void method(SOAPEnvelope requests, SOAPEnvelope response)