RE: dispatchers types in AXIS2

2006-10-18 Thread Yadav, Yogendra \(IT\)
.engine.AddressingBasedDispatcher to get the service method. -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:59 PM To: axis-user@ws.apache.org Subject: Re: dispatchers types in AXIS2 Yadav, Yogendra (IT) wrote: Thanx for the info. Please also tell me what

RE: dispatchers types in AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
PROTECTED] Subject: RE: dispatchers types in AXIS2 Appreciate the response. An example of what should I do to use SOAPActionBased and SOAPMessageBodyBased dispatchers -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 12:24 PM To: axis

Re: dispatchers types in AXIS2

2006-10-17 Thread Anne Thomas Manes
, 2006 12:44 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: dispatchers types in AXIS2 Appreciate the response. An example of what should I do to use SOAPActionBased and SOAPMessageBodyBased dispatchers -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent

RE: dispatchers types in AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
in AXIS2 seems to use RequestURIBased dispatcher. -yogen -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 5:00 PM To: axis-user@ws.apache.org Subject: Re: dispatchers types in AXIS2 AddressingBased: dispatch based on action parameter

Re: dispatchers types in AXIS2

2006-10-17 Thread Eran Chinthaka
Yadav, Yogendra (IT) wrote: Thanx for the info. Please also tell me what should I do to make use of these dispatchers: 1. Is dispatch mechanism specified in WSDL? or 2. Is this a parameter provided to wsdl2java during code generation? You have this question even after reading this

RE: dispatchers types in AXIS2

2006-10-17 Thread Yadav, Yogendra \(IT\)
Excellent reference, thanx. -yogen -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 11:59 PM To: axis-user@ws.apache.org Subject: Re: dispatchers types in AXIS2 Yadav, Yogendra (IT) wrote: Thanx for the info. Please also tell me what

dispatchers types in AXIS2

2006-10-12 Thread Yadav, Yogendra \(IT\)
I see following dipatcher classes in AXIS2... AddressingBased RequestURIBased SOAPActionBased SOAPMessageBodyBased InstanceDispatcher What are dispatcher types and how are they used ? NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive

Re: dispatchers types in AXIS2

2006-10-12 Thread Davanum Srinivas
Dispatcher select which service to load and which method to call. -- dims On 10/12/06, Yadav, Yogendra (IT) [EMAIL PROTECTED] wrote: I see following dipatcher classes in AXIS2... AddressingBased RequestURIBased SOAPActionBased SOAPMessageBodyBased InstanceDispatcher What are dispatcher

Re: dispatchers types in AXIS2

2006-10-12 Thread Eran Chinthaka
You might wanna read this : http://www.wso2.net/tutorials/axis2/java/2006/06/18/operation-service-message-is-destined-to. -- Chinthaka Yadav, Yogendra (IT) wrote: I see following dipatcher classes in AXIS2... AddressingBased RequestURIBased SOAPActionBased SOAPMessageBodyBased

RE: dispatchers types in AXIS2

2006-10-12 Thread Yadav, Yogendra \(IT\)
Appreciate the response. An example of what should I do to use SOAPActionBased and SOAPMessageBodyBased dispatchers -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 12:24 PM To: axis-user@ws.apache.org Subject: Re: dispatchers types