I have created a simple POJO web service with annotations (annotationes to create WSDL file in server side) and deployed the project in
JBoss AS 4.2. And I see the corresponding WSDL in jboss-as\server\default\data\wsdl\WSProjEAR.ear\WSProj.war location.
Now the problem, when I
test the service I get the follwing problem
I have googled this error, I found some of the solutions and tried to implement
http://www.dcm4che.org/jira/browse/XDS-49
In the above solution, they are asking to copy the list of jars to other location. But I didn't find # jboss-jaxws-ext.jar file in my AS. Is there any alternate solution?
Here is the code that I implement.
POJO class
Interface to follow web service rules and use to call POJO from client
Cleint