Reuse operation object
Jeff MAURY <jeffmaury-Zw62CLeTQR3qlBn2x/[email protected]> Wed, 12 Oct 2005 15:23:17 +0200
| Newsgroups | gmane.comp.apache.webservices.wsif.user,gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I have the following problem: I am using WSIF with Axis as a SOAP provider. But, in order to enhance performance, I want sockets and HTTP sessions to be maintained between to WSIF calls. From my analysis, I cannot be done because the operation object cannot be reused: so if I create a new Operation object for each call, then a new Axis Call object will be created and a new MessageContext also so that I won't be able to maintain state between calls. Another strange think I discovered is that the Axis Call object is maintained at the Port level where I think this should be maintained at the Operation level. Thanks Jeff