2002/ws/desc/wsdl20 adjuncts-component-table.xml,1.15,1.16 wsdl20-defs.xml,1.11,1.12 wsdl20-adjuncts.html,1.72,1.73

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv12973

Modified Files:
	adjuncts-component-table.xml wsdl20-defs.xml 
	wsdl20-adjuncts.html 
Log Message:
Regenerated

Index: wsdl20-adjuncts.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** wsdl20-adjuncts.html	13 Oct 2005 15:26:13 -0000	1.72
--- wsdl20-adjuncts.html	13 Oct 2005 16:26:28 -0000	1.73
***************
*** 143,147 ****
  A. <a href="#acknowledgments">Acknowledgements</a>
  (Non-Normative)<br />
! B. <a href="#id2300588">Component Summary</a> (Non-Normative)<br />
  C. <a href="#changelog">Part 2 Change Log</a>
  (Non-Normative)<br /></p>
--- 143,147 ----
  A. <a href="#acknowledgments">Acknowledgements</a>
  (Non-Normative)<br />
! B. <a href="#id2300473">Component Summary</a> (Non-Normative)<br />
  C. <a href="#changelog">Part 2 Change Log</a>
  (Non-Normative)<br /></p>
***************
*** 363,367 ****
  component</a><br />
  &nbsp;&nbsp;&nbsp;&nbsp;6.7 <a href="#http-fault-decl">Specifying
! HTTP Error Code and Reason for Faults</a><br />
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.7.1 <a href=
  "#http-fault-decl-description">Description</a><br />
--- 363,367 ----
  component</a><br />
  &nbsp;&nbsp;&nbsp;&nbsp;6.7 <a href="#http-fault-decl">Specifying
! HTTP Error Code for Faults</a><br />
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.7.1 <a href=
  "#http-fault-decl-description">Description</a><br />
***************
*** 444,452 ****
  <p class="toc">A. <a href="#acknowledgments">Acknowledgements</a>
  (Non-Normative)<br />
! B. <a href="#id2300588">Component Summary</a> (Non-Normative)<br />
  C. <a href="#changelog">Part 2 Change Log</a> (Non-Normative)<br />
! &nbsp;&nbsp;&nbsp;&nbsp;C.1 <a href="#id2305845">WSDL 2.0
  Extensions Change Log</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;C.2 <a href="#id2306879">WSDL 2.0 Bindings
  Change Log</a><br /></p>
  </div>
--- 444,452 ----
  <p class="toc">A. <a href="#acknowledgments">Acknowledgements</a>
  (Non-Normative)<br />
! B. <a href="#id2300473">Component Summary</a> (Non-Normative)<br />
  C. <a href="#changelog">Part 2 Change Log</a> (Non-Normative)<br />
! &nbsp;&nbsp;&nbsp;&nbsp;C.1 <a href="#id2305707">WSDL 2.0
  Extensions Change Log</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;C.2 <a href="#id2306741">WSDL 2.0 Bindings
  Change Log</a><br /></p>
  </div>
***************
*** 3256,3261 ****
  
      &lt;fault ref="<em>xs:QName</em>"
!            <b>whttp:code</b>="<em>union of xs:int, xs:token</em>"?
!            <b>whttp:reasonPhrase</b>="xs:string"? &gt;
        &lt;documentation /&gt;*
        &lt;<b>whttp:header</b> element="<em>xs:QName</em>" &gt;
--- 3256,3260 ----
  
      &lt;fault ref="<em>xs:QName</em>"
!            <b>whttp:code</b>="<em>union of xs:int, xs:token</em>"? &gt;
        &lt;documentation /&gt;*
        &lt;<b>whttp:header</b> element="<em>xs:QName</em>" &gt;
***************
*** 4229,4233 ****
  <div class="div2">
  <h3><a name="http-fault-decl" id="http-fault-decl"></a>6.7
! Specifying HTTP Error Code and Reason for Faults</h3>
  <div class="div3">
  <h4><a name="http-fault-decl-description" id=
