RE: MessageContext doesn't work at client side?

2003-11-15 Thread I-Sampige, Srinivas
e- From: chris [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 7:25 PM To: [EMAIL PROTECTED] Subject: RE: MessageContext doesn't work at client side? Gloria - At what step are you attempting to capture the message context? MessageContext is *only* present and valid while the

RE: MessageContext doesn't work at client side?

2003-11-14 Thread chris
Gloria - At what step are you attempting to capture the message context? MessageContext is *only* present and valid while the client is processing the SOAP method call. Until the call method is triggered by ClientMain, a message context doesn't exist. By the time control is returned to ClientMai

Re: MessageContext doesn't work at client side?

2003-11-14 Thread Michael Binz
I have created a service and successfully deployed. At client side, I created a ClientMain.java which only contains a "main" method for the purpose of testing. I tried to use "MessageContext.getCurrentContext()", but I always get NullPointerException. Does MessageContext only exist with the