I am using the link below for learning purposes:
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html
I am using CXF 2.1.6 in RAD 7.5 (WebSphere Test server 6.1, Servlet 2.4). I have placed all the jar files that come with CXF 2.1.6 in web-inf/lib folder of the application. I probably have more jar files that I need in that web-in/lib. However, that should not be an issue.
I get the following errors:
1. The server and the application (deployed in the server) both start. But I get a pop-up message saying:
Publishing failed
Deploying MyExampleWebService
Deployment from com.ibm.ast.ws.jaxws.deployer.JAXWSDeployer had errors:
Tools for WebSphere V6.1 must be installed in order to generate WebSphere V6.1 compliant code.
2. When I execute the client code as per the above example, I get the error below:
Any input will be appreciated.
Regards,
Sam