I finally did it :)
So the only thing to do is to create a response:
WebServiceMessage msgResponse = messageContext.getResponse();
SaajSoapMessage saajResponse = (SaajSoapMessage)...
Type: Posts; User: vege; Keyword(s):
I finally did it :)
So the only thing to do is to create a response:
WebServiceMessage msgResponse = messageContext.getResponse();
SaajSoapMessage saajResponse = (SaajSoapMessage)...
I need to develop web service which will post some data and get back some data as attachment. I don't know how to make servlet.xml and correctly implement endpoint.
My spring-ws-servlet.xml
...
Hello,
Could you give me some short example of endpoint and ws-servlet where are you using saaj. I have some problems with it. :(
Thank you very much.
Regards.