- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Sep 2005 00:03:45 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv29691/wsdl20
Modified Files:
wsdl20.html wsdl20-adjuncts.html wsdl20-primer.xml
wsdl20-primer.html
Log Message:
Replaces service and endpoint references by references to services and endpoints as per F2F resolution.
Index: wsdl20-primer.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** wsdl20-primer.html 27 Sep 2005 21:50:05 -0000 1.95
--- wsdl20-primer.html 28 Sep 2005 00:03:43 -0000 1.96
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 0: Primer</title><style type="text/css">
code { font-family: monospace; }
--- 1,3 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 0: Primer</title><style type="text/css">
code { font-family: monospace; }
***************
*** 45,49 ****
div.exampleHeader { font-weight: bold;
[...1677 lines suppressed...]
! </p>
! </div>
! </div>
! <div class="div2">
<h3><a name="adv-multiple-docs-describing-same-service"></a>5.4 Multiple Interfaces for the Same Service</h3>
***************
*** 3691,3695 ****
<h3><a name="adv-rdf-mapping"></a>5.5 Mapping to RDF and Semantic Web</h3>
! <table border="1" summary="Editorial note: KevinL"><tr><td align="left" valign="top" width="50%"><b>Editorial note: KevinL</b></td><td align="right" valign="top" width="50%">20050429</td></tr><tr><td colspan="2" align="left" valign="top">
This section might be removed - pending on the availability of the RDF mapping note. </td></tr></table>
--- 3727,3731 ----
<h3><a name="adv-rdf-mapping"></a>5.5 Mapping to RDF and Semantic Web</h3>
! <table border="1" summary="Editorial note: KevinL"><tr><td width="50%" valign="top" align="left"><b>Editorial note: KevinL</b></td><td width="50%" valign="top" align="right">20050429</td></tr><tr><td valign="top" align="left" colspan="2">
This section might be removed - pending on the availability of the RDF mapping note. </td></tr></table>
Index: wsdl20-primer.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.xml,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** wsdl20-primer.xml 27 Sep 2005 21:50:05 -0000 1.131
--- wsdl20-primer.xml 28 Sep 2005 00:03:43 -0000 1.132
***************
*** 2893,2969 ****
</div2>
!
!
!
! <div2 id="adv-service-references">
! <head>Describing Web Service Messages That Refer to Other Web Services</head>
!
[...1021 lines suppressed...]
! <code>
! http://greath.example.com/2004/reservationList/ReservationQuery?checkInDate=06-06-05
! </code>
! .
! </p>
! <p>
! It is important to observe that using the URI
! serialization can result in very flexible queries and
! few operations. The previous discrete SOAP operations
! are collapsed into one "parameterized" operation.
! </p>
! </div3>
! </div2>
! <div2 id="adv-multiple-docs-describing-same-service">
<head>Multiple Interfaces for the Same Service</head>
<p>Suppose a Web service wishes to expose two different interfaces: a customer interface for its regular users, and a management interface for its operator. A <code>wsdl:service</code> specifies only one wsdl:interface, so to achieve the desired effect the service provider would somehow need to indicate a relationship between two services. How can a service provider indicate a relationship between services? Potential strategies include:<ulist><item><p><b>Declare both interfaces in the same wsdl:description element.</b> Although WSDL 2.0 does not ascribe any particular significance to the fact that two wsdl:services are declared within the same wsdl:description, an application or toolkit could interpret this to mean that they are related in some way.</p></item><item><p><b>Declare both interfaces in the same wsdl:targetNamespace.</b> Again, although WSDL 2.0 does not ascribe any particular significance to the fact that two wsdl:services are declared within the same wsdl:targetNamespace, an appliction or toolkit could interpret this to mean that they are related in some way.
Received on Wednesday, 28 September 2005 00:03:51 UTC