The interface is an abstract model of the service:
operations.<interface name="PictureDB" extends="..."?>
<operation name="getResult"
pattern="http://www.w3.org/2003/11/wsdl/in-out">
<input message="s0:name"/>
<output message="s0:picture"/>
</operation>
</interface>
WSDL 2.0 improves interfaces with inheritance: no overloading (if two operations have the same qname, then their components must be equivalent, i.e. their abstract model must be equal).
10 of 22 |