- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Aug 2005 10:55:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv22598
Modified Files:
wsdl20-primer.xml
Log Message:
URI Style is now the IRI style
Index: wsdl20-primer.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** wsdl20-primer.xml 1 Aug 2005 10:49:07 -0000 1.124
--- wsdl20-primer.xml 1 Aug 2005 10:55:56 -0000 1.125
***************
*** 319,323 ****
<gitem><label><code>style="&IRI-STYLE;" </code></label><def><p>
! This line indicates that the XML schema defining the input message of this operation follows a set of rules as specified in <xspecref href="&w3c-designation-part2;#_operation_uri_style">URI Style</xspecref> that ensures the message can be serialized as an URI.
</p></def></gitem>
--- 319,323 ----
<gitem><label><code>style="&IRI-STYLE;" </code></label><def><p>
! This line indicates that the XML schema defining the input message of this operation follows a set of rules as specified in <xspecref href="&w3c-designation-part2;#_operation_iri_style">IRI Style</xspecref> that ensures the message can be serialized as an IRI.
</p></def></gitem>
***************
*** 1031,1035 ****
<ulist>
<item><p>RPC Style. The RPC style is selected when the <att>style</att> is assigned the value &wsdl-rpc-ns;. It places restrictions for Remote Procedure Call-types of interactions. </p></item>
! <item><p>URI Style. The URI style is selected when the <att>style</att> is assigned the value &IRI-STYLE;. It places restrictions on message definitions so they may be serialized into something like HTTP URL encoded.</p></item>
<item><p>The Multipart style. The Multipart style is selected when the <att>style</att> is assigned the value &MULTIPART-STYLE;. In the HTTP binding, for XForm clients, a message must be defined following the Multipart style and serialized as "Multipart/form-data". </p> </item>
</ulist>
--- 1031,1035 ----
<ulist>
<item><p>RPC Style. The RPC style is selected when the <att>style</att> is assigned the value &wsdl-rpc-ns;. It places restrictions for Remote Procedure Call-types of interactions. </p></item>
! <item><p>IRI Style. The IRI style is selected when the <att>style</att> is assigned the value &IRI-STYLE;. It places restrictions on message definitions so they may be serialized into something like HTTP URL encoded.</p></item>
<item><p>The Multipart style. The Multipart style is selected when the <att>style</att> is assigned the value &MULTIPART-STYLE;. In the HTTP binding, for XForm clients, a message must be defined following the Multipart style and serialized as "Multipart/form-data". </p> </item>
</ulist>
Received on Monday, 1 August 2005 10:56:05 UTC