- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 20 Jul 2004 09:36:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv15124
Modified Files:
wsdl20-bindings.xml
Log Message:
Implemented: http://lists.w3.org/Archives/Public/www-ws-desc/2004Jun/0244.html
Didn't implement change 4 as it was purely editorial and I wasn't convinced
it made more sense in the proposed way in the end
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** wsdl20-bindings.xml 5 Jul 2004 14:59:04 -0000 1.44
--- wsdl20-bindings.xml 20 Jul 2004 09:36:31 -0000 1.45
***************
*** 35,39 ****
<authlist>
<author>
! <name>Philippe Le Hegaret</name>
<affiliation>W3C</affiliation>
</author>
--- 35,43 ----
<authlist>
<author>
! <name>Hugo Haas</name>
! <affiliation>W3C</affiliation>
! </author>
! <author>
! <name>Philippe Le Hégaret</name>
<affiliation>W3C</affiliation>
</author>
***************
*** 1687,1695 ****
<head>Serialization format of instance data</head>
<p>
! The following serialization formats are used to encode the
<termref def="instance_data">instance data</termref>
corresponding to the input and output message, as well as the media types
and HTTP headers associated.
</p>
<div3 id="_http_x-www-form-urlencoded">
<head>Serialization as <attval>application/x-www-form-urlencoded</attval>
--- 1691,1703 ----
<head>Serialization format of instance data</head>
<p>
! The following serialization formats can be used to encode the
<termref def="instance_data">instance data</termref>
corresponding to the input and output message, as well as the media types
and HTTP headers associated.
</p>
+ <p>
+ Other serialization formats may be used. Those may place
+ restrictions on the style of the interface operation bound.
+ </p>
<div3 id="_http_x-www-form-urlencoded">
<head>Serialization as <attval>application/x-www-form-urlencoded</attval>
***************
*** 1699,1702 ****
--- 1707,1712 ----
to produce a URI based on the <termref def="instance_data">instance data</termref> of input
messages.
+ It may only be used for interface operation using the URI
+ Style format as defined in <specref ref="_operation_uri_style"/>.
</p>
<p>
***************
*** 1831,1835 ****
<p>
This format is for legacy compatibility to permit the use of
! XForms clients with <bibref ref="RFC2388"/> servers.
</p>
<p>
--- 1841,1848 ----
<p>
This format is for legacy compatibility to permit the use of
! XForms clients with <bibref ref="RFC2388"/> servers.
! This serialization format may only be used for interface
! operations using the Multipart Style format as defined in
! <specref ref="_operation_multipart_style"/>.
</p>
<p>
Received on Tuesday, 20 July 2004 05:36:33 UTC