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=9436>. 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=9436 RCPProvider.java does not use invokeMethod() anymore Summary: RCPProvider.java does not use invokeMethod() anymore Product: Axis Version: beta-2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] processMessage() does not use invokeMethod() anymore, it calls invoke() directly on the method (line 229). I need the call via invokeMethod() because I have to do the invocation myself (not using reflection) in my subclass of RPCProvider.