[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot find java method

2007-10-22 Thread ZazzaZ
Hi, I used wscompile to generate a webservice starting from a correct WSDL. Deploy went OK, but when I run the client class to test the service I got the following exception in server-side log. | | org.jboss.ws.WSException: Cannot find java method: controlloAccessoOperation | at

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot find java method when invok

2007-02-14 Thread rituraj_tiwari
Hi, Using JBoss 4.0.5 with NetBeans 5.5. When I try to invoke a web service operation using a generated client, I see the following exception in my jboss output: | ERROR [SOAPFaultExceptionHelper] SOAP request exception | org.jboss.ws.WSException: Cannot find java method: myOperation |