2002/ws/desc/wsdl20 wsdl20-primer.xml,1.14,1.15

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

Modified Files:
	wsdl20-primer.xml 
Log Message:
Checkpoint of rewrite.  Not done yet.


Index: wsdl20-primer.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wsdl20-primer.xml	23 Oct 2004 05:11:34 -0000	1.14
--- wsdl20-primer.xml	25 Oct 2004 23:15:49 -0000	1.15
***************
*** 58,68 ****
  			<p>This primer assumes that the reader has the following prerequisite knowledge:
  			<ulist><item><p> familiarity with XML (@@reference@@) and  XML Namespaces (@@reference@@);</p></item>
! 			<item><p> familiarity with <xspecref href="http://www.w3.org/TR/2004/NOTE-ws-arch-20040211/">Web services architecture</xspecref> and <xspecref href="http://www.w3.org/TR/2004/NOTE-ws-gloss-20040211/">terms</xspecref>.</p>
  			</item>
  			</ulist>
! 			No previous experience with Web service descriptions is assumed.</p></div2>
  			<div2 id="PrimerStructure">
  				<head>Structure of the Primer</head>
! 				<p>Section 2 provides a big picture view of WSDL 2.0.  It desribes the purpose and scope of the language, and explains its most important concepts.</p>
  				<p>Section 3 presents an example use case, the GreatH hotel reservation service, and explains how an abstract interface for this Web service is described in WSDL 2.0. It first explains how messages are defined using XML Schema and get used by WSDL 2.0; it then moves on to examine the details of the interface construct. </p>
[...1505 lines suppressed...]
  	  interface="tns:reservation"
  	  type="http://www.w3.org/2004/08/wsdl/soap12"
  	  wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP"
!           wsoap:mepDefault="http://www.w3.org/2003/05/soap/mep/request-response">
  
        ...
  
!      <wsdl:feature uri="http://www.w3.org/2004/08/soap/features/http-optimization"/>
  
       ...
  
!   </binding>
  
    ...
  
! </definitions>
  
+ ]]>
  
  </eg>

Received on Monday, 25 October 2004 23:15:52 UTC