--- 4228,4232 ----
  <div class="div2">
  <h3><a name="http-fault-decl" id="http-fault-decl"></a>6.7
! Specifying HTTP Error Code for Faults</h3>
  <div class="div3">
  <h4><a name="http-fault-decl-description" id=
***************
*** 4237,4243 ****
  component contained in an <a href=
  "wsdl20.html#component-Interface">Interface</a> component, an HTTP
! error code and error reason MAY be defined. They represents the
! error code and reason phrase that will be used by the service in
! case the fault needs to be returned.</p>
  <p>The fault definition SHOULD NOT go against the definition of the
  HTTP error codes, as specified in section 8 of [<cite><a href=
--- 4236,4241 ----
  component contained in an <a href=
  "wsdl20.html#component-Interface">Interface</a> component, an HTTP
! error code MAY be defined. It represents the error code that will
! be used by the service in case the fault needs to be returned.</p>
  <p>The fault definition SHOULD NOT go against the definition of the
  HTTP error codes, as specified in section 8 of [<cite><a href=
***************
*** 4263,4278 ****
  is made by the service.</p>
  </li>
- <li>
- <p>{<a name="property-BindingFault.httperrorreasonphrase" id=
- "property-BindingFault.httperrorreasonphrase">http error reason
- phrase</a>}, OPTIONAL. A <em>xs:string</em> representing an error
- <code>Reason-Phrase</code> as defined by [<cite><a href=
- "#RFC2616">IETF RFC 2616</a></cite>], to the <a href=
- "wsdl20.html#component-BindingFault">Binding Fault</a> component.
- The value of this property identifies the
- <code>Reason-Phrase</code> that the service will use in case the
- fault is returned. If not present, no claim is made by the
- service.</p>
- </li>
  </ul>
  </div>
--- 4261,4264 ----
***************
*** 4285,4290 ****
    &lt;binding &gt;
      &lt;fault ref="xs:QName"
!            <b>whttp:code</b>="union of xs:int, xs:token"?
!            <b>whttp:reasonPhrase</b>="xs:string"? /&gt;
      &lt;/fault&gt;*
    &lt;/binding&gt;
--- 4271,4275 ----
    &lt;binding &gt;
      &lt;fault ref="xs:QName"
!            <b>whttp:code</b>="union of xs:int, xs:token"? &gt;
      &lt;/fault&gt;*
    &lt;/binding&gt;
***************
*** 4311,4329 ****
  </ul>
  </li>
- <li>
- <p>a <code>reasonPhrase</code> OPTIONAL <em>attribute information
- item</em></p>
- <ul>
- <li>
- <p>A [local name] of <code>reasonPhrase</code></p>
- </li>
- <li>
- <p>A [namespace name] of "http://www.w3.org/@@@@/@@/wsdl/http"</p>
- </li>
- <li>
- <p>A type of <em>xs:string</em></p>
- </li>
- </ul>
- </li>
  </ul>
  </div>
--- 4296,4299 ----
***************
*** 4352,4363 ****
  present and its value is not "#any"; otherwise empty.</td>
  </tr>
- <tr>
- <td rowspan="1" colspan="1">{<a href=
- "#property-BindingFault.httperrorreasonphrase">http error reason
- phrase</a>}</td>
- <td rowspan="1" colspan="1">The actual value of the
- <code>whttp:reasonPhrase</code> <em>attribute information
- item</em>, if present.</td>
- </tr>
  </tbody>
  </table>
--- 4322,4325 ----
***************
*** 5407,5411 ****
  </div>
  <div class="div1">
! <h2><a name="id2300588" id="id2300588"></a>B. Component Summary
  (Non-Normative)</h2>
  <p><a href="#component-summary">Table B-1</a> lists all the
--- 5369,5373 ----
  </div>
  <div class="div1">
! <h2><a name="id2300473" id="id2300473"></a>B. Component Summary
  (Non-Normative)</h2>
  <p><a href="#component-summary">Table B-1</a> lists all the
***************
*** 5438,5443 ****
  "wsdl20.html#component-BindingFault">Binding Fault</a></td>
  <td rowspan="1" colspan="1">{<a href=
- "#property-BindingFault.httperrorreasonphrase">http error reason
- phrase</a>}, {<a href=
  "#property-BindingFault.httperrorstatuscode">http error status
  code</a>}, {<a href="#property-BindingFault.httpheaders">http
--- 5400,5403 ----
***************
*** 5559,5568 ****
  </tr>
  <tr>
- <td rowspan="1" colspan="1">http error reason phrase</td>
- <td rowspan="1" colspan="1">Binding Fault.{<a href=
- "#property-BindingFault.httperrorreasonphrase">http error reason
- phrase</a>}</td>
- </tr>
- <tr>
  <td rowspan="1" colspan="1">http error status code</td>
  <td rowspan="1" colspan="1">Binding Fault.{<a href=
--- 5519,5522 ----
***************
*** 5728,5731 ****
--- 5682,5692 ----
  <td rowspan="1" colspan="1">20051013</td>
  <td rowspan="1" colspan="1">HH</td>
+ <td rowspan="1" colspan="1"><a href=
+ "http://www.w3.org/2002/ws/desc/5/lc-issues/issues.html#LC334">LC334</a>:
+ removed HTTP error reason phrase</td>
+ </tr>
+ <tr>
+ <td rowspan="1" colspan="1">20051013</td>
+ <td rowspan="1" colspan="1">HH</td>
  <td rowspan="1" colspan="1">Fixed mark-up for declaring {soap
  modules}, {soap headers} and {http headers}</td>
***************
*** 6210,6214 ****
  <br />
  <div class="div2">
! <h3><a name="id2305845" id="id2305845"></a>C.1 WSDL 2.0 Extensions
  Change Log</h3>
  <a name="wsdl-changelog-table" id="wsdl-changelog-table"></a><br />
--- 6171,6175 ----
  <br />
  <div class="div2">
! <h3><a name="id2305707" id="id2305707"></a>C.1 WSDL 2.0 Extensions
  Change Log</h3>
  <a name="wsdl-changelog-table" id="wsdl-changelog-table"></a><br />
***************
*** 6437,6441 ****
  <br /></div>
  <div class="div2">
! <h3><a name="id2306879" id="id2306879"></a>C.2 WSDL 2.0 Bindings
  Change Log</h3>
  <a name="wsdl-spec3-changelog-table" id=
--- 6398,6402 ----
  <br /></div>
  <div class="div2">
! <h3><a name="id2306741" id="id2306741"></a>C.2 WSDL 2.0 Bindings
  Change Log</h3>
  <a name="wsdl-spec3-changelog-table" id=

Index: adjuncts-component-table.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/adjuncts-component-table.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** adjuncts-component-table.xml	13 Oct 2005 15:26:13 -0000	1.15
--- adjuncts-component-table.xml	13 Oct 2005 16:26:28 -0000	1.16
***************
*** 15,19 ****
        <comp>Binding Fault</comp>
      </td>
!     <td><prop comp="Binding Fault">http error reason phrase</prop>, <prop comp="Binding Fault">http error status code</prop>, <prop comp="Binding Fault">http headers</prop>, <prop comp="Binding Fault">soap fault code</prop>, <prop comp="Binding Fault">soap fault subcodes</prop>, <prop comp="Binding Fault">soap headers</prop>, <prop comp="Binding Fault">soap modules</prop></td>
    </tr>
    <tr>
--- 15,19 ----
        <comp>Binding Fault</comp>
      </td>
!     <td><prop comp="Binding Fault">http error status code</prop>, <prop comp="Binding Fault">http headers</prop>, <prop comp="Binding Fault">soap fault code</prop>, <prop comp="Binding Fault">soap fault subcodes</prop>, <prop comp="Binding Fault">soap headers</prop>, <prop comp="Binding Fault">soap modules</prop></td>
    </tr>
    <tr>
***************
*** 88,95 ****
    </tr>
    <tr>
-     <td>http error reason phrase</td>
-     <td>Binding Fault.<prop comp="Binding Fault">http error reason phrase</prop></td>
-   </tr>
-   <tr>
      <td>http error status code</td>
      <td>Binding Fault.<prop comp="Binding Fault">http error status code</prop></td>
--- 88,91 ----

Index: wsdl20-defs.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-defs.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** wsdl20-defs.xml	13 Oct 2005 15:26:13 -0000	1.11
--- wsdl20-defs.xml	13 Oct 2005 16:26:28 -0000	1.12
***************
*** 2,5 ****
  <defs>
  	<spec src="wsdl20.xml"><compdef comp="Element Declaration"/><compdef comp="Type Definition"/><compdef comp="Description"/><compdef comp="Interface"/><compdef comp="Interface Fault"/><compdef comp="Interface Operation"/><compdef comp="Interface Message Reference"/><compdef comp="Interface Fault Reference"/><compdef comp="Feature"/><compdef comp="Property"/><compdef comp="Binding"/><compdef comp="Binding Fault"/><compdef comp="Binding Operation"/><compdef comp="Binding Message Reference"/><compdef comp="Binding Fault Reference"/><compdef comp="Service"/><compdef comp="Endpoint"/><propdef comp="Element Declaration" prop="name"/><propdef comp="Type Definition" prop="name"/><propdef comp="" prop="parent"/><propdef comp="Description" prop="interfaces"/><propdef comp="Description" prop="bindings"/><propdef comp="Description" prop="services"/><propdef comp="Description" prop="element declarations"/><propdef comp="Description" prop="type definitions"/><propdef comp="Interface" prop="name"/><propdef comp="Interfac" prop="extended interfaces"/><propdef comp="Interface" prop="interface faults"/><propdef comp="Interface" prop="interface operations"/><propdef comp="Interface" prop="features"/><propdef comp="Interface" prop="properties"/><propdef comp="Interface Fault" prop="name"/><propdef comp="Interface Fault" prop="element declaration"/><propdef comp="Interface Fault" prop="features"/><propdef comp="Interface Fault" prop="properties"/><propdef comp="Interface Fault" prop="parent"/><propdef comp="Interface Operation" prop="name"/><propdef comp="Interface Operation" prop="message exchange pattern"/><propdef comp="Interface Operation" prop="interface message references"/><propdef comp="Interface Operation" prop="interface fault references"/><propdef comp="Interface Operation" prop="style"/><propdef comp="Interface Operation" prop="features"/><propdef comp="Interface Operation" prop="properties"/><propdef comp="Interface Operation" prop="parent"/><propdef comp="Interface Message Reference" prop="message label"/><propdef omp="Interface Message Reference" prop="direction"/><propdef comp="Interface Message Reference" prop="message content model"/><propdef comp="Interface Message Reference" prop="element declaration"/><propdef comp="Interface Message Reference" prop="features"/><propdef comp="Interface Message Reference" prop="properties"/><propdef comp="Interface Message Reference" prop="parent"/><propdef comp="Interface Fault Reference" prop="interface fault"/><propdef comp="Interface Fault Reference" prop="message label"/><propdef comp="Interface Fault Reference" prop="direction"/><propdef comp="Interface Fault Reference" prop="features"/><propdef comp="Interface Fault Reference" prop="properties"/><propdef comp="Interface Fault Reference" prop="parent"/><propdef comp="Feature" prop="ref"/><propdef comp="Feature" prop="required"/><propdef comp="Feature" prop="parent"/><propdef comp="" prop="features"/><propdef comp="Property" prop="ref"/><propdef comp="Property" prop="value constraint"/><propdef comp="Property" prop="value"><propdef comp="Property" prop="parent"/><propdef comp="" prop="properties"/><propdef comp="Binding" prop="name"/><propdef comp="Binding" prop="interface"/><propdef comp="Binding" prop="type"/><propdef comp="Binding" prop="binding faults"/><propdef comp="Binding" prop="binding operations"/><propdef comp="Binding" prop="features"/><propdef comp="Binding" prop="properties"/><propdef comp="Binding Fault" prop="interface fault"/><propdef comp="Binding Fault" prop="features"/><propdef comp="Binding Fault" prop="properties"/><propdef comp="Binding Fault" prop="parent"/><propdef comp="Binding Operation" prop="interface operation"/><propdef comp="Binding Operation" prop="binding message references"/><propdef comp="Binding Operation" prop="binding fault references"/><propdef comp="Binding Operation" prop="features"/><propdef comp="Binding Operation" prop="properties"/><propdef comp="Binding Operation" prop="parent"/><propdef comp="Binding Message Reference" prop="interface message reference"/><propdef comp="Binding essage Reference" prop="features"/><propdef comp="Binding Message Reference" prop="properties"/><propdef comp="Binding Message Reference" prop="parent"/><propdef comp="Binding Fault Reference" prop="interface fault reference"/><propdef comp="Binding Fault Reference" prop="features"/><propdef comp="Binding Fault Reference" prop="properties"/><propdef comp="Binding Fault Reference" prop="parent"/><propdef comp="Service" prop="name"/><propdef comp="Service" prop="interface"/><propdef comp="Service" prop="endpoints"/><propdef comp="Service" prop="features"/><propdef comp="Service" prop="properties"/><propdef comp="Endpoint" prop="name"/><propdef comp="Endpoint" prop="binding"/><propdef comp="Endpoint" prop="address"/><propdef comp="Endpoint" prop="features"/><propdef comp="Endpoint" prop="properties"/><propdef comp="Endpoint" prop="parent"/><propdef comp="" prop="name"/></spec>
! 	<spec src="wsdl20-adjuncts.xml"><compdef comp="SOAP Module"/><compdef comp="SOAP Header Block"/><compdef comp="HTTP Header"/><propdef comp="Interface Operation" prop="safety"/><propdef comp="Interface Operation" prop="rpc signature"/><propdef comp="Binding" prop="soap version"/><propdef comp="Binding" prop="soap underlying protocol"/><propdef comp="Binding Fault" prop="soap fault code"/><propdef comp="Binding Fault" prop="soap fault subcodes"/><propdef comp="Binding Operation" prop="soap mep"/><propdef comp="Binding Operation" prop="soap action"/><propdef comp="Binding" prop="soap modules"/><propdef comp="Binding Operation" prop="soap modules"/><propdef comp="Binding Message Reference" prop="soap modules"/><propdef comp="Binding Fault" prop="soap modules"/><propdef comp="Binding Fault Reference" prop="soap modules"/><propdef comp="SOAP Module" prop="ref"/><propdef comp="SOAP Module" prop="required"/><propdef comp="SOAP Module" prop="parent"/><propdef comp="Binding Message Reference" prop="soap headers"/>propdef comp="Binding Fault" prop="soap headers"/><propdef comp="SOAP Header Block" prop="element declaration"/><propdef comp="SOAP Header Block" prop="mustUnderstand"/><propdef comp="SOAP Header Block" prop="parent"/><propdef comp="Binding" prop="http version"/><propdef comp="Binding Operation" prop="http location"/><propdef comp="Binding Operation" prop="http method"/><propdef comp="Binding Operation" prop="http input serialization"/><propdef comp="Binding Operation" prop="http output serialization"/><propdef comp="Binding Operation" prop="http fault serialization"/><propdef comp="Binding Operation" prop="http query parameter separator"/><propdef comp="Binding Message Reference" prop="http headers"/><propdef comp="Binding Fault" prop="http headers"/><propdef comp="HTTP Header" prop="element declaration"/><propdef comp="HTTP Header" prop="parent"/><propdef comp="Binding Fault" prop="http error status code"/><propdef comp="Binding Fault" prop="http error reason phrase"/><propdef comp="Binding Message Referece" prop="http transfer coding"/><propdef comp="Binding" prop="http cookies"/><propdef comp="Endpoint" prop="http authentication scheme"/><propdef comp="Endpoint" prop="http authentication realm"/></spec>
  </defs>
--- 2,5 ----
  <defs>
  	<spec src="wsdl20.xml"><compdef comp="Element Declaration"/><compdef comp="Type Definition"/><compdef comp="Description"/><compdef comp="Interface"/><compdef comp="Interface Fault"/><compdef comp="Interface Operation"/><compdef comp="Interface Message Reference"/><compdef comp="Interface Fault Reference"/><compdef comp="Feature"/><compdef comp="Property"/><compdef comp="Binding"/><compdef comp="Binding Fault"/><compdef comp="Binding Operation"/><compdef comp="Binding Message Reference"/><compdef comp="Binding Fault Reference"/><compdef comp="Service"/><compdef comp="Endpoint"/><propdef comp="Element Declaration" prop="name"/><propdef comp="Type Definition" prop="name"/><propdef comp="" prop="parent"/><propdef comp="Description" prop="interfaces"/><propdef comp="Description" prop="bindings"/><propdef comp="Description" prop="services"/><propdef comp="Description" prop="element declarations"/><propdef comp="Description" prop="type definitions"/><propdef comp="Interface" prop="name"/><propdef comp="Interfac" prop="extended interfaces"/><propdef comp="Interface" prop="interface faults"/><propdef comp="Interface" prop="interface operations"/><propdef comp="Interface" prop="features"/><propdef comp="Interface" prop="properties"/><propdef comp="Interface Fault" prop="name"/><propdef comp="Interface Fault" prop="element declaration"/><propdef comp="Interface Fault" prop="features"/><propdef comp="Interface Fault" prop="properties"/><propdef comp="Interface Fault" prop="parent"/><propdef comp="Interface Operation" prop="name"/><propdef comp="Interface Operation" prop="message exchange pattern"/><propdef comp="Interface Operation" prop="interface message references"/><propdef comp="Interface Operation" prop="interface fault references"/><propdef comp="Interface Operation" prop="style"/><propdef comp="Interface Operation" prop="features"/><propdef comp="Interface Operation" prop="properties"/><propdef comp="Interface Operation" prop="parent"/><propdef comp="Interface Message Reference" prop="message label"/><propdef omp="Interface Message Reference" prop="direction"/><propdef comp="Interface Message Reference" prop="message content model"/><propdef comp="Interface Message Reference" prop="element declaration"/><propdef comp="Interface Message Reference" prop="features"/><propdef comp="Interface Message Reference" prop="properties"/><propdef comp="Interface Message Reference" prop="parent"/><propdef comp="Interface Fault Reference" prop="interface fault"/><propdef comp="Interface Fault Reference" prop="message label"/><propdef comp="Interface Fault Reference" prop="direction"/><propdef comp="Interface Fault Reference" prop="features"/><propdef comp="Interface Fault Reference" prop="properties"/><propdef comp="Interface Fault Reference" prop="parent"/><propdef comp="Feature" prop="ref"/><propdef comp="Feature" prop="required"/><propdef comp="Feature" prop="parent"/><propdef comp="" prop="features"/><propdef comp="Property" prop="ref"/><propdef comp="Property" prop="value constraint"/><propdef comp="Property" prop="value"><propdef comp="Property" prop="parent"/><propdef comp="" prop="properties"/><propdef comp="Binding" prop="name"/><propdef comp="Binding" prop="interface"/><propdef comp="Binding" prop="type"/><propdef comp="Binding" prop="binding faults"/><propdef comp="Binding" prop="binding operations"/><propdef comp="Binding" prop="features"/><propdef comp="Binding" prop="properties"/><propdef comp="Binding Fault" prop="interface fault"/><propdef comp="Binding Fault" prop="features"/><propdef comp="Binding Fault" prop="properties"/><propdef comp="Binding Fault" prop="parent"/><propdef comp="Binding Operation" prop="interface operation"/><propdef comp="Binding Operation" prop="binding message references"/><propdef comp="Binding Operation" prop="binding fault references"/><propdef comp="Binding Operation" prop="features"/><propdef comp="Binding Operation" prop="properties"/><propdef comp="Binding Operation" prop="parent"/><propdef comp="Binding Message Reference" prop="interface message reference"/><propdef comp="Binding essage Reference" prop="features"/><propdef comp="Binding Message Reference" prop="properties"/><propdef comp="Binding Message Reference" prop="parent"/><propdef comp="Binding Fault Reference" prop="interface fault reference"/><propdef comp="Binding Fault Reference" prop="features"/><propdef comp="Binding Fault Reference" prop="properties"/><propdef comp="Binding Fault Reference" prop="parent"/><propdef comp="Service" prop="name"/><propdef comp="Service" prop="interface"/><propdef comp="Service" prop="endpoints"/><propdef comp="Service" prop="features"/><propdef comp="Service" prop="properties"/><propdef comp="Endpoint" prop="name"/><propdef comp="Endpoint" prop="binding"/><propdef comp="Endpoint" prop="address"/><propdef comp="Endpoint" prop="features"/><propdef comp="Endpoint" prop="properties"/><propdef comp="Endpoint" prop="parent"/><propdef comp="" prop="name"/></spec>
! 	<spec src="wsdl20-adjuncts.xml"><compdef comp="SOAP Module"/><compdef comp="SOAP Header Block"/><compdef comp="HTTP Header"/><propdef comp="Interface Operation" prop="safety"/><propdef comp="Interface Operation" prop="rpc signature"/><propdef comp="Binding" prop="soap version"/><propdef comp="Binding" prop="soap underlying protocol"/><propdef comp="Binding Fault" prop="soap fault code"/><propdef comp="Binding Fault" prop="soap fault subcodes"/><propdef comp="Binding Operation" prop="soap mep"/><propdef comp="Binding Operation" prop="soap action"/><propdef comp="Binding" prop="soap modules"/><propdef comp="Binding Operation" prop="soap modules"/><propdef comp="Binding Message Reference" prop="soap modules"/><propdef comp="Binding Fault" prop="soap modules"/><propdef comp="Binding Fault Reference" prop="soap modules"/><propdef comp="SOAP Module" prop="ref"/><propdef comp="SOAP Module" prop="required"/><propdef comp="SOAP Module" prop="parent"/><propdef comp="Binding Message Reference" prop="soap headers"/>propdef comp="Binding Fault" prop="soap headers"/><propdef comp="SOAP Header Block" prop="element declaration"/><propdef comp="SOAP Header Block" prop="mustUnderstand"/><propdef comp="SOAP Header Block" prop="parent"/><propdef comp="Binding" prop="http version"/><propdef comp="Binding Operation" prop="http location"/><propdef comp="Binding Operation" prop="http method"/><propdef comp="Binding Operation" prop="http input serialization"/><propdef comp="Binding Operation" prop="http output serialization"/><propdef comp="Binding Operation" prop="http fault serialization"/><propdef comp="Binding Operation" prop="http query parameter separator"/><propdef comp="Binding Message Reference" prop="http headers"/><propdef comp="Binding Fault" prop="http headers"/><propdef comp="HTTP Header" prop="element declaration"/><propdef comp="HTTP Header" prop="parent"/><propdef comp="Binding Fault" prop="http error status code"/><propdef comp="Binding Message Reference" prop="http transfer coding"/><propdef comp="Binding" prop=http cookies"/><propdef comp="Endpoint" prop="http authentication scheme"/><propdef comp="Endpoint" prop="http authentication realm"/></spec>
  </defs>

Received on Thursday, 13 October 2005 16:26:58 UTC