2002/ws/desc/examples index.html,NONE,1.1

Update of /sources/public/2002/ws/desc/examples
In directory hutz:/tmp/cvs-serv4558

Added Files:
	index.html 
Log Message:
Initial commit of WSDL 2.0 examples with an ant script to validate them.

--- NEW FILE: index.html ---
<html>
<head>
<title>examples</title>
</head>
<body>
<h1>examples</h1>
<address>Arthur Ryman</address>
<address>2004-09-01</address>
<p>
This project shows how to validate example WSDL 2.0 documents using ant.
The Primer will contain valid examples and may also include some invalid ones.
We want to make sure that the valid examples are really valid, and that
the invalid ones are invalid.
Put valid examples in /examples/valid. 
Put invalid examples in /examples/invalid.
</p>
<p>
The xmlcatalog directory contains the schemas for WSDL 2.0 (in /examples/xmlcatalog/wsdl)
and XSD 1.0 (in /examples/xmlcatalog/xsd).
</p>
<p>
Refer to the /examples/build.xml ant script.
To validate the valid examples, run the 'valid' target.
The 'valid' target will stop if it encounters an error since all these 
documents are supposed to be valid.
To validate the invalid examples, run the 'invalid target.
The 'invalid' target will report errors and keep going.
Check the console output to make sure these are really invalid.
</p>
<p>
The ant xmlvalidate task requires the xerces parser to validate xsd.
Modify the xercesImpl property to point to where you installed xerces on your machine.
</p>
</body>
</html>

Received on Monday, 6 September 2004 11:52:41 UTC