I am using org.springframework.ws.client.core.WebServiceTemplate for making Web Service calls. How can i configure timeout for the call.
For the CommonsHttpMessageSender, we can set the timeout in the following way:
and ref the webServiceMessageSender as below: