I'm trying to use
sendAndReceive(WebServiceMessageCallback requestCallback, WebServiceMessageExtractor responseExtractor)
so I can use both the WebServiceMessageCallback and the WebServiceMessageExtractor. There are some other methods:
but I don't see any with both callbacks and the source. What I'm trying to do is get access to the response message, even if it's an HTML page instead of a SOAP response.
No comments:
Post a Comment