- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 May 2006 05:11:34 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv13798/wsdl20
Modified Files:
wsdl20-adjuncts.xml
Log Message:
Edited section 4.
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.163
retrieving revision 1.164
diff -C2 -d -r1.163 -r1.164
*** wsdl20-adjuncts.xml 4 May 2006 04:47:13 -0000 1.163
--- wsdl20-adjuncts.xml 4 May 2006 05:11:32 -0000 1.164
***************
*** 876,885 ****
<div2 id="RPCStyle">
<head>RPC Style</head>
!
! <p>The RPC style is selected by assigning to an <comp>Interface
! Operation</comp> component's <prop comp="Interface Operation">style</prop>
! property the value <attval>&RPC-STYLE;</attval>.</p>
!
! <p>In order to conform with the specification for the RPC style,
an <comp>Interface Operation</comp> component MUST obey the constraints listed
below. Furthermore, if the <att>wrpc:signature</att> extension is
--- 876,891 ----
<div2 id="RPCStyle">
<head>RPC Style</head>
!
! <p>
! The RPC style is selected by including the value
! <attval>&RPC-STYLE;</attval>
! in the
! <prop comp="Interface Operation">style</prop>
! property of an
! <comp>Interface Operation</comp>
! component.
! </p>
!
! <p>In order to conform with the specification for the RPC style,
an <comp>Interface Operation</comp> component MUST obey the constraints listed
below. Furthermore, if the <att>wrpc:signature</att> extension is
***************
*** 889,895 ****
and <specref ref="InterfaceOperation_RPC_Signature_XMLRep"/>.</p>
! <p><assert class="component" id="RPCStyle-5007">The RPC style MUST NOT be used for <comp>Interface Operation</comp>
! components whose <prop comp="Interface Operation">message exchange pattern</prop>
! property has a value other than <attval>&wsdl-mep-in-only;</attval> or <attval>&wsdl-mep-in-out;</attval>.</assert></p>
<p>The RPC style places restrictions for Remote Procedure
--- 895,901 ----
and <specref ref="InterfaceOperation_RPC_Signature_XMLRep"/>.</p>
! <p><assert class="component" id="RPCStyle-5007">If the RPC style is used by an <comp>Interface Operation</comp>
! component then its <prop comp="Interface Operation">message exchange pattern</prop>
! property MUST have the value either <attval>&wsdl-mep-in-only;</attval> or <attval>&wsdl-mep-in-out;</attval>.</assert></p>
<p>The RPC style places restrictions for Remote Procedure
***************
*** 1149,1157 ****
<div2 id="_operation_iri_style">
<head>IRI Style</head>
! <p>
! The IRI style is selected by assigning the <comp>Interface
! Operation</comp> component's <prop comp="Interface Operation">style</prop> property the value
! <attval>&IRI-STYLE;</attval>.
! </p>
<p><assert class="component" id="IRIStyle-5028">When using this style, the value of the <prop
--- 1155,1168 ----
<div2 id="_operation_iri_style">
<head>IRI Style</head>
!
! <p>
! The IRI style is selected by including the value
! <attval>&IRI-STYLE;</attval>
! in the
! <prop comp="Interface Operation">style</prop>
! property of an
! <comp>Interface Operation</comp>
! component.
! </p>
<p><assert class="component" id="IRIStyle-5028">When using this style, the value of the <prop
***************
*** 1220,1228 ****
<div2 id="_operation_multipart_style">
<head>Multipart style</head>
! <p>
! The Multipart style is selected by assigning the <comp>Interface
! Operation</comp> component's <prop comp="Interface Operation">style</prop> property the value
! <attval>&MULTIPART-STYLE;</attval>.
! </p>
<p><assert class="component" id="MultipartStyle-5035">When using this style, the value of the <prop
--- 1231,1244 ----
<div2 id="_operation_multipart_style">
<head>Multipart style</head>
!
! <p>
! The Multipart style is selected by including the value
! <attval>&MULTIPART-STYLE;</attval>
! in the
! <prop comp="Interface Operation">style</prop>
! property of an
! <comp>Interface Operation</comp>
! component.
! </p>
<p><assert class="component" id="MultipartStyle-5035">When using this style, the value of the <prop
Received on Thursday, 4 May 2006 05:11:44 UTC