2002/ws/desc/wsdl20 wsdl20-rdf.html,1.25,1.26

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv24992

Modified Files:
	wsdl20-rdf.html 
Log Message:
fixing three URIs for the CR version

Index: wsdl20-rdf.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rdf.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** wsdl20-rdf.html	23 Mar 2006 17:16:26 -0000	1.25
--- wsdl20-rdf.html	23 Mar 2006 18:10:15 -0000	1.26
***************
*** 528,532 ****
  <p>All MEPs are identified by IRIs, and the RDF ontology for WSDL only puts
  the MEPs in the correct classes; for example
! <code>http://www.w3.org/2005/08/wsdl/in-only</code> is an instance of the
  class <code>NoFaults</code>. The message labels, however, are plain string
  names, and the RDF ontology for WSDL gives each of them an IRI formed by the
--- 528,532 ----
  <p>All MEPs are identified by IRIs, and the RDF ontology for WSDL only puts
  the MEPs in the correct classes; for example
! <code>http://www.w3.org/2006/01/wsdl/in-only</code> is an instance of the
  class <code>NoFaults</code>. The message labels, however, are plain string
  names, and the RDF ontology for WSDL gives each of them an IRI formed by the
***************
*** 566,570 ****
  <p>WSDL bindings that bind to SOAP are identified (using the property
  <code>rdf:type</code>) as instances of the class
! <code>http://www.w3.org/2005/08/wsdl/soap</code>. Every such binding must
  indicate the SOAP version that it uses, this is done with the property
  <code>version</code> (with a value "1.2", for example, meaning SOAP version
--- 566,570 ----
  <p>WSDL bindings that bind to SOAP are identified (using the property
  <code>rdf:type</code>) as instances of the class
! <code>http://www.w3.org/2006/01/wsdl/soap</code>. Every such binding must
  indicate the SOAP version that it uses, this is done with the property
  <code>version</code> (with a value "1.2", for example, meaning SOAP version
***************
*** 614,618 ****
  
  <p>WSDL bindings that bind to HTTP are identified as instances of the class
! <code>http://www.w3.org/2005/08/wsdl/http</code>. The HTTP bindings that make
  use of HTTP cookies are further identified as instances of the class
  <code>HTTPBindingWithCookies</code>. Every HTTP binding must specify the HTTP
--- 614,618 ----
  
  <p>WSDL bindings that bind to HTTP are identified as instances of the class
! <code>http://www.w3.org/2006/01/wsdl/http</code>. The HTTP bindings that make
  use of HTTP cookies are further identified as instances of the class
  <code>HTTPBindingWithCookies</code>. Every HTTP binding must specify the HTTP

Received on Thursday, 23 March 2006 18:10:24 UTC