- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 12:47:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv10681
Modified Files:
wsdl20.xml
Log Message:
Note that ? and # in addresses can conflict with that added by the http/soap response bindings.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.439
retrieving revision 1.440
diff -C 2 -d -r1.439 -r1.440
*** wsdl20.xml 20 Feb 2007 09:46:25 -0000 1.439
--- wsdl20.xml 20 Feb 2007 12:47:55 -0000 1.440
***************
*** 7571,7575 ****
property is offered via the binding referred to by the
<prop comp="Endpoint">binding</prop>
! property.
</p>
</item>
--- 7571,7578 ----
property is offered via the binding referred to by the
<prop comp="Endpoint">binding</prop>
! property. <b>Note</b> that the presence in this property of the characters
! <attval>?</attval> and <attval>#</attval> can conflict with
! those potentially added by the mapping to the SOAP-Response message exchange pattern,
! section 6.8.2, <bibref ref="WSDL-PART2"/>.
</p>
</item>
***************
*** 12359,12362 ****
--- 12362,12374 ----
<td>20070220</td>
<td>JJM</td>
+ <td>
+ <loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR112">CR112</loc>
+ : note that ? and # in addresses can conflict with that added by the http/soap response bindings.
+ </td>
+ </tr>
+
+ <tr>
+ <td>20070220</td>
+ <td>JJM</td>
<td>Spell-checked.
</td>
Received on Tuesday, 20 February 2007 12:48:09 UTC