- From: Hugo Haas <hugo@dev.w3.org>
- Date: Wed, 28 Jul 2004 07:33:12 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv8486 Modified Files: wsdl20-bindings.xml Log Message: Hopefully got issue 189 right, as per: http://www.w3.org/mid/32D5845A745BFB429CBDBADA57CD41AF093330CA@ussjex01.amer.bea.com Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** wsdl20-bindings.xml 27 Jul 2004 15:47:56 -0000 1.103 --- wsdl20-bindings.xml 28 Jul 2004 07:33:10 -0000 1.104 *************** *** 1796,1800 **** </note> <div4 id="_http_operation_location_cited_get"> ! <head>Case of elements cited in <att>location</att> attribute</head> <ednote> <name>URIPath Feedback Requested</name> --- 1796,1800 ---- </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> *************** *** 1843,1853 **** </div4> <div4 id="_http_operation_location_notcited_get"> ! <head>Case elements NOT cited in <att>location</att> attribute</head> ! <p>If an element name appears in the <att>location</att> ! &AII; followed by a slash, then other elements must be ! serialized in the message body (see <specref ! ref="_http_operation_location_notcited_body"/>), otherwise ! they must be serialized as parameters in the request URI (see <specref ref="_http_operation_location_notcited_uri"/>).</p> --- 1843,1859 ---- </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 + ref="_http_operation_location_notcited_body"/>), otherwise + the elements not cited must be serialized as parameters in + the request URI (see <specref ref="_http_operation_location_notcited_uri"/>).</p> *************** *** 1891,1907 **** <head>Serialization in the message body</head> ! <p>All elements of the <termref ! def="instance_data">instance data</termref> from the ! input message NOT cited by the <att>location</att> &AII; ! are serialized in the message body following the rules ! of the <attval>application/xml</attval> (see <specref ref="_http_operation_xml_encoding"/>).</p> - <p>The <termref def="instance_data">instance - data</termref> serialized in the <termref - def="instance_data">instance data</termref> of the input - message with the elements cited in the - <att>location</att> &AII; removed.</p> - <example id="urlencoded_example_body"> <head>Instance data serialized in a URI and in a --- 1897,1908 ---- <head>Serialization in the message body</head> ! <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 ! following the rules of the ! <attval>application/xml</attval> (see <specref ref="_http_operation_xml_encoding"/>).</p> <example id="urlencoded_example_body"> <head>Instance data serialized in a URI and in a *************** *** 1940,1943 **** --- 1941,1945 ---- <data> + <town>Fréjus</town> <date>2004-01-16</date> <unit>C</unit>
Received on Wednesday, 28 July 2004 03:33:41 UTC