- From: Hugo Haas <hugo@dev.w3.org>
- Date: Wed, 27 Oct 2004 18:16:34 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv9704
Modified Files:
wsdl20-bindings.xml
Log Message:
LC44
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** wsdl20-bindings.xml 27 Oct 2004 18:07:37 -0000 1.126
--- wsdl20-bindings.xml 27 Oct 2004 18:16:32 -0000 1.127
***************
*** 1937,1941 ****
</head>
<p>
! This serialization format is designed to allow a Web Service
to produce a URI based on the <termref def="instance_data">instance data</termref> of input
messages.
--- 1937,1941 ----
</head>
<p>
! This serialization format is designed to allow a Web service
to produce a URI based on the <termref def="instance_data">instance data</termref> of input
messages.
***************
*** 1982,1986 ****
</note>
<div4 id="_http_operation_location_cited_get">
! <head>Case of elements cited in <att>whttp:location</att> attribute</head>
<ednote>
<name>URIPath Feedback Requested</name>
--- 1982,1987 ----
</note>
<div4 id="_http_operation_location_cited_get">
! <head>Case of elements cited in the {http location}
! property</head>
<ednote>
<name>URIPath Feedback Requested</name>
***************
*** 1992,2002 ****
highly encouraged.</edtext>
</ednote>
! <p>The <att>location</att>
! &AII; MAY cite elements
<termref def="instance_data">instance data</termref> of the
input message to be serialized in the path of the
request URI ("URI Syntactic Components", <bibref ref="RFC2396"/>,
Section 3) by enclosing the element name within curly
! braces (e.g. location="temperature/{town}"):
</p>
<ulist>
--- 1993,2002 ----
highly encouraged.</edtext>
</ednote>
! <p>The {http location} property MAY cite elements
<termref def="instance_data">instance data</termref> of the
input message to be serialized in the path of the
request URI ("URI Syntactic Components", <bibref ref="RFC2396"/>,
Section 3) by enclosing the element name within curly
! braces (e.g. <attval>temperature/{town}</attval>):
</p>
<ulist>
***************
*** 2016,2024 ****
</ulist>
<p>An element MUST NOT be cited more than once within
! the <att>location</att>
! &AII;.</p>
<p>An element name MAY be followed by a slash (i.e. "/")
inside curly braces
! (e.g. location="temperature/{town/}") to indicate that
no other element must be serialized in the request URI
(see <specref
--- 2016,2023 ----
</ulist>
<p>An element MUST NOT be cited more than once within
! the {http location} property.</p>
<p>An element name MAY be followed by a slash (i.e. "/")
inside curly braces
! (e.g. <attval>temperature/{town/}</attval>) to indicate that
no other element must be serialized in the request URI
(see <specref
***************
*** 2032,2043 ****
</div4>
<div4 id="_http_operation_location_notcited_get">
! <head>Case elements NOT cited in <att>whttp:location</att> attribute</head>
<p>If not all elements from the <termref
def="instance_data">instance data</termref> are cited in
! the <att>whttp:location</att> attribute, then additional
serialization rules apply.</p>
<p>If an element name appears in the
! <att>whttp:location</att> &AII; followed by a slash, then
the instance data must be serialized in the message body
(see <specref
--- 2031,2042 ----
</div4>
<div4 id="_http_operation_location_notcited_get">
! <head>Case elements NOT cited in the {http location} property</head>
<p>If not all elements from the <termref
def="instance_data">instance data</termref> are cited in
! the {http location} property, then additional
serialization rules apply.</p>
<p>If an element name appears in the
! {http location} property followed by a slash, then
the instance data must be serialized in the message body
(see <specref
***************
*** 2052,2057 ****
elements with a possibly empty single value of the <termref def="instance_data">instance
data</termref> from the input message NOT cited by the
! <att>location</att>
! &AII; are serialized as query parameters appended to the
request URI (e.g. <specref ref="urlencoded_example"/>).
</p>
--- 2051,2056 ----
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>
***************
*** 2063,2067 ****
<p>
! If the <att>location</att> attribute does not contain a "?"
(question mark) character, one is appended. If it does
already contain a question mark character, then an "&" separator
--- 2062,2066 ----
<p>
! If the value of the {http location} property does not contain a "?"
(question mark) character, one is appended. If it does
already contain a question mark character, then an "&" separator
***************
*** 2094,2098 ****
<p>In addition to the serialization in the request URI
! of the elements cited in the <att>whttp:location</att> attribute,
the entire <termref def="instance_data">instance
data</termref> is serialized in the message body
--- 2093,2097 ----
<p>In addition to the serialization in the request URI
! of the elements cited in the {http location} property,
the entire <termref def="instance_data">instance
data</termref> is serialized in the message body
***************
*** 2868,2871 ****
--- 2867,2876 ----
<td>HH</td>
<td><loc
+ href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC44'>LC44</loc>: URL serialization expressed in terms of the component model</td>
+ </tr>
+ <tr>
+ <td>20041027</td>
+ <td>HH</td>
+ <td><loc
href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC29e'>LC29e</loc>: URL serialization: disallowing nil elements in certain cases; clarifying that empty elements are OK</td>
</tr>
Received on Wednesday, 27 October 2004 18:16:34 UTC