- From: Hugo Haas <hugo@dev.w3.org>
- Date: Wed, 21 Jul 2004 12:54:14 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv5281 Modified Files: wsdl20-bindings.xml Log Message: For some reason method got renamed webMethod, which wasn't part of: http://lists.w3.org/Archives/Public/www-ws-desc/2004May/0057.html Moreover, there was some mismatch with http:method in the pseudo schema I have fixed this Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** wsdl20-bindings.xml 21 Jul 2004 12:49:38 -0000 1.61 --- wsdl20-bindings.xml 21 Jul 2004 12:54:12 -0000 1.62 *************** *** 1116,1120 **** <ulist> <item> ! <p>{methodDefault} A string value indicating the default value for the HTTP operation, ie GET or POST. </p> </item> <item> --- 1116,1120 ---- <ulist> <item> ! <p>{methodDefault} A string value indicating the default value for the HTTP operation. </p> </item> <item> *************** *** 1421,1427 **** </item> <item> ! <p>{Web method} A string value indicating, if present, the value for the HTTP Request Method for this specific operation. Otherwise, ! the {default Web method} of the HTTP Binding component applies. One or the other MUST be present</p> </item> --- 1421,1427 ---- </item> <item> ! <p>{method} A string value indicating, if present, the value for the HTTP Request Method for this specific operation. Otherwise, ! the {default method} of the HTTP Binding component applies. One or the other MUST be present</p> </item> *************** *** 1429,1433 **** <p>{input serialization} A string value indicating, if present, the value for the serialization of the HTTP Request message for this specific operation. Its value MUST be the name of a IANA media type ! token. If not present, the default input serialization associated with the Web method or default Web method property applies. <!--Otherwise, the {default Web method} of the HTTP Binding component applies. --> </p> --- 1429,1433 ---- <p>{input serialization} A string value indicating, if present, the value for the serialization of the HTTP Request message for this specific operation. Its value MUST be the name of a IANA media type ! token. If not present, the default input serialization associated with the {method} or {default method} property applies. <!--Otherwise, the {default Web method} of the HTTP Binding component applies. --> </p> *************** *** 1436,1440 **** <p>{output serialization} A string value indicating, if present, the value for the serialization of the HTTP Response message for this specific operation. Its value MUST be the name of a IANA media type ! token. If not present, the default output serialization associated with the Web method or default Web method property applies. <!--Otherwise, the {default Web method} of the HTTP Binding component applies. --> </p> --- 1436,1440 ---- <p>{output serialization} A string value indicating, if present, the value for the serialization of the HTTP Response message for this specific operation. Its value MUST be the name of a IANA media type ! token. If not present, the default output serialization associated with the {method} or {default method} property applies. <!--Otherwise, the {default Web method} of the HTTP Binding component applies. --> </p> *************** *** 1451,1455 **** <operation> <<b>http:operation</b> location="xs:anyURI" ? ! webMethod="xs:string" ? inputSerialization="xs:string" ? outputSerialization="xs:string" /> ? --- 1451,1455 ---- <operation> <<b>http:operation</b> location="xs:anyURI" ? ! method="xs:string" ? inputSerialization="xs:string" ? outputSerialization="xs:string" /> ? *************** *** 1492,1501 **** </item> <item> ! <p>An OPTIONAL <att>webMethod</att> &AII; with the following Infoset properties:</p> <ulist> <item> ! <p>A [local name] of <att>webMethod</att> </p> </item> --- 1492,1501 ---- </item> <item> ! <p>An OPTIONAL <att>method</att> &AII; with the following Infoset properties:</p> <ulist> <item> ! <p>A [local name] of <att>method</att> </p> </item> *************** *** 1605,1610 **** </tr> <tr> ! <td rowspan="1" colspan="1">{Web method}</td> ! <td rowspan="1" colspan="1">The actual value of the <att>webMethod</att> &AII;.</td> <td rowspan="1" colspan="1"> --- 1605,1610 ---- </tr> <tr> ! <td rowspan="1" colspan="1">{method}</td> ! <td rowspan="1" colspan="1">The actual value of the <att>method</att> &AII;.</td> <td rowspan="1" colspan="1">
Received on Wednesday, 21 July 2004 08:54:23 UTC