- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Mar 2005 19:53:35 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv2713
Modified Files:
build.xml
Log Message:
Completed service reference example for primer. There is still a minor problem in the definition of the restriction of ServiceType. The <endpoint> element isn't getting the WSDL namespace in the restriction.
Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 3 Feb 2005 18:46:32 -0000 1.2
--- build.xml 26 Mar 2005 19:53:33 -0000 1.3
***************
*** 43,47 ****
<target name="good" description="Validates good WSDL and XSD documents.">
<xmlvalidate failonerror="yes" lenient="no" warn="yes" classname="org.apache.xerces.parsers.SAXParser" classpath="${xercesImpl.jar}">
! <fileset dir="documents/good" includes="**/*.wsdl, **/*.xsd" />
<xmlcatalog refid="schemas" />
<attribute name="http://xml.org/sax/features/namespaces" value="true" />
--- 43,47 ----
<target name="good" description="Validates good WSDL and XSD documents.">
<xmlvalidate failonerror="yes" lenient="no" warn="yes" classname="org.apache.xerces.parsers.SAXParser" classpath="${xercesImpl.jar}">
! <fileset dir="documents/good" includes="**/*.wsdl, **/*.xsd, **/*.xml" />
<xmlcatalog refid="schemas" />
<attribute name="http://xml.org/sax/features/namespaces" value="true" />
***************
*** 52,57 ****
<target name="bad" description="Validates bad WSDL and XSD documents.">
! <xmlvalidate failonerror="no" lenient="no" warn="yes" classname="org.apache.xerces.parsers.SAXParser" classpath="${xercesImpl.jar}">
! <fileset dir="documents/bad" includes="**/*.wsdl, **/*.xsd" />
<xmlcatalog refid="schemas"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true" />
--- 52,57 ----
<target name="bad" description="Validates bad WSDL and XSD documents.">
! <xmlvalidate failonerror="yes" lenient="no" warn="yes" classname="org.apache.xerces.parsers.SAXParser" classpath="${xercesImpl.jar}">
! <fileset dir="documents/bad" includes="**/*.wsdl, **/*.xsd, **/*.xml" />
<xmlcatalog refid="schemas"/>
<attribute name="http://xml.org/sax/features/namespaces" value="true" />
Received on Saturday, 26 March 2005 19:53:35 UTC