2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.256,1.257

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

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
CR157 further resolution

Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.256
retrieving revision 1.257
diff -C 2 -d -r1.256 -r1.257
*** wsdl20-adjuncts.xml	13 Mar 2007 16:19:39 -0000	1.256
--- wsdl20-adjuncts.xml	13 Mar 2007 16:44:22 -0000	1.257
***************
*** 4268,4281 ****
                  is replaced by the possibly empty single value of the corresponding element
                  from the <termref def="instance_data">instance data</termref>. 
!                 All characters EXCEPT the following ones MUST be percent-encoded:</p>
                  <ulist>
!                 <!-- <item><p>The value of the <prop
! 	    comp="Binding Operation">http query parameter
! 	    separator</prop> property, if present OR instead the value of the
! 	    <prop comp="Binding">http query parameter
! 	    separator default</prop> property.</p></item> -->
! 	            <item><p>
!                 <code>"&amp;" | ";" | ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" |
!                 ")" | "*" | "+" | "," | ":" | "@"</code></p></item>
                  </ulist>
                  </item>
--- 4268,4279 ----
                  is replaced by the possibly empty single value of the corresponding element
                  from the <termref def="instance_data">instance data</termref>. 
!                 Encoding is performed as follows:</p>
                  <ulist>
!                 <item><p>The characters in the range: <code>"&amp;" | ";" | "!" | "$" | "'" | "(" |
!                 ")" | "*" | "+" | "," | ":" | "@"</code>
!                 SHOULD be percent-encoded.</p></item>
!                 <item><p>The other characters, EXCEPT the ones in the range:
!                 <code>ALPHA | DIGIT | "-" | "." | "_" | "~"</code>,
!                 MUST be percent-encoded.</p></item>
                  </ulist>
                  </item>
***************
*** 4286,4291 ****
                  property by a <attval>?</attval> or a <attval>#</attval> character
                  is replaced by the possibly empty single value of the corresponding element from the
!                 <termref def="instance_data">instance data</termref>. The characters are
!                 encoded as follows:</p>
                  <ulist>
                  <item><p>The value of the <prop
--- 4284,4289 ----
                  property by a <attval>?</attval> or a <attval>#</attval> character
                  is replaced by the possibly empty single value of the corresponding element from the
!                 <termref def="instance_data">instance data</termref>.
!                 Encoding is performed as follows:</p>
                  <ulist>
                  <item><p>The value of the <prop
***************
*** 5485,5488 ****
--- 5483,5493 ----
  	    	<td>20070313</td>
  	    	<td>JJM</td>
+ 	        <td>CR157 further resolution
+ 	        </td>
+ 	    </tr>
+ 	    
+ 	    <tr>
+ 	    	<td>20070313</td>
+ 	    	<td>JJM</td>
  	        <td>CR157 QUESTION 3
  	        (RE: Http location text for 6.8.1.1) editorial suggestions

Received on Tuesday, 13 March 2007 16:44:38 UTC