- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2005 12:10:35 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv17446
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC17
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** wsdl20-adjuncts.xml 8 Apr 2005 12:02:08 -0000 1.27
--- wsdl20-adjuncts.xml 8 Apr 2005 12:10:21 -0000 1.28
***************
*** 3494,3503 ****
<div5 id="_http_operation_location_notcited_uri">
<head>Serialization in the request URI</head>
! <p>Uncited non-nil
elements with a possibly empty single value of the <termref def="instance_data">instance
data</termref> from the input message NOT cited by the
{http location} property
are serialized as query parameters appended to the
! request URI (e.g. <specref ref="urlencoded_example"/>).
</p>
--- 3494,3505 ----
<div5 id="_http_operation_location_notcited_uri">
<head>Serialization in the request URI</head>
! <p>Non-nil
elements with a possibly empty single value of the <termref def="instance_data">instance
data</termref> from the input message NOT cited by the
{http location} property
are serialized as query parameters appended to the
! request URI (e.g. <specref
! ref="urlencoded_example"/>) in the order they appear in
! the instance data.
</p>
***************
*** 3518,3538 ****
<ulist>
<item>
! <p>Uncited elements with single
! values (non-list) are serialized as a single name-value
! parameter pair. The name of the parameter is the
! name of the uncited element, and the value of
! the parameter is the value of the uncited
! element.
</p>
</item>
<item>
! <p>Uncited elements with list values are
! serialized as one name-value parameter pair per
! list value. The name of each parameter is the name
! of the uncited element, and the value of each
! parameter is the corresponding value in the list.
</p>
</item>
</ulist>
</div5>
--- 3520,3541 ----
<ulist>
<item>
! <p>Uncited elements with single values (non-list) are
! serialized as a single name-value parameter pair. The
! name of the parameter is the name of the uncited
! element, and the value of the parameter is the value
! of the uncited element.
</p>
</item>
<item>
! <p>Uncited elements with list values are serialized as
! one name-value parameter pair per list value. The name
! of each parameter is the name of the uncited element,
! and the value of each parameter is the corresponding
! value in the list. The order of the list values is
! preserved.
</p>
</item>
</ulist>
+
</div5>
***************
*** 4317,4320 ****
--- 4320,4331 ----
<td>HH</td>
<td><loc
+ href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC17'>LC17</loc>:
+ added order preservation in
+ <code>application/x-www-url-encoded</code> serialization</td>
+ </tr>
+ <tr>
+ <td>20050408</td>
+ <td>HH</td>
+ <td><loc
href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC69a'>LC69a</loc>:
added <att>whttp:queryParameterSeparator</att></td>
Received on Friday, 8 April 2005 12:10:35 UTC