- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 27 Jul 2004 08:35:24 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv18455 Modified Files: wsdl20-bindings.xml entities.dtd Log Message: Replaced SOAP 1.2 URIs by entities Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** wsdl20-bindings.xml 27 Jul 2004 08:29:52 -0000 1.95 --- wsdl20-bindings.xml 27 Jul 2004 08:35:22 -0000 1.96 *************** *** 394,398 **** 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 --- 394,398 ---- default value of the {soap mep} property for the corresponding Binding Operation component is ! <attval>&soap12-request-response-mep-uri;</attval> identifying the SOAP Request-Response Message Exchange Pattern as defined in <bibref ref="SOAP12-PART2"/>. If the *************** *** 405,416 **** binding rule is applicable when the value of the {soap underlying 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> --- 405,416 ---- binding rule is applicable when the value of the {soap underlying protocol} property of the Binding component is ! <attval>&soap12-http-uri;</attval>. If the {soap mep} property of the Binding Operation component has the value ! <attval>&soap12-request-response-mep-uri;</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>&soap12-soap-response-mep-uri;</attval> then the default value of the {http method} property is <emph>GET</emph>.</p></item> *************** *** 419,426 **** binding rule is applicable when the value of the {soap underlying 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/soap-response/</attval> then the URI to execute the HTTP GET against MUST be generated using the HTTP binding's rules for generating a --- 419,426 ---- binding rule is applicable when the value of the {soap underlying protocol} property of the Binding component is ! <attval>&soap12-http-uri;</attval>. If the {soap mep} property of the Binding Operation component has the value ! <attval>&soap12-soap-response-mep-uri;</attval> then the URI to execute the HTTP GET against MUST be generated using the HTTP binding's rules for generating a *************** *** 468,472 **** ref="SOAP12-PART2"/> specification. This is indicated by assigning the URI ! <attval>http://www.w3.org/2003/05/soap/bindings/HTTP/</attval> (as defined by <bibref ref="SOAP12-PART2"/>) to the {soap underlying protocol} property defined below. Other values MAY be used --- 468,472 ---- ref="SOAP12-PART2"/> specification. This is indicated by assigning the URI ! <attval>&soap12-http-uri;</attval> (as defined by <bibref ref="SOAP12-PART2"/>) to the {soap underlying protocol} property defined below. Other values MAY be used Index: entities.dtd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/entities.dtd,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** entities.dtd 20 Jul 2004 15:14:44 -0000 1.7 --- entities.dtd 27 Jul 2004 08:35:22 -0000 1.8 *************** *** 46,49 **** --- 46,53 ---- <!ENTITY soap12-http-uri "http://www.w3.org/2003/05/soap/bindings/HTTP/"> + <!ENTITY soap12-request-response-mep-uri + "http://www.w3.org/2003/05/soap/mep/request-response/"> + <!ENTITY soap12-soap-response-mep-uri + "http://www.w3.org/2003/05/soap/mep/request-response/"> <!ENTITY wsdl-ns
Received on Tuesday, 27 July 2004 04:35:49 UTC