So, after looking through the documentation, is it accurate to say that there is no parallel Axis2 form of a service that uses a message provider and will default to an method based on it's signature? Does the operation need to be specified now?
Thanks -----Original Message----- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 2:42 PM To: [email protected] Subject: Re: Axis 1.* to Axis2 Migration Question This is a good place to start: http://ws.apache.org/axis2/1_1/migration.html HTH, Robert On 12/13/06, Ted Jones <[EMAIL PROTECTED]> wrote: > > > I have a web service in Axis 1.3 that is defined using the following > deployment descriptor: > > <service name="myservice" provider="java:MSG"> > > > <parameter name="allowedMethods" value="executeMyService"/> > > <parameter name="className" value="com.soap.service.MyWebService"/> > > </service> > > The method (executeMyService) accepts the soap request and response > envelopes as arguments. What is the parallel implementation for Axis2? > > > > TIA, > > Ted Jones > > --------------------------------------------------------------------- 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]
