Yes, but may not be the way you think.

First, exactly what do you want to accomplish?

Why do you bother doing things like this?  Why can't you call multiple
WS requests?

Ok, enough.  So, with WS, it's possible to re-use HTTP request, that
is not to close it.  In Axis, there is a way to indicate that.  Doing
this definitely save performance for a large number of requests to cut
down on the number of connection overhead.

The good news is that you only change a flag or two, and you don't
have to do non-sense hacking stuffs, which I suggest don't do it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to