Hi again, this is the second part of the problem about customized web service. In my
last thread I solved the problem of sending an specific SOAPEnvelope using JAX-WS annotations in the customized class extending AcceptMessage to develop the Web Service.
The problem I have now is to customize also the response to the method (to send a customized SOAPEnvelope according to the WSDL specifications that I have).
Anyone knows how to define customized params for response methods in a web service? Which are the correct JAX-WS annotations to do this?
Thanks in advance