When I try to make the calls, I have the following error:
   The method getCurrentContext() is undefined for the type MessageContext.
I get this error within Eclipse.

Thanks,

Nate

----- Original Message ----- From: "Michele Mazzucco" <[EMAIL PROTECTED]>
To: "axis2" <[email protected]>
Sent: Monday, March 19, 2007 1:51 PM
Subject: Re: service request location


On Mon, 2007-03-19 at 13:46 -0400, Nate - Hotmail wrote:
I guess the problem I have now is where do I make these calls?  Do I
put it in my service code?

Yes.
MessageContext msgContext = MessageContext.getCurrentContext();
return a value != null when a message is received, i.e. you can call it
while you are processing incoming requests.

Michele


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to