WSDL Binding: Example 4-5 Invalid closing tag

Hi all,

Reading through the WSDL Binding spec (Editor copy) I noticed there's what 
looks like a copy/paste error. The interface element in example 4-5 should 
have a closing interface tag instead of a closing portType tag.

http://dev.w3.org/cvsweb/~checkout~/2004/ws/addressing/ws-addr-wsdl.html?content-type=text/html;%20charset=utf-8#defactionwsdl20

<definitions targetNamespace="http://example.com/stockquote" ...>
  ...
  <interface name="StockQuoteInterface">
    <operation name="GetLastTradePrice" 
pattern="http://www.w3.org/2005/08/wsdl/in-out">
      <input element="tns:GetTradePricesInput" messageLabel="in" 
name="GetQuote"/>
      <output element="tns:GetTradePricesOutput" messageLabel="out" 
name="Quote"/>
    </operation>
  </portType>
  ...
</definitions>

David


David Illsley
WS-Addressing, IBM Hursley
Tel. +44 (0)1962815049 (Internal: 245049)

Received on Friday, 14 October 2005 08:35:57 UTC