If one
leaves SOAP session (in side Tomcat5) and uses different thread to get work done
and when XML response is ready, how do we send response back to same SOAP
Client?
Today
we use return(XML response) in the same SOAP session so no issue there. Is there
any variation of return call in SOAP environment that can pass JSESSION id so
that proper client gets the response back on same https session with
Apache?
Thanks.
Vivek
