2002/ws/desc/wsdl20 wsdl20-rdf.html,1.16,1.17

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

Modified Files:
	wsdl20-rdf.html 
Log Message:
added example, removed ontology listing for now, other smaller updates

Index: wsdl20-rdf.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rdf.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** wsdl20-rdf.html	2 Feb 2006 15:56:39 -0000	1.16
--- wsdl20-rdf.html	28 Feb 2006 09:36:08 -0000	1.17
***************
*** 139,148 ****
  &nbsp;&nbsp;&nbsp;&nbsp;2.6 <a href="#soapbinding">SOAP Binding</a><br />
  &nbsp;&nbsp;&nbsp;&nbsp;2.7 <a href="#httpbinding">HTTP Binding</a><br />
! 3. <a href="#modelingdiffs">Differences from the WSDL Component Model</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;3.1 <a href="#diff-naming">Component naming</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;3.2 <a href="#diff-doc">Documents, imports and includes</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;3.3 <a href="#diff-references">Component references</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;3.4 <a href="#diff-propsasclasses">Representing properties with classes</a><br />
! &nbsp;&nbsp;&nbsp;&nbsp;3.5 <a href="#diff-restrictions">WSDL restrictions not enforced by the
  ontology</a><br />
  
[...1205 lines suppressed...]
! further significant WSDL constraints might be violated:</p>
  
  <ul>
!   <li>In WSDL, components of different types do not overlap, e.g. an
!   interface is always a different thing from a binding (even if they have the
!   same name), but an arbitrary RDF document can assert that one resource is
!   both an interface and a binding.</li>
    <li>In WSDL, a Description cannot directly contain interface operations or
    endpoints, for example; an endpoint is always in a service and interface
    operations are always in interfaces. The ontology does not enforce these
!   restrictions so an arbitrary RDF file that is consistent with the
!   ontology may describe a broken hierarchy of components.</li>
  </ul>
  
  
  <h2 id="ontologysource">appendix A: the owl ontology source</h2>
  
! <p>Ednote todo - include <a href="wsdl20.rdf">wsdl20.rdf</a> here.</p>
  
  <h2 id="mappingtables">appendix B: mapping wsdl files to rdf</h2>

Received on Tuesday, 28 February 2006 09:36:16 UTC