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?
I am looking for this info, I could not understand it so far, all the examples included 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: [email protected] Subject: Re: dispatchers types in AXIS2 AddressingBased: dispatch based on "action" parameter in the WS-Addressing header RequestURIBased: dispatch based on the access point URL SOAPActionBased: dispatch based on SOAPAction value in HTTP header SOAPMessageBodyBased: dispatch based on QName of child element of SOAP Body Anne On 10/17/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: > Anyone has tried dispatcher type classes defined in AXIS2 ? These > classes are configured in axis2.xml as well. My question is when do I > use which dispatcher type ? > > > -----Original Message----- > From: Yadav, Yogendra (IT) > Sent: Thursday, October 12, 2006 12:44 PM > To: [email protected]; [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: Thursday, October 12, 2006 12:24 PM > To: [email protected] > Subject: Re: dispatchers types in AXIS2 > > 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 types and how are they used ? > > > > > > > > > > ________________________________ > > > > > > NOTICE: If received in error, please destroy and notify sender. > > Sender > > > does not intend to waive confidentiality or privilege. Use of this > > email is prohibited when received in error. > > > > > -- > Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service > Developers) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender > does not intend to waive confidentiality or privilege. Use of this > email is prohibited when received in error. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error. > > --------------------------------------------------------------------- > 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] -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
