Hi Srinath WSA action will come as a extensibility element so don't think you ll find the method you are looking for. It will be a namesapace qualified piece of xml sticked in the right Component(Binding operation ) and the WOM treat them as Extensibility elements. But we can provide a convenience API at a higher layer. We do this already to retrieve the SOAP Action. Don't think such method should go into WOM, since its inconsistent with the WSDL 2.0 component model API. Rather such convenience API would suit much better in our descriptor classes.
Thanks Chathura > -----Original Message----- > From: Srinath Perera [mailto:[EMAIL PROTECTED] > Sent: Friday, July 08, 2005 12:58 PM > To: axis-dev@ws.apache.org > Subject: Re: [Axis2]Plase Comment on > http://issues.apache.org/jira/browse/AXIS2-53 operations and WSA:action > > As far as I understood > http://www.w3.org/TR/2005/WD-ws-addr-wsdl-20050413/#actioninwsdl > talks about only a one SOAP action for a WSDL Operation, so I belive > following is good enough > > <operation name=".." action=".." > > ................ > </operation> > > Chatura are we supporting getWSAAction() or getAction() in the WOM > Message (or it's equvelent), I do looked, but do not found it yet! > > Thanks > Srinath > > On 7/7/05, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-07-07 at 11:42 +0600, Srinath Perera wrote: > > > How does operations and WSA:action is supported in the WSDL1.1/WSDL > 2.0 ? > > > > > > My understanding is more than one action for a operation is not > > > supported by WSDL and if that is case we can just do with one Action. > > > So I purpose > > > > > > <operation name="foo" action="bar" ...> > > > ........... > > > </operation> > > > > > > thoughts? > > > > Please see the WS-Addressing binding document: > > http://www.w3.org/TR/2005/WD-ws-addr-wsdl-20050413/ > > > > Sanjiva. > > > >