- From: Hugo Haas <hugo@dev.w3.org>
- Date: Wed, 21 Jul 2004 12:55:40 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv5936
Modified Files:
wsdl20-bindings.html
Log Message:
Regenerated from XML
Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** wsdl20-bindings.html 21 Jul 2004 11:08:39 -0000 1.44
--- wsdl20-bindings.html 21 Jul 2004 12:55:38 -0000 1.45
***************
*** 1357,1361 ****
<li>
<p>{methodDefault} A string value indicating the default value for
! the HTTP operation, ie GET or POST.</p>
</li>
<li>
--- 1357,1361 ----
<li>
<p>{methodDefault} A string value indicating the default value for
! the HTTP operation.</p>
</li>
<li>
***************
*** 1666,1679 ****
this property specifies a template for the relative portion of the
request URI for an operation. This URI is combined with the base
! URI specified in the <code>wsdl:address</code> <em>element
! information item</em> to form the full URI for the HTTP request to
invoke the operation. It MUST contain an absolute or a relative
URI, i.e. it MUST NOT include a fragment identifier in the URI.</p>
</li>
<li>
! <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>
</li>
<li>
--- 1666,1680 ----
this property specifies a template for the relative portion of the
request URI for an operation. This URI is combined with the base
! URI specified in the <a href=
! "wsdl20.html#Endpoint_details">{address}</a> property of the
! endpoint element to form the full URI for the HTTP request to
invoke the operation. It MUST contain an absolute or a relative
URI, i.e. it MUST NOT include a fragment identifier in the URI.</p>
</li>
<li>
! <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>
</li>
<li>
***************
*** 1682,1686 ****
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.</p>
</li>
<li>
--- 1683,1687 ----
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.</p>
</li>
<li>
***************
*** 1689,1693 ****
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.</p>
</li>
--- 1690,1694 ----
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.</p>
</li>
***************
*** 1710,1714 ****
<operation>
<<b>http:operation</b> location="xs:anyURI" ?
! webMethod="xs:string" ?
inputSerialization="xs:string" ?
outputSerialization="xs:string" /> ?
--- 1711,1715 ----
<operation>
<<b>http:operation</b> location="xs:anyURI" ?
! method="xs:string" ?
inputSerialization="xs:string" ?
outputSerialization="xs:string" /> ?
***************
*** 1748,1756 ****
</li>
<li>
! <p>An OPTIONAL <code>webMethod</code> <em>attribute information
item</em> with the following Infoset properties:</p>
<ul>
<li>
! <p>A [local name] of <code>webMethod</code></p>
</li>
<li>
--- 1749,1757 ----
</li>
<li>
! <p>An OPTIONAL <code>method</code> <em>attribute information
item</em> with the following Infoset properties:</p>
<ul>
<li>
! <p>A [local name] of <code>method</code></p>
</li>
<li>
***************
*** 1860,1866 ****
</tr>
<tr>
! <td rowspan="1" colspan="1">{Web method}</td>
<td rowspan="1" colspan="1">The actual value of the
! <code>webMethod</code> <em>attribute information item</em>.</td>
<td rowspan="1" colspan="1"></td>
</tr>
--- 1861,1867 ----
</tr>
<tr>
! <td rowspan="1" colspan="1">{method}</td>
<td rowspan="1" colspan="1">The actual value of the
! <code>method</code> <em>attribute information item</em>.</td>
<td rowspan="1" colspan="1"></td>
</tr>
Received on Wednesday, 21 July 2004 08:55:43 UTC