2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.229,1.230

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

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
Fix missing "In" for SOAP-Reponse.

Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.229
retrieving revision 1.230
diff -C 2 -d -r1.229 -r1.230
*** wsdl20-adjuncts.xml	15 Feb 2007 14:24:25 -0000	1.229
--- wsdl20-adjuncts.xml	15 Feb 2007 15:23:54 -0000	1.230
***************
*** 2809,2812 ****
--- 2809,2819 ----
  	    property following the rules described in section <specref ref="_http_location_template"/>.</p>
  
+ 	    <p>The WSDL <attval>In</attval> message is mapped to the destination URI, as per the
+ 	    rules in section <specref ref="_http_x-www-form-urlencoded"/>, WHEN
+ 	    the value of the <prop comp="Interface Message Reference">message content model</prop>
+ 	    property for the <comp>Interface Message Reference</comp> components of the
+ 	    <prop comp="Interface Operation">interface message
+ 	    references</prop> property is <attval>#element</attval>.</p>
+ 
  	    <p>The SOAP <attval>&soap12-mep;OutboundMessage</attval> property
  	    has no value.</p>
***************
*** 2824,2833 ****
  	    takes the value <attval>RespondingSOAPNode</attval>.</p>
  
! 	    <p>When the value of the <prop comp="Interface Message Reference">message content model</prop>
  	    property for the <comp>Interface Message Reference</comp> components of the
  	    <prop comp="Interface Operation">interface message
! 	    references</prop> property is <attval>#element</attval>,
! 	    the WSDL <attval>In</attval> message is constructed from the destination URI as per the
! 	    rules in section <specref ref="_http_x-www-form-urlencoded"/>.</p>
  
  	    <p>The WSDL <attval>Out</attval> message maps to the SOAP
--- 2831,2840 ----
  	    takes the value <attval>RespondingSOAPNode</attval>.</p>
  
! 	    <p>The WSDL <attval>In</attval> message is constructed from the destination URI as per the
! 	    rules in section <specref ref="_http_x-www-form-urlencoded"/>, WHEN
! 	    the value of the <prop comp="Interface Message Reference">message content model</prop>
  	    property for the <comp>Interface Message Reference</comp> components of the
  	    <prop comp="Interface Operation">interface message
! 	    references</prop> property is <attval>#element</attval>.</p>
  
  	    <p>The WSDL <attval>Out</attval> message maps to the SOAP
***************
*** 5656,5659 ****
--- 5663,5673 ----
  	    	<td>20070215</td>
  	    	<td>JJM</td>
+ 	      <td>Fix missing "In" for SOAP-Reponse.
+ 	      </td>
+ 	    </tr>
+ 
+ 	    <tr>
+ 	    	<td>20070215</td>
+ 	    	<td>JJM</td>
  	      <td>Fix logic in template encoding.
  	      </td>

Received on Thursday, 15 February 2007 15:24:01 UTC