Background:
I need to use java.util.concurrent.Executor to serialize the execution of some legacy code inside a WebService.
I have added an member variable, executor, to the WebService class. It is injected from the ...
Strange error while under concurrent requests in Spring WS Hi Recently, we are seeing a lot of references to a strange soap fault in our test environment recently. 1 out of ...
Interceptor & one way (concurrent) services Hi, I want to know if exists a AOP interceptor in Spring that allows me to execute a service in a one way mode. For ...
Feb 5th, 2008, 04:28 AM #1 dancantong View Profile View Forum Posts Private Message Member Join Date Jan 2008 Posts 41 Errors when concurrent accesing a web service I'm experiencing problems ...
Concurrent calls to ws:outbound-gateways and handling of fault messages Hi, I have a searchRequest object that consists of a list of search objects. Each of the search objects contains search data ...
Hi, I have a requirement to parse a file that contains about 5,000 records and for each record, call a web service. Since each request can take up to 1 minute ...
Calling a spring service concurrently I posted a message in the Spring Web Services forum but haven't heard back so I thought I would take a different approach and ask a ...