- From: Sanjiva Weerawarana <sweeraw@dev.w3.org>
- Date: Mon, 26 Jul 2004 18:57:28 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv24595 Modified Files: wsdl20-bindings.html wsdl20-bindings.xml Log Message: made MTOM an example optimization Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** wsdl20-bindings.xml 26 Jul 2004 13:17:32 -0000 1.90 --- wsdl20-bindings.xml 26 Jul 2004 18:57:26 -0000 1.91 *************** *** 352,363 **** payload (i.e., the contents of the <el>soap:Body</el> &EII; of the SOAP envelope) MUST be what is defined by the ! corresponding Message Reference component, subject to ! optimization of MTOM <bibref ref="MTOM"/> if that feature is ! in use. The following default binding rules MUST be adhered to:</p> <ulist> ! <item><p>If the value of the &message_reference-message_content_model-p; ! property of the Message Reference component is ! <emph>#any</emph> then the payload MAY be any one XML ! element.</p></item> <item><p>If the value is <emph>#none</emph> then the --- 352,365 ---- payload (i.e., the contents of the <el>soap:Body</el> &EII; of the SOAP envelope) MUST be what is defined by the ! corresponding Message Reference component. This is subject ! optimization by a feature that is in use which may affect ! serialization, such as MTOM <bibref ref="MTOM"/>. The ! following default binding rules MUST be adhered to:</p> ! <ulist> ! <item><p>If the value of the ! &message_reference-message_content_model-p; property of ! the Message Reference component is <emph>#any</emph> then ! the payload MAY be any one XML element.</p></item> <item><p>If the value is <emph>#none</emph> then the *************** *** 365,370 **** <item><p>If the value is <emph>#element</emph> then the ! payload will be the &EII; identified by the &message_reference-element-p; ! property of the Message Reference component.</p></item> <item> <p>If the Message Reference component is declared --- 367,373 ---- <item><p>If the value is <emph>#element</emph> then the ! payload will be the &EII; identified by the ! &message_reference-element-p; property of the Message ! Reference component.</p></item> <item> <p>If the Message Reference component is declared *************** *** 386,390 **** <item><p><emph>SOAP MEP Selection.</emph> If the Interface ! Operation component's &interface_operation-message_exchange_pattern-p; property has the value <attval>&wsdl-mep-in-out;</attval> then the default value of the {soap mep} property for the --- 389,394 ---- <item><p><emph>SOAP MEP Selection.</emph> If the Interface ! Operation component's ! &interface_operation-message_exchange_pattern-p; property has the value <attval>&wsdl-mep-in-out;</attval> then the default value of the {soap mep} property for the *************** *** 394,400 **** Pattern as defined in <bibref ref="SOAP12-PART2"/>. If the Inteface Operation component has any other value for the ! &interface_operation-message_exchange_pattern-p; 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 --- 398,404 ---- Pattern as defined in <bibref ref="SOAP12-PART2"/>. If the Inteface Operation component has any other value for the ! &interface_operation-message_exchange_pattern-p; 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 *************** *** 421,429 **** then the URI to execute the HTTP GET against MUST be generated using the HTTP binding's rules for generating a ! URI for HTTP GET (see <specref ! ref="http-binding"/>). The input serialization format of ! <code>x-www-form-urlencoded</code> is the only supported ! serialization format for HTTP GET in the SOAP Response ! Message Exchange Pattern.</p> <ednote> <name>Input serialization for HTTP GET in SOAP HTTP binding</name> --- 425,433 ---- then the URI to execute the HTTP GET against MUST be generated using the HTTP binding's rules for generating a ! URI for HTTP GET (see <specref ref="http-binding"/>). The ! input serialization format of ! <code>x-www-form-urlencoded</code> is the only supported ! serialization format for HTTP GET in the SOAP Response ! Message Exchange Pattern.</p> <ednote> <name>Input serialization for HTTP GET in SOAP HTTP binding</name> *************** *** 2800,2803 **** --- 2804,2813 ---- --> <tr> + <td>20040727</td> + <td>SW</td> + <td>Implemented Umit's proposal to mark MTOM as one optimization + mechanism.</td> + </tr> + <tr> <td>20040726</td> <td>HH</td> Index: wsdl20-bindings.html =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** wsdl20-bindings.html 26 Jul 2004 13:17:49 -0000 1.53 --- wsdl20-bindings.html 26 Jul 2004 18:57:26 -0000 1.54 *************** *** 1,15 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> ! <head> ! <meta name="generator" content= ! "HTML Tidy for Linux/x86 (vers 1st March 2004), see www.w3.org" /> ! <meta http-equiv="Content-Type" content= ! "text/html; charset=utf-8" /> ! <title>Web Services Description Language (WSDL) Version 2.0 Part 3: ! Bindings</title> [...6830 lines suppressed...] ! </tbody> ! </table><br> ! <p>The table below lists the changes to the encoding schema.</p> ! <a name="xml-encoding-schema-changes-table"></a><br><table border="1"> ! <tbody> ! <tr> ! <th rowspan="1" colspan="1">Class</th> ! <th rowspan="1" colspan="1">Description</th> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">@@@</td> ! <td rowspan="1" colspan="1">@@@</td> ! </tr> ! </tbody> ! </table><br> ! </div> ! </div> ! </div> ! </body></html> \ No newline at end of file
Received on Monday, 26 July 2004 14:58:00 UTC