- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2005 12:02:10 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv13532 Modified Files: wsdl20-adjuncts.xml Log Message: LC69a Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** wsdl20-adjuncts.xml 8 Apr 2005 11:44:20 -0000 1.26 --- wsdl20-adjuncts.xml 8 Apr 2005 12:02:08 -0000 1.27 *************** *** 2821,2824 **** --- 2821,2829 ---- type token.</p> </item> + <item> + <p>{http query parameter separator}, REQUIRED. A + <emph>xs:string</emph> indicating the query parameter + separator character. Its default value is <attval>&</attval>.</p> + </item> </ulist> </div3> *************** *** 2826,2830 **** <head>XML Representation</head> <eg xml:space="preserve"><description> ! <binding> <operation ref="<emph>xs:QName</emph>" <b>whttp:location</b>="<emph>xs:anyURI</emph>"? --- 2831,2835 ---- <head>XML Representation</head> <eg xml:space="preserve"><description> ! <binding <b>whttp:queryParameterSeparatorDefault</b>="<emph>xs:string</emph>"? > <operation ref="<emph>xs:QName</emph>" <b>whttp:location</b>="<emph>xs:anyURI</emph>"? *************** *** 2832,2836 **** <b>whttp:inputSerialization</b>="<emph>xs:string</emph>"? <b>whttp:outputSerialization</b>="<emph>xs:string</emph>"? ! <b>whttp:faultSerialization</b>="<emph>xs:string</emph>"? > </operation> </binding> --- 2837,2842 ---- <b>whttp:inputSerialization</b>="<emph>xs:string</emph>"? <b>whttp:outputSerialization</b>="<emph>xs:string</emph>"? ! <b>whttp:faultSerialization</b>="<emph>xs:string</emph>"? ! <b>whttp:queryParameterSeparator</b>="<emph>xs:string</emph>"? > </operation> </binding> *************** *** 2943,2946 **** --- 2949,2988 ---- </ulist> </item> + <item> + <p>An OPTIONAL <att>queryParameterSeparatorDefault</att> + &AII; with the + following Infoset properties:</p> + <ulist> + <item> + <p>A [local name] of <att>queryParameterSeparatorDefault</att> + </p> + </item> + <item> + <p>A [namespace name] of <attval>&wsdl-http-ns;</attval> + </p> + </item> + <item> + <p>A type of <emph>xs:string</emph> whose length facet value is 1</p> + </item> + </ulist> + </item> + <item> + <p>An OPTIONAL <att>queryParameterSeparator</att> + &AII; with the + following Infoset properties:</p> + <ulist> + <item> + <p>A [local name] of <att>queryParameterSeparator</att> + </p> + </item> + <item> + <p>A [namespace name] of <attval>&wsdl-http-ns;</attval> + </p> + </item> + <item> + <p>A type of <emph>xs:string</emph> whose length facet value is 1</p> + </item> + </ulist> + </item> </ulist> </div3> *************** *** 2988,2991 **** --- 3030,3040 ---- &AII;.</td> </tr> + <tr> + <td rowspan="1" colspan="1">{http query parameter separator}</td> + <td rowspan="1" colspan="1">The actual value of the + <att>whttp:queryParameterSeparator</att> &AII;, if present. Otherwise, the + actual value of the <att>whttp:queryParameterSeparatorDefault</att> + &AII;, if present. Otherwise, <attval>&</attval>.</td> + </tr> </tbody> </table> *************** *** 3255,3259 **** <ulist> ! <item><p><att>whttp:code</att> OPTIONAL &AII;</p> <ulist> <item><p>A [local name] of <att>code</att></p></item> --- 3304,3308 ---- <ulist> ! <item><p>a <att>code</att> OPTIONAL &AII;</p> <ulist> <item><p>A [local name] of <att>code</att></p></item> *************** *** 3265,3269 **** </ulist> </item> ! <item><p><att>whttp:reasonPhrase</att> OPTIONAL &AII;</p> <ulist> <item><p>A [local name] of <att>reasonPhrase</att></p></item> --- 3314,3318 ---- </ulist> </item> ! <item><p>a <att>reasonPhrase</att> OPTIONAL &AII;</p> <ulist> <item><p>A [local name] of <att>reasonPhrase</att></p></item> *************** *** 3459,3467 **** <p> ! If the value of the {http location} property does not contain a "?" ! (question mark) character, one is appended. If it does ! already contain a question mark character, then an "&" separator ! character is appended. Each parameter pair is separated by ! the "&" separator character. </p> <ulist> --- 3508,3518 ---- <p> ! If the value of the {http location} property does not ! contain a "?" (question mark) character, one is ! appended. If it does already contain a question mark ! character, then the value of the {http query parameter ! separator} property is appended. Each parameter pair is ! separated by the value of the {http query parameter ! separator} property. </p> <ulist> *************** *** 4266,4269 **** --- 4317,4327 ---- <td>HH</td> <td><loc + href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC69a'>LC69a</loc>: + added <att>whttp:queryParameterSeparator</att></td> + </tr> + <tr> + <td>20050408</td> + <td>HH</td> + <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC47'>LC47</loc>: added <att>whttp:reasonPhrase</att></td>
Received on Friday, 8 April 2005 12:02:11 UTC