- From: Jacek Kopecky via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 May 2006 02:26:19 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv4529
Modified Files:
wsdl20.rdf
Log Message:
fixing subcode and header handling, added minor todos
Index: wsdl20.rdf
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.rdf,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** wsdl20.rdf 7 May 2006 17:10:08 -0000 1.7
--- wsdl20.rdf 8 May 2006 02:26:17 -0000 1.8
***************
*** 7,10 ****
--- 7,12 ----
xml:base="http://www.w3.org/2005/10/wsdl-rdf">
+ <!-- todo check all xml comments that they are not todos -->
+
<!-- todo the following are notes on the deviations this model has from the WSDL2
component model:
***************
*** 113,119 ****
</owl:Class>
- <!-- should these InputMessage and OutputMessage be used in binding message
- references? if not, they can be subclasses of InterfaceMessageReference RH -->
-
<owl:Class rdf:about="#InterfaceOperation">
<rdfs:subClassOf>
--- 115,118 ----
***************
*** 496,503 ****
</owl:ObjectProperty>
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#faultSubcode">
<rdfs:comment>
! indicates a fault subcode of a binding fault; there can be multiple subcodes
! todo - the list of subcodes is ordered in SOAP 1.2
</rdfs:comment>
<rdfs:range rdf:resource="#QName"/>
--- 495,502 ----
</owl:ObjectProperty>
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#faultSubcodes">
<rdfs:comment>
! indicates the fault subcodes of a binding fault; there can be multiple subcodes
! todo - make the range a rdf:Seq of QNames
</rdfs:comment>
<rdfs:range rdf:resource="#QName"/>
***************
*** 547,558 ****
a SOAP module; a WSDL 2 SOAP binding (and subcomponents) may use or
require any number of modules
</rdfs:comment>
</owl:Class>
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#header">
! <rdfs:range rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeader"/>
</owl:ObjectProperty>
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#SOAPHeader">
<rdfs:comment>
a SOAP header
--- 546,562 ----
a SOAP module; a WSDL 2 SOAP binding (and subcomponents) may use or
require any number of modules
+ todo - should this class be created by xmlp group?
</rdfs:comment>
</owl:Class>
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#offersHeader">
! <rdfs:range rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock"/>
</owl:ObjectProperty>
! <owl:ObjectProperty rdf:about="http://www.w3.org/2006/01/wsdl/soap#requiresHeader">
! <rdfs:range rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock"/>
! </owl:ObjectProperty>
!
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock">
<rdfs:comment>
a SOAP header
***************
*** 566,571 ****
</owl:Class>
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#MustUnderstandSOAPHeader">
! <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeader" />
<rdfs:comment>
a SOAP header that must be marked as mustUnderstand by the sender
--- 570,575 ----
</owl:Class>
! <owl:Class rdf:about="http://www.w3.org/2006/01/wsdl/soap#MustUnderstandSOAPHeaderBlock">
! <rdfs:subClassOf rdf:resource="http://www.w3.org/2006/01/wsdl/soap#SOAPHeaderBlock" />
<rdfs:comment>
a SOAP header that must be marked as mustUnderstand by the sender
Received on Monday, 8 May 2006 02:26:23 UTC