Hi, I am using axis 1.6.0 and I used a WSDL to generate the .java classes and respective Skeleton classes. Then I implemented the logic in to the Skeleton class.
I used a service client to call the service then I get the following error org.apache.axis2.AxisFault: Please implement org.apache.testcalc.AddSkeleton#add at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531) at Main.main(Main.java:62) ** I noticed that the .class files that are in the deployment folder does not get updated when I change the code in the Skeleton class. Can you help me to troubleshoot? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org