@RequestWrapper - have localName, targetNamespace and class. For method overloading you have to specify class name field.
@ResponseWrapper - have same fileds as RequestWrapper, here also you have to specify class name field.
Code Snippet for Service Implementation:

Code Snippet for Service Implementation Bean:

Use this commeand to generate server side artifact and WSDL:
I am using JAX-WS with Jdk6.
prabir$> wsgen -keep -wsdl -cp bin HelloServer -d client
Here HelloServer is the Service endpoint implementation class also known as Service Implementation Bean.
No comments:
Post a Comment