Hi Andreas ,
I have configured RAT tool for Woden and report also generated. Do you have
any idea how to analyse and determine issues on this report , I couldn't
find any reference. I have attached the report with this to check whether
you can find something with your Axiom experience. Appreciate if you can
find small time for this.
Thanks,
On Tue, May 25, 2010 at 11:38 AM, Sagara Gunathunga <
[email protected]> wrote:
>
>
> ---------- Forwarded message ----------
> From: Sanjiva Weerawarana <[email protected]>
> Date: Mon, May 24, 2010 at 10:03 AM
> Subject: run RAT on next release?
> To: private <[email protected]>
>
>
> Folks, given the recent issue with iBatis, shall we run RAT on the release
> artifacts before releasing them? What about the idea of making that be the
> norm?
>
> I guess this needs to be pushed to the WS PMC too to be meaningful as we
> have a bunch of dependencies coming out of that.
>
> Sanjiva.
> --
> Sanjiva Weerawarana, Ph.D.
> Founder, Director & Chief Scientist; Lanka Software Foundation;
> http://www.opensource.lk/
> Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
> Member; Apache Software Foundation; http://www.apache.org/
> Director; Sahana Software Foundation; http://www.sahanafoundation.org/
> Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/
>
> Blog: http://sanjiva.weerawarana.org/
>
>
>
> --
> Sagara Gunathunga
>
> Blog - http://ssagara.blogspot.com
> Web - http://people.apache.org/~sagara/<http://people.apache.org/%7Esagara/>
>
--
Sagara Gunathunga
Blog - http://ssagara.blogspot.com
Web - http://people.apache.org/~sagara/
*****************************************************
Summary
-------
Notes: 4
Binaries: 0
Archives: 1
Standards: 51
Apache Licensed: 31
Generated Documents: 0
JavaDocs are generated and so license header is optional
Generated files do not required license headers
14 Unknown Licenses
*******************************
Archives (+ indicates readable, $ unreadable):
+ ant-test/test-suite-results.zip
*****************************************************
Files with AL headers will be marked L
Binary files (which do not require AL headers) will be marked B
Compressed archives will be marked A
Notices, licenses etc will be marked N
N LICENSE
AL wsdl-viewer/build/all-in-one.xsl
!????? wsdl-viewer/build/build.xml
AL wsdl-viewer/wsdl-viewer.xsl
!????? wsdl-viewer/src/wsdl-viewer.js
AL wsdl-viewer/src/wsdl-viewer.css
AL wsdl-viewer/src/wsdl-viewer-operations.xsl
AL wsdl-viewer/src/wsdl-viewer-xsd-tree.xsl
AL wsdl-viewer/src/wsdl-viewer-src.xsl
AL wsdl-viewer/src/wsdl-viewer-service.xsl
AL wsdl-viewer/src/wsdl-viewer-util.xsl
AL wsdl-viewer/src/wsdl-viewer-global.xsl
AL wsdl-viewer/src/wsdl-viewer-css.xsl
AL wsdl-viewer/src/wsdl-viewer-modules.xsl
!????? woden-1.0.0M6-test-results.html
AL build.properties
AL src/main/assembly/om.xml
AL src/main/assembly/dom.xml
AL src/main/assembly/src.xml
AL src/main/assembly/component.xml
AL wsdl-viewer-test/prepare-test.xsl
AL wsdl-viewer-test/build.xml
AL resources/schema.catalog
AL legal/LICENSE.xerces
!????? legal/LICENSE.dom
!????? legal/LICENSE.sax
!????? legal/LICENSE.wsdl4j.html
N NOTICE
AL apache-boilerplate.txt
N KEYS
AL eclipseplugin/plugin.properties
!????? eclipseplugin/META-INF/MANIFEST.MF
!????? woden-eclipse-formatter-conventions.xml
AL pom.xml
AL log4j.properties
AL build.xml
AL release-notes.html
N README
!????? ant-test/documents-good-report.xml
AL ant-test/Interface.wsdl
W3C ant-test/wsdl20.xsd
!????? ant-test/XSDImport.wsdl
AL ant-test/test.wsdl
W3C ant-test/wsdl20-rpc.xsd
!????? ant-test/XSDImport2.wsdl
AL ant-test/name.xsd
AL ant-test/identify-test-case-roots.xsl
A ant-test/test-suite-results.zip
!????? ant-test/validation-results.xml
W3C ant-test/wsdl20-soap.xsd
W3C ant-test/wsdl20-extensions.xsd
AL ant-test/build.xml
W3C ant-test/wsdl20-http.xsd
!????? ant-test/validation-results-without-ids.xml
W3C ant-test/wsdl20-instance.xsd
!????? ant-test/documents-bad-report.xml
*****************************************************
Printing headers for files without AL header...
=======================================================================
==wsdl-viewer/build/build.xml
=======================================================================
<?xml version="1.0" encoding="windows-1250"?>
<project name="wsdl-viewer" default="build" basedir="..">
<property name="version" value="3-1-01"/>
<!-- Project directories -->
<property name="app" value="${basedir}/src"/>
<property name="target" value="${basedir}/target"/>
<property name="build" value="${basedir}/build"/>
<property name="test" value="${basedir}/test/good"/>
<property name="all-in-one.trans" value="${build}/all-in-one.xsl"/>
<property name="modular-viewer" value="${app}/wsdl-viewer-modules.xsl"/>
<!-- Build of Distribution Artifacts -->
<property name="dist" value="${target}/dist"/>
<property name="dist.image" value="${target}/image"/>
<property name="dist.image.viewer"
value="${dist.image}/wsdl-viewer.xsl"/>
<property name="dist.zip" value="${dist}/wsdl-viewer_${version}.zip"/>
<property name="dist.tar" value="${dist}/wsdl-viewer_${version}.tar"/>
<property name="dist.tar.gz"
value="${dist}/wsdl-viewer_${version}.tar.gz"/>
<!-- Test -->
<property name="trans" value="${dist.image.viewer}"/>
<property name="target.html" value="${target}/test-html"/>
<target name="init">
<!-- Create the build directory structure used in compilation
step -->
<mkdir dir="${target.html}"/>
<copy todir="${target.html}" >
<fileset dir="${app}">
<include name="*.html"/>
</fileset>
</copy>
<mkdir dir="${dist}"/>
</target>
<target name="createAllInOne" depends="init">
<xslt in="${modular-viewer}" out="${dist.image.viewer}"
style="${all-in-one.trans}" force="true"/>
</target>
<target name="createPackage" depends="init, createAllInOne">
<copy todir="${dist.image}/src" >
<fileset dir="${app}">
<exclude name="**/*.wsdl*"/>
<exclude name="**/*.test"/>
=======================================================================
==wsdl-viewer/src/wsdl-viewer.js
=======================================================================
function pagingInit()
{
var nav = document.getElementById("nav");
var tabs = nav.getElementsByTagName("li");
for(ii = 0; ii < nav.length; ++ii) {
tabs[ii].className = "close";
aa = nav[ii].getElementsByTagName("a")
// aa.onclick = function() { activate(this.href); return false; }
if ( ii = 0 ) {
aa.className = "current";
}
}
print("DONE!");
}
function pagingActivate(name)
{
// var page
// if (curHeader.className=="close")
// {
// curHeader.className="";
// curHeader.firstChild.className="";
// }
// else if (curHeader.className=="")
// {
// curHeader.className="close";
// curHeader.firstChild.className="close";
// }
}
=======================================================================
==woden-1.0.0M6-test-results.html
=======================================================================
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite errors="0" failures="3" hostname="ryman2" id="0"
name="AllWodenTests" package="org.apache.woden.tests" tests="303" time="84.258"
timestamp="2006-11-28T15:16:09">
<properties>
<property name="java.vendor" value="IBM Corporation" />
<property name="XercesFile" value="Xerces-J-bin.2.8.1.zip" />
<property name="test.name" value="woden-test" />
<property name="eclipse.pdebuild.templates"
value="/E:/wtp-1.5.2/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/templates/"
/>
<property name="AxiomImplFile" value="axiom-impl-1.1.1.jar" />
<property name="W3cWsdl20File.exists" value="true" />
<property name="StaxFile" value="stax-api-1.0.1.jar" />
<property name="WstxFile" value="wstx-asl-3.0.1.jar" />
<property name="os.name" value="Windows XP" />
<property name="XercesURL"
value="http://archive.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.1.zip" />
<property name="XmlSchemaURL"
value="http://people.apache.org/~jkaputin/jars/20061109/XmlSchema-SNAPSHOT.jar"
/>
<property name="milestone" value="6" />
<property name="sun.boot.class.path"
value="E:\ibm-java2-142\jre\lib\core.jar;E:\ibm-java2-142\jre\lib\graphics.jar;E:\ibm-java2-142\jre\lib\security.jar;E:\ibm-java2-142\jre\lib\server.jar;E:\ibm-java2-142\jre\lib\xml.jar;E:\ibm-java2-142\jre\lib\charsets.jar;E:\ibm-java2-142\jre\lib\ibmcertpathprovider.jar;E:\ibm-java2-142\jre\lib\ibmjaasactivelm.jar;E:\ibm-java2-142\jre\lib\ibmjaaslm.jar;E:\ibm-java2-142\jre\lib\ibmjcefw.jar;E:\ibm-java2-142\jre\lib\ibmjgssprovider.jar;E:\ibm-java2-142\jre\lib\ibmjssefips.jar;E:\ibm-java2-142\jre\lib\ibmjsseprovider.jar;E:\ibm-java2-142\jre\lib\ibmorb.jar;E:\ibm-java2-142\jre\lib\ibmorbapi.jar;E:\ibm-java2-142\jre\lib\ibmpkcs.jar"
/>
<property name="TODAY" value="November 28 2006" />
<property name="eclipseplugin"
value="D:\workspaces\WSD2\woden/eclipseplugin" />
<property name="AxiomApiURL"
value="http://repo1.maven.org/maven2/ws-commons/axiom-api/1.1.1/axiom-api-1.1.1.jar"
/>
<property name="sun.java2d.fontpath" value="" />
<property name="java.vm.specification.vendor" value="Sun Microsystems
Inc." />
<property name="ant.home" value="E:\apache-ant-1.7.0Beta2" />
<property name="java.runtime.version" value="1.4.2" />
<property name="AntURL"
value="http://www.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip" />
<property name="src.home" value="D:\workspaces\WSD2\woden/src" />
<property name="AntFile" value="apache-ant-1.6.5-bin.zip" />
=======================================================================
==legal/LICENSE.dom
=======================================================================
This license came from:
http://www.w3.org/Consortium/Legal/copyright-software-19980720
W3C? SOFTWARE NOTICE AND LICENSE
Copyright ? 1994-2001 World
Wide Web Consortium, <a href="http://www.w3.org/">World
Wide Web Consortium</a>, (<a href=
"http://www.lcs.mit.edu/">Massachusetts Institute of
Technology</a>, <a href="http://www.inria.fr/">Institut National de
Recherche en Informatique et en Automatique</a>, <a href=
"http://www.keio.ac.jp/">Keio University</a>). All Rights Reserved.
http://www.w3.org/Consortium/Legal/
This W3C work (including software, documents, or other related
items) is being provided by the copyright holders under the
following license. By obtaining, using and/or copying this work,
you (the licensee) agree that you have read, understood, and will
comply with the following terms and conditions:
Permission to use, copy, modify, and distribute this software
and its documentation, with or without modification,? for any
purpose and without fee or royalty is hereby granted, provided that
you include the following on ALL copies of the software and
documentation or portions thereof, including modifications, that
you make:
The full text of this NOTICE in a location viewable to users of
the redistributed or derivative work.
Any pre-existing intellectual property disclaimers, notices, or
terms and conditions. If none exist, a short notice of the
following form (hypertext is preferred, text is permitted) should
be used within the body of any redistributed or derivative code:
"Copyright ? [$date-of-software] World Wide Web Consortium, (Massachusetts
Institute of
Technology, Institut National de
Recherche en Informatique et en Automatique, Keio University). All Rights
Reserved.
http://www.w3.org/Consortium/Legal/"
Notice of any changes or modifications to the W3C files,
including the date changes were made. (We recommend you provide
URIs to the location from which the code is derived.)
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND
COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD
PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT,
SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
=======================================================================
==legal/LICENSE.sax
=======================================================================
This license came from: http://www.megginson.com/SAX/copying.html
However please note future versions of SAX may be covered
under http://saxproject.org/?selected=pd
This page is now out of date -- see the new SAX site at
http://www.saxproject.org/ for more up-to-date
releases and other information. Please change your bookmarks.
SAX2 is Free!
I hereby abandon any property rights to SAX 2.0 (the Simple API for
XML), and release all of the SAX 2.0 source code, compiled code, and
documentation contained in this distribution into the Public Domain.
SAX comes with NO WARRANTY or guarantee of fitness for any
purpose.
David Megginson, [email protected]
2000-05-05
=======================================================================
==legal/LICENSE.wsdl4j.html
=======================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from
url=(0065)http://oss.software.ibm.com/developerworks/opensource/CPLv1.0.htm -->
<HTML><HEAD><TITLE>Body</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4919.2200" name=GENERATOR></META></HEAD>
<BODY vLink=#800000 bgColor=#ffffff>
<P align=center><B>Common Public License - v 1.0</B>
<P><B></B><FONT size=3></FONT>
<P><FONT size=3></FONT><FONT size=2>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER
THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
AGREEMENT.</FONT>
<P><FONT size=2></FONT>
<P><FONT size=2><B>1. DEFINITIONS</B></FONT>
<P><FONT size=2>"Contribution" means:</FONT>
<UL><FONT size=2>a) in the case of the initial Contributor, the initial code
and documentation distributed under this Agreement, and<BR clear=left>b) in
the case of each subsequent Contributor:</FONT></UL>
<UL><FONT size=2>i) changes to the Program, and</FONT></UL>
<UL><FONT size=2>ii) additions to the Program;</FONT></UL>
<UL><FONT size=2>where such changes and/or additions to the Program originate
from and are distributed by that particular Contributor. </FONT><FONT
size=2>A
Contribution 'originates' from a Contributor if it was added to the Program
by
such Contributor itself or anyone acting on such Contributor's behalf.
</FONT><FONT size=2>Contributions do not include additions to the Program
which: (i) are separate modules of software distributed in conjunction with
the Program under their own license agreement, and (ii) are not derivative
works of the Program. </FONT></UL>
<P><FONT size=2></FONT>
<P><FONT size=2>"Contributor" means any person or entity that distributes the
Program.</FONT>
<P><FONT size=2></FONT><FONT size=2></FONT>
<P><FONT size=2>"Licensed Patents " mean patent claims licensable by a
Contributor which are necessarily infringed by the use or sale of its
Contribution alone or when combined with the Program. </FONT>
<P><FONT size=2></FONT><FONT size=2></FONT>
<P><FONT size=2></FONT><FONT size=2>"Program" means the Contributions
distributed in accordance with this Agreement.</FONT>
<P><FONT size=2></FONT>
<P><FONT size=2>"Recipient" means anyone who receives the Program under this
Agreement, including all Contributors.</FONT>
<P><FONT size=2><B></B></FONT>
<P><FONT size=2><B>2. GRANT OF RIGHTS</B></FONT>
<UL><FONT size=2></FONT><FONT size=2>a) </FONT><FONT size=2>Subject to the
terms of this Agreement, each Contributor hereby grants</FONT><FONT size=2>
Recipient a non-exclusive, worldwide, royalty-free copyright license
to</FONT><FONT color=#ff0000 size=2> </FONT><FONT size=2>reproduce, prepare
derivative works of, publicly display, publicly perform, distribute and
sublicense the Contribution of such Contributor, if any, and such derivative
works, in source code and object code form.</FONT></UL>
=======================================================================
==eclipseplugin/META-INF/MANIFEST.MF
=======================================================================
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %_PLUGIN_NAME
Bundle-SymbolicName: org.apache.woden; singleton:=true
Bundle-Version: *VERSION_NUMBER*
Bundle-Vendor: %_PLUGIN_PROVIDER
Bundle-Localization: plugin
Eclipse-AutoStart: true
Export-Package: javax.xml.namespace,
org.apache.woden,
org.apache.woden.internal,
org.apache.woden.internal.schema,
org.apache.woden.internal.util,
org.apache.woden.internal.util.dom,
org.apache.woden.internal.wsdl20,
org.apache.woden.schema,
org.apache.woden.tests,
org.apache.woden.tests.wsdl20,
org.apache.woden.wsdl20,
org.apache.woden.wsdl20.extensions,
org.apache.woden.wsdl20.fragids,
org.apache.woden.wsdl20.xml
Require-Bundle: org.apache.xerces
=======================================================================
==woden-eclipse-formatter-conventions.xml
=======================================================================
<?xml version="1.0" encoding="UTF-8"?>
<profiles version="11">
<profile kind="CodeFormatterProfile" name="Eclipse 3.3 [built-in] plus Woden
conventions" version="11">
<setting
id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column"
value="false"/>
<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line"
value="false"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column"
value="false"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header"
value="true"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations"
value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports"
value="1"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration"
value="end_of_line"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch"
value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header"
value="true"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression"
value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants"
value="0"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant"
value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments"
value="false"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_header"
value="false"/>
<setting
id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations"
value="false"/>
<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.5"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration"
value="16"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression"
value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code"
value="true"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference"
value="do not insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration"
value="insert"/>
<setting
id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression"
value="do not insert"/>
=======================================================================
==ant-test/documents-good-report.xml
=======================================================================
<?xml version='1.0' encoding='UTF-8'?>
<report xmlns='http://www.w3.org/2006/06/wsdl/ValidationReport'>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Chameleon-1G/getBalance.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Chameleon-2G/getBalance.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Chameleon-3G/getBalance.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Chameleon-4G/getBalance.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Compound1-1G/compound1.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/CreditCardFaults-1G/credit-card-faults.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/CreditCardFaults-1G/use-credit-card-faults.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Echo-1G/echo.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/Echo-2G/echo.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/EchoComplexDocLit-1G/Axis2SampleDocLit.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/FlickrHTTP-1G/flickr.wsdl</uri>
<success>true</success>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/good/FlickrHTTP-1G/flickr2.wsdl</uri>
<success>true</success>
</wsdl>
=======================================================================
==ant-test/XSDImport.wsdl
=======================================================================
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description targetNamespace="http://example.org/XSDImport"
xmlns:name="http://example.org/name"
xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2006/01/wsdl
http://www.w3.org/2006/01/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema
http://www.w3.org/2001/XMLSchema.xsd">
<wsdl:documentation>
This test shows a valid use of an XML schema import.
</wsdl:documentation>
<wsdl:types>
<xs:import schemaLocation="name.xsd"
namespace="http://example.org/name" />
</wsdl:types>
<wsdl:interface name="Names">
<wsdl:operation name="getNameFromSIN"
pattern="http://www.w3.org/2006/01/wsdl/in-out">
<wsdl:input element="name:SIN" />
<wsdl:output element="name:Name" />
</wsdl:operation>
</wsdl:interface>
</wsdl:description>
=======================================================================
==ant-test/XSDImport2.wsdl
=======================================================================
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:description targetNamespace="http://example.org/XSDImport"
xmlns:name="http://example.org/name"
xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2006/01/wsdl
http://www.w3.org/2006/01/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema
http://www.w3.org/2001/XMLSchema.xsd">
<wsdl:documentation>
This test shows that the XML schema import is valid when it is
imported in both this document and the document this imports.
</wsdl:documentation>
<wsdl:include location="XSDImport.wsdl" />
<wsdl:types>
<xs:import schemaLocation="name.xsd"
namespace="http://example.org/name" />
</wsdl:types>
<wsdl:interface name="Names">
<wsdl:operation name="getNameFromSIN"
pattern="http://www.w3.org/2006/01/wsdl/in-out">
<wsdl:input element="name:SIN" />
<wsdl:output element="name:Name" />
</wsdl:operation>
</wsdl:interface>
</wsdl:description>
=======================================================================
==ant-test/validation-results.xml
=======================================================================
<?xml version="1.0" encoding="UTF-8"?>
<report>
<wsdl xmlns="http://www.w3.org/2006/06/wsdl/ValidationReport">
<identifier>http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Binding-1B</identifier>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-1B/BadBinding.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1045</key>
<message>The binding 'echoServiceSOAPBinding' does not define bindings
for the interface operation
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoXML'. When a binding
specifies an interface it must specify bindings for all of the interfaces
operations.</message>
</error>
</wsdl>
<wsdl xmlns="http://www.w3.org/2006/06/wsdl/ValidationReport">
<identifier>http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Binding-2B</identifier>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-2B/Echo.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>BindingFault-1050</key>
<message>The interface fault specified for this binding fault has already
been specified on another binding fault. Each binding fault within a binding
must specify a unique interface fault.</message>
</error>
</wsdl>
<wsdl xmlns="http://www.w3.org/2006/06/wsdl/ValidationReport">
<identifier>http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/documents/bad/Binding-3B</identifier>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1049</key>
<message>A binding with the name
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoServiceBinding' has
already been defined for the description component. All bindings defined in the
description component must have unique names.</message>
</error>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1045</key>
<message>The binding 'echoServiceBinding' does not define bindings for
the interface operation
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoXML'. When a binding
specifies an interface it must specify bindings for all of the interfaces
operations.</message>
</error>
<error>
<errorLocator>
=======================================================================
==ant-test/validation-results-without-ids.xml
=======================================================================
<?xml version='1.0' encoding='UTF-8'?>
<report xmlns='http://www.w3.org/2006/06/wsdl/ValidationReport'>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-1B/BadBinding.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1045</key>
<message>The binding 'echoServiceSOAPBinding' does not define
bindings for the interface operation
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoXML'. When a
binding specifies an interface it must specify bindings for all of the
interfaces operations.</message>
</error>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-2B/Echo.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>BindingFault-1050</key>
<message>The interface fault specified for this binding fault has already
been specified on another binding fault. Each binding fault within a binding
must specify a unique interface fault.</message>
</error>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1049</key>
<message>A binding with the name
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoServiceBinding'
has already been defined for the description component. All bindings defined
in the description component must have unique names.</message>
</error>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1045</key>
<message>The binding 'echoServiceBinding' does not define
bindings for the interface operation
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoXML'. When a
binding specifies an interface it must specify bindings for all of the
interfaces operations.</message>
</error>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
=======================================================================
==ant-test/documents-bad-report.xml
=======================================================================
<?xml version='1.0' encoding='UTF-8'?>
<report xmlns='http://www.w3.org/2006/06/wsdl/ValidationReport'>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-1B/BadBinding.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1045</key>
<message>The binding 'echoServiceSOAPBinding' does not define
bindings for the interface operation
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoXML'. When a
binding specifies an interface it must specify bindings for all of the
interfaces operations.</message>
</error>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-2B/Echo.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>BindingFault-1050</key>
<message>The interface fault specified for this binding fault has already
been specified on another binding fault. Each binding fault within a binding
must specify a unique interface fault.</message>
</error>
</wsdl>
<wsdl>
<uri>file:/C:/workspace/woden/woden/downloads/w3c/documents/bad/Binding-3B/NonUniqueBinding-Extended.wsdl</uri>
<success>false</success>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1049</key>
<message>A binding with the name
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoServiceBinding'
has already been defined for the description component. All bindings defined
in the description component must have unique names.</message>
</error>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
<key>Binding-1045</key>
<message>The binding 'echoServiceBinding' does not define
bindings for the interface operation
'{http://www.wso2.com/wsdl/2006/interop/EchoService}echoXML'. When a
binding specifies an interface it must specify bindings for all of the
interfaces operations.</message>
</error>
<error>
<errorLocator>
<lineNumber>0</lineNumber>
<columnNumber>0</columnNumber>
</errorLocator>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]