2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.206,1.207

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv25530

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
CR111: Mapping WSDL meps to the HTTP binding

Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.206
retrieving revision 1.207
diff -C 2 -d -r1.206 -r1.207
*** wsdl20-adjuncts.xml	9 Feb 2007 14:11:23 -0000	1.206
--- wsdl20-adjuncts.xml	9 Feb 2007 14:28:40 -0000	1.207
***************
*** 3288,3305 ****
  	  <comp>Interface Operation</comp> components whose
  	  <prop comp="Interface Operation">message exchange pattern</prop> property
! 	  has the value <attval>&wsdl-mep-in-only;</attval>,
! 	  <attval>&wsdl-mep-robust-in-only;</attval> or <attval>&wsdl-mep-in-out;</attval>. This
! 	  HTTP binding extension MAY be used with other message exchange
! 	  patterns such as outbound message exchange patterns,
! 	  provided that additional semantics are defined, such as with
! 	  an extension.</p>
  
! 	  <p>Each of the supported message exchange patterns involves
! 	  one or two messages or faults being exchanged. <assert class="component" id="HTTPBindingOperation-2605001">The first is
! 	  transmitted using an HTTP request, and the second is
! 	  transmitted using the corresponding HTTP response.</assert> <assert class="component" id="HTTPBindingOperation-5065">In cases
! 	  where only one message is being sent, the message body of
  	  the HTTP response MUST be empty.</assert></p>
! 
  	  <p>For every <comp>Binding Operation</comp> component corresponding to
  	  such <comp>Interface Operation</comp> components, this binding extension
--- 3288,3320 ----
  	  <comp>Interface Operation</comp> components whose
  	  <prop comp="Interface Operation">message exchange pattern</prop> property
! 	  has a value amongst:</p>
! 	  <ulist>
! 	  	<item><p><attval>&wsdl-mep-in-only;</attval></p></item>
! 	  	<item><p><attval>&wsdl-mep-robust-in-only;</attval></p></item>
! 	  	<item><p><attval>&wsdl-mep-in-out;</attval></p></item>
! 	  </ulist>
! 	  
! 	  <p>This HTTP binding extension MAY be used with other message exchange
! 	  patterns, such as outbound message exchange patterns,
! 	  provided that additional semantics are defined, for example through an
! 	  extension.</p>
  
! 	  <p>Each of the three supported message exchange patterns above involves
! 	  one or two messages or faults being exchanged.
! 	  <assert class="component" id="HTTPBindingOperation-2605001">The first one is
! 	  transmitted using an HTTP request, and the second one is
! 	  transmitted using the corresponding HTTP response.</assert>
! 	  <assert class="component" id="HTTPBindingOperation-5065"> In cases
! 	  where only one single message is being sent, the message body of
  	  the HTTP response MUST be empty.</assert></p>
! 	  
! 	  <p>For successful responses, the HTTP response code MUST be:</p>
! 	  <ulist>
! 	  	<item><p><assert class="component" id="InterfaceOperation-101">
! 	  	202 when the MEP is <attval>&wsdl-mep-in-only;</attval></assert></p></item>
! 	  	<item><p><assert class="component" id="InterfaceOperation-102">
! 	  	204 when the MEP is <attval>&wsdl-mep-robust-in-only;</attval></assert></p></item>
! 	  </ulist>
! 	  
  	  <p>For every <comp>Binding Operation</comp> component corresponding to
  	  such <comp>Interface Operation</comp> components, this binding extension
***************
*** 5414,5417 ****
--- 5429,5441 ----
  	    	<td>JJM</td>
  	      <td><loc
+ 	      href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR111">CR111</loc>:
+ 	      Mapping WSDL meps to the HTTP binding 
+ 	      </td>
+ 	    </tr>
+ 
+ 	    <tr>
+ 	    	<td>20070208</td>
+ 	    	<td>JJM</td>
+ 	      <td><loc
  	      href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR110">CR110</loc>:
  	      Semantics of {http cookies} Property.

Received on Friday, 9 February 2007 14:28:51 UTC