- From: Doug Davis <dug@us.ibm.com>
- Date: Tue, 10 Mar 2009 21:28:56 -0400
- To: public-ws-resource-access@w3.org
- Message-ID: <OF3CAF46B3.32ED6136-ON85257576.00073E3D-85257576.0008253D@us.ibm.com>
Proposal:
1 - Modify section 3.1:
/s:Envelope/s:Body/*/wse:EndTo
This optional element denotes where to send an EnumerationEnd message
if the enumeration is terminated unexpectedly (see 3.6 EnumerationEnd). If
present, this element MUST be of type wsa:EndpointReferenceType. Default
is to not send this message. <add> The endpoint to which the EndTo EPR
refers MUST support the EnumerationEndPort portType. </add>
2 - change the WSDL so that we have a new portType - something like:
<wsdl:portType name="EnumerationEndPort" >
<wsdl:operation name="EnumerationEndOp" >
<wsdl:input
message="wsen:EnumerationEndMessage"
wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerationEnd"/>
</wsdl:operation>
</wsdl:portType>
and remove the output-only version of this operation from the "DataSource"
portType.
thanks
-Doug
______________________________________________________
STSM | Standards Architect | IBM Software Group
(919) 254-6905 | IBM 444-6905 | dug@us.ibm.com
Received on Wednesday, 11 March 2009 01:29:39 UTC