java - How to intercept xml response and request during web service invocation? -


I wonder what is the special way to send Java webservice method invocation and xml in response to xml requests? I do not want to print those XML files on standard output, but want to "hold" them in some strings.

Yes, usually you use a soap proxy, just like on the proxy your webservice customer Point and proxy on the actual service


Comments