Re: Interface Operation Name

FYI, the XML representation is available in section 2.4.2 of the same
specification.
-Menon


On 2/14/06, Ramkumar Menon <ramkumar.menon@gmail.com> wrote:
>
> Hi,
>
> FYI, Section 2.4.1 of WSDL 2.0 Core Language spec dicates the *name*property for the interface operation as
>
> {name} REQUIRED. An *xs:QName*.
>
> In the XML Representation, it is mentioned as an xs:NCName.
> <description>
>   <interface>
>     <*operation*
>           name="*xs:NCName*"
>           pattern="*xs:anyURI*"
>           style="*list of xs:anyURI*"? >
>       <documentation />*
>       [ <feature /> | <property /> |
>         [ <input /> | <output /> | <infault /> | <outfault /> ]+
>       ]*
>     </*operation*>
>   </interface>
> </description>
>
>
> rgds,
> Menon
>
>
> --
> Shift to the left, shift to the right!
> Pop up, push down, byte, byte, byte!
>
> -Ramkumar Menon
> A typical Macroprocessor
>



--
Shift to the left, shift to the right!
Pop up, push down, byte, byte, byte!

-Ramkumar Menon
A typical Macroprocessor

Received on Tuesday, 14 February 2006 13:47:12 UTC