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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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)
