issue 6399: a proposal

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