- From: Arthur Ryman <ryman@ca.ibm.com>
- Date: Mon, 28 Apr 2003 16:52:54 -0400
- To: sberyozkin@iolfree.ie
- Cc: sberyozkin@zandar.com, www-ws-desc@w3.org
Received on Monday, 28 April 2003 16:53:12 UTC
Sergey,
> But what if each part contains multiple endpoints itself ? <p:Part>, for
> example, might not only contain a specification URI, but also have a
list
> of vendor' URIs, etc.
If the message contains multiple endpoints of different interface types,
then you use a <endpoint> for each. The <endpoint> element is a child of
<input>, <output> or <fault> and can appear many times within each.
e.g.
<input>
<endpoint name="partUri" interface="tns:PartInterface" ..../>
<endpoint name="specUri" interface="tns:SpecInterface" .../>
</input>
Arthur Ryman,
Received on Monday, 28 April 2003 16:53:12 UTC