- From: Sanjiva Weerawarana <sweeraw@dev.w3.org>
- Date: Wed, 23 Jun 2004 16:45:03 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv26274
Modified Files:
wsdl20-bindings.html wsdl20-bindings.xml
Log Message:
added default rules to cover MEP stuff
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** wsdl20-bindings.xml 23 Jun 2004 07:20:43 -0000 1.36
--- wsdl20-bindings.xml 23 Jun 2004 16:45:01 -0000 1.37
***************
*** 344,348 ****
component.</p></item>
! <item><p><emph></emph></p></item>
</ulist>
--- 344,373 ----
component.</p></item>
! <item><p><emph>SOAP MEP Selection.</emph> If the Interface
! Operation component's {message exchange pattern} property
! has the value <attval>&wsdl-ns;/in-out</attval> then the
! default value of the {soap mep} property for the
! corresponding Binding Operation component is
! <attval>http://www.w3.org/2003/05/soap/mep/request-response/</attval>
! identifying the SOAP Request-Response Message Exchange
! Pattern as defined in <bibref ref="SOAP12-PART2"/>. If the
! Inteface Operation component has any other value for the
! {message exchange pattern} property, then no default value
! is defined for the {soap mep} property of the corresponding
! Binding Operation component.</p></item>
!
! <item><p><emph>HTTP Method Selection.</emph> This default
! binding rule is application when the value of the {soap
! protocol} property of the Binding component is
! <attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval>. If
! the {soap mep} property of the Binding Operation component
! has the value
! <attval>http://www.w3.org/2003/05/soap/mep/request-response/</attval>
! then the default value of the {http method} property is
! <emph>POST</emph>. If the {soap mep} property of the Binding
! Operation component has the value
! <attval>http://www.w3.org/2003/05/soap/mep/soap-response/</attval>
! then the default value of the {http method} property is
! <emph>GET</emph>.</p></item>
</ulist>
***************
*** 2384,2387 ****
--- 2409,2418 ----
<td>20040623</td>
<td>SW</td>
+ <td>Added default binding rules about SOAP MEP selection and
+ HTTP Method selection.</td>
+ </tr>
+ <tr>
+ <td>20040623</td>
+ <td>SW</td>
<td>Fixed up soapaction default rules</td>
</tr>
Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** wsdl20-bindings.html 23 Jun 2004 07:20:43 -0000 1.31
--- wsdl20-bindings.html 23 Jun 2004 16:45:01 -0000 1.32
***************
*** 365,369 ****
component.</p></li>
! <li><p><em></em></p></li>
</ul>
--- 365,394 ----
component.</p></li>
! <li><p><em>SOAP MEP Selection.</em> If the Interface
! Operation component's {message exchange pattern} property
! has the value "http://www.w3.org/@@@@/@@/wsdl/in-out" then the
! default value of the {soap mep} property for the
! corresponding Binding Operation component is
! "http://www.w3.org/2003/05/soap/mep/request-response/"
! identifying the SOAP Request-Response Message Exchange
! Pattern as defined in [<cite><a href="#SOAP12-PART2">SOAP 1.2 Part 2: Adjuncts</a></cite>]. If the
! Inteface Operation component has any other value for the
! {message exchange pattern} property, then no default value
! is defined for the {soap mep} property of the corresponding
! Binding Operation component.</p></li>
!
! <li><p><em>HTTP Method Selection.</em> This default
! binding rule is application when the value of the {soap
! protocol} property of the Binding component is
! "http://www.w3.org/2003/05/soap/bindings/HTTP/". If
! the {soap mep} property of the Binding Operation component
! has the value
! "http://www.w3.org/2003/05/soap/mep/request-response/"
! then the default value of the {http method} property is
! <em>POST</em>. If the {soap mep} property of the Binding
! Operation component has the value
! "http://www.w3.org/2003/05/soap/mep/soap-response/"
! then the default value of the {http method} property is
! <em>GET</em>.</p></li>
</ul>
***************
*** 2329,2332 ****
--- 2354,2363 ----
<td rowspan="1" colspan="1">20040623</td>
<td rowspan="1" colspan="1">SW</td>
+ <td rowspan="1" colspan="1">Added default binding rules about SOAP MEP selection and
+ HTTP Method selection.</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20040623</td>
+ <td rowspan="1" colspan="1">SW</td>
<td rowspan="1" colspan="1">Fixed up soapaction default rules</td>
</tr>
Received on Wednesday, 23 June 2004 12:45:14 UTC