Blog Posts with Tag SOAP
Setting Receive Timeouts on a Web Service Client in Spring Framework
I'm working on a project utilizing Java and Spring Framework. Recently, I had a situation where I was calling a SOAP web service was taking a very long time to complete. This is a simple problem to resolve. I just needed to increase the receive timeout. However, the actual code to fix this was not quite as straight forward. For my client code, I usually make a simple wrapper to make WebService calls by extending the WebServiceGatewaySupport class. From time to time, I…
May 13, 2019
|
approximately 2 minutes to read