RE: From Handler to Service

2003-07-11 Thread ian_d_stewart
CTED] To: [EMAIL PROTECTED] cc: Subject: RE: From Handler to Service Ian, What would happen in a multi-threaded environment, when multiple requests are running through the server, will this still work? Just wanted to enquire!! Regards, Santosh -Original Message- From: [EMAIL PROTECTED

RE: From Handler to Service

2003-07-11 Thread ian_d_stewart
11:31:51 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: From Handler to Service Ian, What would happen in a multi-threaded environment, when multiple requests are running through the server, will this still work? Just wanted to enquire!! Regards,

RE: From Handler to Service

2003-07-11 Thread ian_d_stewart
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: From Handler to Service Hi Ian, Thanks for the help. However, I have already tried the method below...the problem is, (and I'm on Win2k) whenever I try to say: MessageContext context= MessageContex

RE: From Handler to Service

2003-07-11 Thread Chen, Li (Research, YOH)
3.2.1 with Tomcat and Axis 1.1 Final. Thanks! Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 11:12 AM To: [EMAIL PROTECTED] Subject: Re: From Handler to Service You can store any arbitrary data in the MessageContext, via getPrope

RE: From Handler to Service

2003-07-11 Thread santosh . joshi
: [EMAIL PROTECTED] Subject: Re: From Handler to Service You can store any arbitrary data in the MessageContext, via getProperty ()/setProperty(). You can then access this information from within your service by calling MessageContext.getCurrentContext(). Example: Handler.invoke(MessageContext

Re: From Handler to Service

2003-07-11 Thread ian_d_stewart
s [EMAIL PROTECTED] (614) 213-6100 "Chen, Li (Research, YOH)" <[EMAIL PROTECTED]> on 07/11/2003 10:59:14 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: From Handler to Service Hi all, Is there any way to pass information (say, a String

From Handler to Service

2003-07-11 Thread Chen, Li (Research, YOH)
Hi all, Is there any way to pass information (say, a String value) from a handler to a service? The service is "registered" in the deploy.wsdd file. Thanks. g GE Global Research __