- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Feb 2007 14:54:36 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv22380 Modified Files: wsdl20-adjuncts.xml Log Message: CR114 : Mapping WSDL MEPs to SOAP MEPs Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.219 retrieving revision 1.220 diff -C 2 -d -r1.219 -r1.220 *** wsdl20-adjuncts.xml 14 Feb 2007 10:39:53 -0000 1.219 --- wsdl20-adjuncts.xml 14 Feb 2007 14:54:28 -0000 1.220 *************** *** 2736,2748 **** <div4 id='soap-mep-r-r'> ! <head>Using SOAP Request-Response</head> ! <p>When using the WSDL <attval>&wsdl-mep-in-out;</attval> ! message exchange pattern bound to a SOAP <attval>&soap12-request-response-mep-uri;</attval> ! MEP ! (as would be the case for a usual SOAP-over-HTTP In-Out operation), ! this section describes the relationships. Extensions (such as <bibref ref="WSA-Core"/>) MAY alter these ! mappings.</p> <div5> --- 2736,2746 ---- <div4 id='soap-mep-r-r'> ! <head>WSDL In-Out to SOAP Request-Response</head> ! <p>This section describes the mapping from the WSDL <attval>&wsdl-mep-in-out;</attval> ! Message Exchange Pattern (MEP) to the SOAP <attval>&soap12-request-response-mep-uri;</attval> ! MEP (as would be the case for a usual SOAP-over-HTTP In-Out operation). ! Extensions (such as <bibref ref="WSA-Core"/>) MAY alter these mappings.</p> <div5> *************** *** 2783,2793 **** </div4> <div4> ! <head>Using SOAP-Response</head> ! <p>When using the WSDL <attval>&wsdl-mep-in-out;</attval> ! message exchange pattern bound to a ! <attval>&soap12-soap-response-mep-uri;</attval> SOAP MEP, ! this section describes the relationships.</p> <div5> --- 2781,2791 ---- </div4> + <div4> ! <head>WSDL In-Out to SOAP SOAP-Response</head> ! <p>This section describes the mapping from the WSDL <attval>&wsdl-mep-in-out;</attval> MEP ! to the <attval>&soap12-soap-response-mep-uri;</attval> SOAP MEP. ! Extensions (such as <bibref ref="WSA-Core"/>) MAY alter these mappings.</p> <div5> *************** *** 2827,2830 **** --- 2825,2875 ---- </div5> </div4> + + <div4 id='soap-mep-r-o-r'> + <head>WSDL In-Only and Robust-In-Only to SOAP Request-Optional-Response</head> + + <p>This section describes the mapping from the WSDL <attval>&wsdl-mep-robust-in-only;</attval> + and <attval>&wsdl-mep-in-only;</attval> MEPs + to the SOAP <attval>&soap12-request-response-mep-uri;</attval> MEP. + Extensions (such as <bibref ref="WSA-Core"/>) MAY alter these mappings.</p> + + <div5> + <head>The Client</head> + + <p>As the client, the property + <attval>&soap12-binding-role;</attval> + takes the value <attval>RequestingSOAPNode</attval>.</p> + + <p>The SOAP <attval>&soap12-mep;ImmediateDestination</attval> + property takes the value of the WSDL <prop + comp="Endpoint">address</prop> property, modified + by the <prop comp="Binding Operation">http location</prop> + property following the rules described in section <specref ref="_http_x-www-form-urlencoded"/>.</p> + + <p>The WSDL <attval>In</attval> message is mapped to the SOAP + <attval>&soap12-mep;OutboundMessage</attval> property.</p> + + <p>The SOAP + <attval>&soap12-mep;InboundMessage</attval> property has no value.</p> + + </div5> + + <div5> + <head>The Service</head> + + <p>As the service, the property + <attval>&soap12-binding-role;</attval> + takes the value <attval>RespondingSOAPNode</attval>.</p> + + <p>The WSDL <attval>In</attval> message is mapped to the SOAP + <attval>&soap12-mep;InboundMessage</attval> property.</p> + + <p>The SOAP + <attval>&soap12-mep;OutboundMessage</attval> property has no value.</p> + + </div5> + + </div4> + </div3> *************** *** 5546,5550 **** <tr> ! <td>20070213</td> <td>JJM</td> <td><loc --- 5591,5604 ---- <tr> ! <td>20070214</td> ! <td>JJM</td> ! <td><loc ! href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR114">CR114</loc>: ! Mapping WSDL MEPs to SOAP MEPs ! </td> ! </tr> ! ! <tr> ! <td>20070214</td> <td>JJM</td> <td><loc
Received on Wednesday, 14 February 2007 14:54:40 UTC