how to get soap response from webServiceTemplate
问题 I need to get a soap response using "webServiceTemplate". Currently in my existing architecture it's using function "public boolean sendSourceAndReceiveToResult(String uri, Source requestPayload, Result responseResult) { } " but this is returning only boolean value, but is there any way to capture the soap response? I tried with "marshalSendAndReceive" functions but its not working. Could you please suggest how can I get the soap response using webServiceTemplate functions, or will I have to