Hi Jervis, > Can I ask why you want to put handlerTest object into session? Session object > is used on the server side, while Client proxy is used on the client side, > not sure how come they are mixed together. Quoted from your previous email:
hehe, i guess you don't get the scenario. ;-) SoapServer <----> SoapClient/WebServer <----> User So, the Webserver wants a SoapClient<->SoapServer-Connection per User-session, so the handlerTest gets on the WebServer in the session. Best regards, --- Jan.
