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=10165>. 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=10165 getting NoSuchMethodException Summary: getting NoSuchMethodException Product: Axis Version: beta-2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Deployment / Registries AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] After I deployed the web service and test it with XMLSpy's SOAP tool using my WSDL, I am getting NoSuchMethodException error. The method exists in my web service. I reversed back to beta1 and it works fine. Something is not working right in beta2. Please check it out. I am using java:MSG type for my web service; i.e. document centric approach. Also, why axis is looking at the ROOT node to determine the method name instead of the actual operation name the client is calling? Is this a bug?