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.
>
>