Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-06-21 Thread 蘇 軼(CEC)
hi Deepal, Thank you very much for your help ! Regards, - sukie - Original Message - From: "Deepal Jayasinghe" <[EMAIL PROTECTED]> To: Sent: Thursday, June 22, 2006 2:01 AM Subject: Re: [Axis2]How to process SOAP header in service class? or handler class? > hi

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-06-21 Thread Deepal Jayasinghe
hi Sukie; Sorry for late reply; >From the operationContext you can get the corresponding AxisOperation and name of the axis operation will be the method name that the client is trying to invoke. 蘇 軼(CEC) wrote: >hi deepal, > >Thank you very much for your help and sorry for late reply. > >I have u

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-05-28 Thread 蘇 軼(CEC)
hi deepal, Thank you very much for your help and sorry for late reply. I have understood the usage of the setOperationContext() method, but I means how to know which method (echo() or add()) the client is invoking in setOperationContext() method? For example, process the WSSE header when client

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-05-26 Thread Deepal Jayasinghe
perationContext and then it will called the actual java method client want to invoke. >Thank you ! > >- sukie > > >- Original Message - >From: "Eran Chinthaka" <[EMAIL PROTECTED]> >To: >Sent: Wednesday, May 24

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-05-24 Thread 蘇 軼(CEC)
nt way because client calls different method? Thank you ! - sukie - Original Message - From: "Eran Chinthaka" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 24, 2006 6:35 PM Subject: Re: [Axis2]How to process SOAP header in servi

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-05-24 Thread Eran Chinthaka
ROTECTED]> > To: > Sent: Tuesday, May 23, 2006 5:57 PM > Subject: Re: [Axis2]How to process SOAP header in service class? or handler > class? > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-05-23 Thread 蘇 軼(CEC)
From: "Eran Chinthaka" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 23, 2006 5:57 PM Subject: Re: [Axis2]How to process SOAP header in service class? or handler class? - To unsubscribe, e-mail: [EMAIL

Re: [Axis2]How to process SOAP header in service class? or handler class?

2006-05-23 Thread Eran Chinthaka
What do u mean by value of a SOAP header ? Anyway you can access the soap message, including soap headers, within a handler by calling messageContext.getEnvelope(). -- Chinthaka 蘇 軼(CEC) wrote: > hi, all: > > I want to get the value of SOAP header in handler class > (maybe service class?), ho

[Axis2]How to process SOAP header in service class? or handler class?

2006-05-23 Thread 蘇 軼(CEC)
hi, all:   I want to get the value of SOAP header in handler class (maybe service class?), how can I do that?   Any help or web resources are great appreciated ! Thanks again.   - sukie