2002/ws/desc/test-suite/results validation.xml,1.17,1.18 Validation.html,1.20,1.21 validation.xsl,1.3,1.4

Update of /sources/public/2002/ws/desc/test-suite/results
In directory hutz:/tmp/cvs-serv1090/test-suite/results

Modified Files:
	validation.xml Validation.html validation.xsl 
Log Message:
Refreshed Canon validation test results (http://lists.w3.org/Archives/Public/www-ws-desc/2006Dec/0002.html).
Fixed failure to color passing Good document testcases as green.

Index: validation.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/validation.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** validation.xsl	16 Nov 2006 14:26:29 -0000	1.3
--- validation.xsl	4 Dec 2006 18:27:38 -0000	1.4
***************
*** 75,84 ****
--- 75,91 ----
  					<xsl:choose>
  						<xsl:when test="@result='passed' and @identified-assertion">
+ 							<!-- Bad testcase, detected invalidity and reported the correct assertion number. -->
+ 							<xsl:attribute name="class">pass</xsl:attribute>
+ 						</xsl:when>
+ 						<xsl:when test="@result='passed' and not(../@violates-assertion)">
+ 							<!-- Good testcase, reported no assertion violations. -->
  							<xsl:attribute name="class">pass</xsl:attribute>
  						</xsl:when>
  						<xsl:when test="@result='passed'">
+ 							<!-- Bad testcase, detected invalidity but failed to report the correct assertion number. -->
  							<xsl:attribute name="class">warn</xsl:attribute>
  						</xsl:when>
  						<xsl:when test="@result='failed'">
+ 							<!-- Failed to detect bad document, or incorrectly flagged a good document. -->
  							<xsl:attribute name="class">fail</xsl:attribute>
  						</xsl:when>
***************
*** 119,125 ****
  			<xsl:variable name="vendor" select="@name"/>
  			<td>
! 				<xsl:variable name="passed" select="count(/summary/result/implementation[@vendor=$vendor][@result='passed' and @identified-assertion])"/>
  				<xsl:variable name="percentage-passed" select="$passed div $number"/>
! 				<xsl:variable name="warned" select="count(/summary/result/implementation[@vendor=$vendor][@result='passed' and not(@identified-assertion)])"/>
  				<xsl:variable name="percentage-warned" select="$warned div $number"/>
  				<xsl:variable name="failed" select="count(/summary/result/implementation[@vendor=$vendor][@result='failed'])"/>
--- 126,132 ----
  			<xsl:variable name="vendor" select="@name"/>
  			<td>
! 				<xsl:variable name="passed" select="count(/summary/result/implementation[@vendor=$vendor][@result='passed' and (@identified-assertion or not(../@violates-assertion))])"/>
  				<xsl:variable name="percentage-passed" select="$passed div $number"/>
! 				<xsl:variable name="warned" select="count(/summary/result/implementation[@vendor=$vendor][@result='passed' and not(@identified-assertion or not(../@violates-assertion))])"/>
  				<xsl:variable name="percentage-warned" select="$warned div $number"/>
  				<xsl:variable name="failed" select="count(/summary/result/implementation[@vendor=$vendor][@result='failed'])"/>

Index: Validation.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/Validation.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** Validation.html	1 Dec 2006 23:44:08 -0000	1.20
--- Validation.html	4 Dec 2006 18:27:38 -0000	1.21
***************
*** 6,11 ****
  					.fail {border-left:16px solid red}
  					.warn {border-left:16px solid yellow}
! 				</style></head><body><h1>Validation Results</h1><address>Generated December 1 2006,
! 						1525</address><table><thead><tr><td><strong>testcase</strong></td><td><strong>violates assertion</strong></td><td><strong>Woden</strong></td><td><strong>Canon</strong></td></tr></thead><tbody><tr><td></td><td></td><td><div style="border:1px solid black; width:201px; height:16px; font-size:x-small; font-weight:bold"><span style="position:absolute">25</span><img alt="11.26126126126126% passed" width="22.52252252252252" height="16" src="green.gif"><span style="position:absolute">87</span><img alt="39.189189189189186% passed" width="78.37837837837837" height="16" src="yellow.gif"><span style="position:absolute">88</span><img alt="39.63963963963964% failed" width="79.27927927927928" height="16" src="red.gif"><span style="position:absolute">&nbsp;(22)</span></div></td><td><div style="border:1px solid black; width:201px; height:16px; font-size:x-small; font-weight:bold"><span style="position:absolute">17</span><img alt="7.657657657657657% passed" width="15.315315315315313" height="16" src="green.gif"><spanstyle="position:absolute">89</span><img alt="40.090090090090094% passed" width="80.18018018018019" height="16" src="yellow.gif"><span style="position:absolute">50</span><img alt="22.52252252252252% failed" width="45.04504504504504" height="16" src="red.gif"><span style="position:absolute">&nbsp;(66)</span></div></td></tr><tr><td>Binding-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>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.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Binding-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a><hr>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.</div></td><td class="pass"><div class="errortext">Error: 
--- 6,11 ----
  					.fail {border-left:16px solid red}
  					.warn {border-left:16px solid yellow}
! 				</style></head><body><h1>Validation Results</h1><address>Generated December 4 2006,
! 						1024</address><table><thead><tr><td><strong>testcase</strong></td><td><strong>violates assertion</strong></td><td><strong>Woden</strong></td><td><strong>Canon</strong></td></tr></thead><tbody><tr><td></td><td></td><td><div style="border:1px solid black; width:201px; height:16px; font-size:x-small; font-weight:bold"><span style="position:absolute">80</span><img alt="36.03603603603604% passed" width="72.07207207207207" height="16" src="green.gif"><span style="position:absolute">32</span><img alt="14.414414414414415% passed" width="28.82882882882883" height="16" src="yellow.gif"><span style="position:absolute">88</span><img alt="39.63963963963964% failed" width="79.27927927927928" height="16" src="red.gif"><span style="position:absolute">&nbsp;(22)</span></div></td><td><div style="border:1px solid black; width:201px; height:16px; font-size:x-small; font-weight:bold"><span style="position:absolute">82</span><img alt="36.93693693693694% passed" width="73.87387387387388" height="16" src="green.gif"><span tyle="position:absolute">66</span><img alt="29.72972972972973% passed" width="59.45945945945946" height="16" src="yellow.gif"><span style="position:absolute">73</span><img alt="32.88288288288289% failed" width="65.76576576576578" height="16" src="red.gif"><span style="position:absolute">&nbsp;(1)</span></div></td></tr><tr><td>Binding-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>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.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Binding-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a><hr>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.</div></td><td class="pass"><div class="errortext">Error: 
***************
*** 16,33 ****
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Binding-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Binding-0061">Binding-0061</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Binding-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Binding-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr>An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</div></td><td class="missing"></td></tr><tr><td>Binding-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0056">Binding-0056</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0056">Binding-0056</a><hr>The type 'wsdl/http' specified for this binding is not an absolute IRI. The type must be absolute.</div></td><td class="missing"></td></tr><tr><td>BindingFault-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a><hr>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.</div></td><td class="missing"></td></tr><tr><td>BindingFaultReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0061">BindingFaultReference-0061</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="missing"></td></tr><tr><td>BindingFaultReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0007">MessageLabel-0007</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="missing"></td></tr><tr><td>BindingFaultReference-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0011">MessageLabel-0011</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="missing"></td></tr><tr><td>BindingMessageReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingMessageReference-0060">BindingMessageReference-0060</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingMessageReference-0060">BindingMessageReference-0060</a><hr>A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</div></td><td class="missing"></td></tr><tr><td>BindingMessageReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0006">MessageLabel-0006</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingMessageReference-0060">BindingMessageReference-0060</a><hr>A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</div></td><td class="missing"></td></tr><tr><td>BindingMessageReference-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0010">MessageLabel-0010</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>BindingOperation-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingOperation-0059">BindingOperation-0059</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Chameleon-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/getBalance/customer/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Chameleon-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a></td><td class="warn"><div class="errortext">Error: 
--- 16,45 ----
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Binding-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Binding-0061">Binding-0061</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Binding-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Binding-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr>An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr></div></td></tr><tr><td>Binding-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0056">Binding-0056</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0056">Binding-0056</a><hr>The type 'wsdl/http' specified for this binding is not an absolute IRI. The type must be absolute.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>BindingFault-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a><hr>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.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFault-0058">BindingFault-0058</a><hr></div></td></tr><tr><td>BindingFaultReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0061">BindingFaultReference-0061</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>BindingFaultReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0007">MessageLabel-0007</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>BindingFaultReference-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0011">MessageLabel-0011</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingFaultReference-0062">BindingFaultReference-0062</a><hr>The binding fault reference must reference an defined interface fault reference.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>BindingMessageReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingMessageReference-0060">BindingMessageReference-0060</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingMessageReference-0060">BindingMessageReference-0060</a><hr>A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>BindingMessageReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0006">MessageLabel-0006</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingMessageReference-0060">BindingMessageReference-0060</a><hr>A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>BindingMessageReference-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0010">MessageLabel-0010</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>BindingOperation-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#BindingOperation-0059">BindingOperation-0059</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Chameleon-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/getBalance/customer/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Chameleon-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a></td><td class="warn"><div class="errortext">Error: 
***************
*** 36,45 ****
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/getBalance/account/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a><hr></div></td></tr><tr><td>Chat-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr>An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr></div></td></tr><tr><td>Chat-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'chatSOAPBinding' does not define bindings for the interface operation '{http://example.org/chat.wsdl}say'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Description-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0001">Import-0001</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Description-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-0025">Description-0025</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-0025">Description-0025</a><hr>The target namespace 'example.org/Description' is not an absolute IRI. The target namespace must be an absolute IRI.</div></td><td class="missing"></td></tr><tr><td>Echo-2B</td><td>--</td></tr><tr><td>HTTPBinding-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBinding-2600001">HTTPBinding-2600001</a></td><td class="missing"></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr></div></td></tr><tr><td>HTTPBinding-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingFault-2606003">HTTPBindingFault-2606003</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingOperation-2604001">HTTPBindingOperation-2604001</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingOperation-2604001">HTTPBindingOperation-2604001</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/w/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingOperation-5066">HTTPBindingOperation-5066</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPHeader-5068">HTTPHeader-5068</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPHeader-5069">HTTPHeader-5069</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPSerialization-2607011">HTTPSerialization-2607011</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Import-1B</td><td><a href="http://dev.w3.org/cvswe/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Schema-0019">Schema-0019</a><hr>The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
--- 48,59 ----
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/getBalance/account/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a><hr></div></td></tr><tr><td>Chat-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0054">Binding-0054</a><hr>An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Chat-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'chatSOAPBinding' does not define bindings for the interface operation '{http://example.org/chat.wsdl}say'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Description-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0001">Import-0001</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Description-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-0025">Description-0025</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-0025">Description-0025</a><hr>The target namespace 'example.org/Description' is not an absolute IRI. The target namespace must be an absolute IRI.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-0025">Description-0025</a><hr></div></td></tr><tr><td>Echo-2B</td><td>--</td></tr><tr><td>HTTPBinding-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBinding-2600001">HTTPBinding-2600001</a></td><td class="missing"></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>HTTPBinding-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingFault-2606003">HTTPBindingFault-2606003</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingOperation-2604001">HTTPBindingOperation-2604001</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPBindingOperation-2604001">HTTPBindingOperation-2604001</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wdl20-adjuncts.html#HTTPBindingOperation-5066">HTTPBindingOperation-5066</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPHeader-5068">HTTPHeader-5068</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPHeader-5069">HTTPHeader-5069</a></td><td class="missing"></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#HTTPSerialization-2607011">HTTPSerialization-2607011</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Import-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/202/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Schema-0019">Schema-0019</a><hr>The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
***************
*** 52,78 ****
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Import-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0070">Import-0070</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Import-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-1400001">Import-1400001</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Import-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0003">Import-0003</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Import-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL501">WSDL501</a><hr>Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Import-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Include-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Include-0069">Include-0069</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Include-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Include-1400000">Include-1400000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL501">WSDL501</a><hr>Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Interface-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0031">Interface-0031</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0031">Interface-0031</a><hr>The styleDefault attribute contains the IRI 'wsdl/style/iri', which is not absolute. All IRIs specified for styleDefault must be absolute.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr>This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr></div></td></tr><tr><td>Interface-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr>This interface extends itself via the extended interface '{http://example.org/}myInterface2'. An interface cannot appear in the list of interfaces it extends.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr>This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr></div></td></tr><tr><td>Interface-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0028">Interface-0028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Interface-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0030">Interface-0030</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>InterfaceFault-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFault-1203000">InterfaceFault-1203000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>InterfaceFault-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFault-0033">InterfaceFault-0033</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>InterfaceFault-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFault-0033">InterfaceFault-0033</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>InterfaceFaultReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFaultReferece-0044">InterfaceFaultReference-0044</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>InterfaceFaultReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFaultReference-0045">InterfaceFaultReference-0045</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>InterfaceMessageReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0039">MessageLabel-0039</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>InterfaceMessageReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0040">InterfaceMessageReference-0040</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>InterfaceMessageReference-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0042">InterfaceMessageReference-0042</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0042">InterfaceMessageReference-0042</a><hr>An interface message reference with the message label 'myLabel' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</div></td><td class="missing"></td></tr><tr><td>InterfaceMessageReference-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-1205003">InterfaceMessageReference-1205003</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>InterfaceOperation-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-0036">InterfaceOperation-0036</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
--- 66,109 ----
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Import-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0070">Import-0070</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Import-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-1400001">Import-1400001</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Import-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0003">Import-0003</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Import-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL501">WSDL501</a><hr>Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a><hr></div></td></tr><tr><td>Import-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Import-0072">Import-0072</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Include-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Include-0069">Include-0069</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Include-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Include-1400000">Include-1400000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL501">WSDL501</a><hr>Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Interface-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0031">Interface-0031</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0031">Interface-0031</a><hr>The styleDefault attribute contains the IRI 'wsdl/style/iri', which is not absolute. All IRIs specified for styleDefault must be absolute.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0031">Interface-0031</a><hr></div></td></tr><tr><td>Interface-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr>This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr></div></td></tr><tr><td>Interface-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr>This interface extends itself via the extended interface '{http://example.org/}myInterface2'. An interface cannot appear in the list of interfaces it extends.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr>This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr></div></td></tr><tr><td>Interface-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0028">Interface-0028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0027">Interface-0027</a><hr></div></td></tr><tr><td>Interface-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Interface-0030">Interface-0030</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>InterfaceFault-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFault-1203000">InterfaceFault-1203000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceFault-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFault-0033">InterfaceFault-0033</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceFault-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFault-0033">InterfaceFault-0033</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceFaultReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFaultReference-0044">InterfaceFaultReference-0044</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceFaultReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceFaultReference-0045">InterfaceFaultReference-0045</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceMessageReference-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MessageLabel-0039">MessageLabel-0039</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceMessageReference-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0040">InterfaceMessageReference-0040</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceMessageReference-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0042">InterfaceMessageReference-0042</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0042">InterfaceMessageReference-0042</a><hr>An interface message reference with the message label 'myLabel' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>InterfaceMessageReference-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-1205003">InterfaceMessageReference-1205003</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceOperation-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-0036">InterfaceOperation-0036</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
***************
*** 81,141 ****
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceOperation-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-1204000">InterfaceOperation-1204000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MEP-0037">MEP-0037</a><hr>The message exchange pattern 'wsdl/in-out' is not absolute. A message exchange pattern must be identified by an absolute IRI.</div></td><td class="missing"></td></tr><tr><td>InterfaceOperation-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-1204001">InterfaceOperation-1204001</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>InterfaceOperation-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-0036">InterfaceOperation-0036</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>InterfaceOperation-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-0036">InterfaceOperation-0036</a></td><td class="fail"><div><b>Actual:</b> no error</dv></td><td class="missing"></td></tr><tr><td>IRI-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5028">IRIStyle-5028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5028">IRIStyle-5028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5028">IRIStyle-5028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>IRI-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5029">IRIStyle-5029</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5030">IRIStyle-5030</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5031">IRIStyle-5031</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IIStyle-5032">IRIStyle-5032</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-9B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-10B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-11B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/des/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-12B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-13B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-14B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>IRI-15B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>IRI-16B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Location-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0076">Location-0076</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Location-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0076">Location-0076</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Location-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0076">Location-0076</a></td><td class="fail"><div><b>Actual:</b> o error</div></td><td class="missing"></td></tr><tr><td>Location-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0077">Location-0077</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="missing"></td></tr><tr><td>Location-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0077">Location-0077</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="missing"></td></tr><tr><td>Location-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-1700000">Location-1700000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="missing"></td></tr><tr><td>Location-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-1700000">Location-1700000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="missing"></td></tr><tr><td>Multipart-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5035">MultipartStyle-5035</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5035">MultipartStyle-5035</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5035">MultipartStyle-5035</a></td><td class="ail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Multipart-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5036">MultipartStyle-5036</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5081">MultipartStyle-5081</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5082">MultipartStyle-5082</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-7B</td><td><a href="http://dev.w3.org/vsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5082">MultipartStyle-5082</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5037">MultipartStyle-5037</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-9B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5038">MultipartStyle-5038</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-10B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5039">MultipartStyle-5039</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5008">RPCStyle-5008</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5008">RPCStyle-5008</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5009">RPCStyle-5009</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5010">RPCStyle-5010</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RCStyle-5011">RPCStyle-5011</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5012">RPCStyle-5012</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5013">RPCStyle-5013</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5014">RPCStyle-5014</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-9B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/sdl20/wsdl20-adjuncts.html#RPCStyle-5015">RPCStyle-5015</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-10B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5017">RPCStyle-5017</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-11B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5017">RPCStyle-5017</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-12B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5019">RPCStyle-5019</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-13B</td><td><a href="http://dev.w3.or/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5019">RPCStyle-5019</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-14B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5016">RPCStyle-5016</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>RPC-15B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5018">RPCStyle-5018</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-17B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5021">WRPC-5021</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>RPC-18B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5022">WRPC-5022</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>RPC-19B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>RPC-20B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>RPC-21B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a><hr></div></td></tr><tr><td>RPC-22B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a><hr></div></td></tr><tr><td>RPC-23B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a><hr></div></td></tr><tr><td>RPC-24B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a><hr></div></td></tr><tr><td>RPC-25B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5026">WRPC-5026</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-26B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5026">WRPC-5026</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-27B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5027">WRPC-5027</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL510">WSDL510</a><hr>Could not create a QName from the string "#return" within the string of QNames "{1}".</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-28B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5007">RPCStyle-5007</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Schema-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0017">Schema-0017</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0017">Schema-0017</a><hr>The XML schema imported from 'Schema.xsd' must specify a target namespace.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</div></td><td class="missing"></td></tr><tr><td>Schema-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</div></td><td class="missing"></td></tr><tr><td>Schema-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300000">Types-1300000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Schema-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300000">Types-1300000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Schema-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300000">Types-1300000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="missing"></td></tr><tr><td>Schema-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0018">Schema-0018</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0018">Schema-0018</a><hr>The element '{http://example.org}element' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</div></td><td class="missing"></td></tr><tr><td>Schema-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0018">Schema-0018</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Schema-0018b">Schema-0018b</a><hr>The type '{http://example.org}type' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</div></td><td class="missing"></td></tr><tr><td>Service-12B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-13B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL505">WSDL505</a><hr>Could not create a QName from the string "EchoSOAPBinding" in element "{http://www.w3.org/2006/01/wsdl}endpoint".</div></td><td class="warn"><div class="errortext">Error: 
- 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-14B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr>The address 'services/EchoService' specified for this endpoint is not an absolute IRI. The address must be absolute.</div></td><td class="pass"><div class="errortext">Error: 
- 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr></div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr></div></td></tr><tr><td>Service-15B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr>The address '' specified for this endpoint is not an absolute IRI. The address must be absolute.</div></td><td class="pass"><div class="errortext">Error: 
- 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr></div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr></div></td></tr><tr><td>Service-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL505">WSDL505</a><hr>Could not create a QName from the string "EchoInterface" in element "{http://www.w3.org/2006/01/wsdl}service".</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Service-0063">Service-0063</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Service-0063">Service-0063</a><hr>A service with the name '{http://example.org/Service}EchoService' has already been defined for the description component. All services defined in the description component must have unique names.</div></td><td class="missing"></td></tr><tr><td>Service-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'NotEchoSOAPBinding' does not define bindings for the interface operation '{http://example.org/Service}NotEcho'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a><hr>The binding 'org.apache.woden.internal.wsdl20.BindingImpl@1e70e82d' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@1f03682d' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@18dca82d' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</div></td><td class="missing"></td></tr><tr><td>UnknownExtension-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>TicketAgent-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-1201005">Description-1201005</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>wsdlx-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300005">Types-1300005</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>wsdlx-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300006">Types-1300006</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>wsdlx-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0022">Schema-0022</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'binding' does not define bindings for the interface operation '{http://example.org/}operation'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="missing"></td></tr><tr><td>wsdlx-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300005">Types-1300005</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>wsdlx-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300006">Types-1300006</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Chameleon-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-2G</td><td>--</td><td class="arn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-4G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Compound1-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>CreditCardFaults-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Echo-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Echo-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0042">InterfaceMessageReference-0042</a><hr>An interface message reference with the message label 'Out' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</div></td><td class="missing"></td></tr><tr><td>EchoComplexDocLit-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>GreatH-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>GreatH-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>GreatH-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>HTTPBinding-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a><hr>The binding 'org.apache.woden.internal.wsdl20.BindingImpl@684a82e' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@ceba82e' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@9aa282e' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Import-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Import-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>ImportedWSDL-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actal:</b> no error</div></td></tr><tr><td>Include-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnlyMEP-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-4G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-5G</td><td>--</td><td class="warn"><div><b>Actual:</b> n error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-6G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-7G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>LocationTemplate-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}/{month}/{day}/{time}-{time}.html".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}/{month}.html?day={day};start={time};end={time}".</div><div class="errortext">Error: 
--- 112,185 ----
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>InterfaceOperation-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-1204000">InterfaceOperation-1204000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#MEP-0037">MEP-0037</a><hr>The message exchange pattern 'wsdl/in-out' is not absolute. A message exchange pattern must be identified by an absolute IRI.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>InterfaceOperation-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-1204001">InterfaceOperation-1204001</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>InterfaceOperation-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-0036">InterfaceOperation-0036</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>InterfaceOperation-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceOperation-0036">InterfaceOperation-0036</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>IRI-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5028">IRIStyle-5028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5028">IRIStyle-5028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5028">IRIStyle-5028</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>IRI-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5029">IRIStyle-5029</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5030">IRIStyle-5030</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5031">IRIStyle-5031</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IIStyle-5032">IRIStyle-5032</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-9B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-10B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-11B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/des/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-12B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-13B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-14B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-15B</td><td><a href="http://dev.w3.rg/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-16B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#IRIStyle-5034">IRIStyle-5034</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Location-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0076">Location-0076</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Location-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0076">Location-0076</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Location-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0076">Location-0076</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Location-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0077">Location-0077</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Location-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-0077">Location-0077</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Location-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-1700000">Location-1700000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Location-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Location-1700000">Location-1700000</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Multipart-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5035">MultipartStyle-5035</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5035">MultipartStyle-5035</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5035">MultipartStyle-5035</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Multipart-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5036">MultipartStyle-5036</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5081">MultipartStyle-5081</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5082">MultipartStyle-5082</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-7B</td><td><a href="http://dev.w3.org/vsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5082">MultipartStyle-5082</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5037">MultipartStyle-5037</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-9B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5038">MultipartStyle-5038</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-10B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#MultipartStyle-5039">MultipartStyle-5039</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5008">RPCStyle-5008</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5008">RPCStyle-5008</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5009">RPCStyle-5009</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5010">RPCStyle-5010</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RCStyle-5011">RPCStyle-5011</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5012">RPCStyle-5012</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5013">RPCStyle-5013</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-8B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5014">RPCStyle-5014</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-9B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/sdl20/wsdl20-adjuncts.html#RPCStyle-5015">RPCStyle-5015</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-10B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5017">RPCStyle-5017</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-11B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5017">RPCStyle-5017</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-12B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5019">RPCStyle-5019</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-13B</td><td><a href="http://dev.w3.or/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5019">RPCStyle-5019</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-14B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5016">RPCStyle-5016</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>RPC-15B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5018">RPCStyle-5018</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-17B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5021">WRPC-5021</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-18B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5022">WRPC-5022</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-19B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRC-5023">WRPC-5023</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>RPC-20B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-21B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a><hr></div></td></tr><tr><td>RPC-22B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-23B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-24B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-25B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5026">WRPC-5026</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-26B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5026">WRPC-5026</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-27B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5027">WRPC-5027</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL510">WSDL510</a><hr>Could not create a QName from the string "#return" within the string of QNames "{1}".</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-28B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#RPCStyle-5007">RPCStyle-5007</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Schema-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0017">Schema-0017</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0017">Schema-0017</a><hr>The XML schema imported from 'Schema.xsd' must specify a target namespace.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Schema-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0052">Schema-0052</a><hr>The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Schema-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300000">Types-1300000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Schema-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300000">Types-1300000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Schema-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300000">Types-1300000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr>A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>Schema-6B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0018">Schema-0018</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0018">Schema-0018</a><hr>The element '{http://example.org}element' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Schema-7B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0018">Schema-0018</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Schema-0018b">Schema-0018b</a><hr>The type '{http://example.org}type' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Service-12B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-13B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL505">WSDL505</a><hr>Could not create a QName from the string "EchoSOAPBinding" in element "{http://www.w3.org/2006/01/wsdl}endpoint".</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-14B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr>The address 'services/EchoService' specified for this endpoint is not an absolute IRI. The address must be absolute.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr></div></td></tr><tr><td>Service-15B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr>The address '' specified for this endpoint is not an absolute IRI. The address must be absolute.</div></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0064">Endpoint-0064</a><hr></div></td></tr><tr><td>Service-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL505">WSDL505</a><hr>Could not create a QName from the string "EchoInterface" in element "{http://www.w3.org/2006/01/wsdl}service".</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-resolution-1219000">QName-resolution-1219000</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#QName-0002">QName-0002</a><hr></div></td></tr><tr><td>Service-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Service-0063">Service-0063</a></td><td class="pass"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Service-0063">Service-0063</a><hr>A service with the name '{http://example.org/Service}EchoService' has already been defined for the description component. All services defined in the description component must have unique names.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Service-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a></td><td class="pass"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'NotEchoSOAPBinding' does not define bindings for the interface operation '{http://example.org/Service}NotEcho'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a><hr>The binding 'org.apache.woden.internal.wsdl20.BindingImpl@1e70e82d' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@1f03682d' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@18dca82d' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>UnknownExtension-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>TicketAgent-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Description-1201005">Description-1201005</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0016">Schema-0016</a><hr></div></td></tr><tr><td>wsdlx-1B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300005">Types-1300005</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>wsdlx-2B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300006">Types-1300006</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>wsdlx-3B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Schema-0022">Schema-0022</a></td><td class="warn"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'binding' does not define bindings for the interface operation '{http://example.org/}operation'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>wsdlx-4B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300005">Types-1300005</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>wsdlx-5B</td><td><a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Types-1300006">Types-1300006</a></td><td class="fail"><div><b>Actual:</b> no error</div></td><td class="fail"><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Chameleon-4G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Compound1-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>CreditCardFaults-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Echo-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Echo-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#InterfaceMessageReference-0042">InterfaceMessageReference-0042</a><hr>An interface message reference with the message label 'Out' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>EchoComplexDocLit-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>GreatH-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>GreatH-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>GreatH-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>HTTPBinding-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a><hr>The binding 'org.apache.woden.internal.wsdl20.BindingImpl@684a82e' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@ceba82e' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@9aa282e' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Import-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Import-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>ImportedWSDL-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Include-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnlyMEP-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</iv></td></tr><tr><td>Interface-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-4G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-5G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-6G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Interface-7G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td cass="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>IRI-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>LocationTemplate-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}/{month}/{day}/{time}-{time}.html".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}/{month}.html?day={day};start={time};end={time}".</div><div class="errortext">Error: 
***************
*** 143,161 ****
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}.html?start={time}".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}.html?timezone=utc".</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}".</div></td><td class="missing"></td></tr><tr><td>MessageTest-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?op=EchoInt;int={int};".</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>MessageTest-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName};last={LastName}".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName}".</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</div></td><td class="missing"></td></tr><tr><td>MessageTest-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>MessageTest-4G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>MessageTest-5G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>ModuleComposition-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Multipart-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn">div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>MultipleInlineSchemas-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5023">WRPC-5023</a><hr></div></td></tr><tr><td>RPC-4G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5024">WRPC-5024</a><hr></div></td></tr><tr><td>RPC-5G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>RPC-6G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WRPC-5025">WRPC-5025</a><hr></div></td></tr><tr><td>Schema-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Schema-0019">Schema-0019</a><hr>The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>SchemaId-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL521">WSDL521</a><hr>Could not parse an inline schema in the WSDL at URL "file:/D:/workspaces/WSD2/woden/downloads/w3c/documents/good/SchemaId-1G/schemaIds.wsdl".</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>SchemaLocationFragment-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Service-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Service-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Service-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>ServiceReference-1G</td><td>--</td><td class="warn"><div><b>Atual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>SparqlQuery-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>SparqlQuerySimplified-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="missing"></td></tr><tr><td>Storage-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}silentStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-4G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}store'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-5G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>TicketAgent-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>UnknownExtension-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>UnknownExtension-2G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no rror</div></td></tr><tr><td>WeathSvc-1G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>WSAddressing-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a><hr>The binding 'org.apache.woden.internal.wsdl20.BindingImpl@455fa826' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@42e2e826' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@4fcb6826' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</div></td><td class="missing"></td></tr><tr><td>XsImport-1G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>XsImport-2G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>XsImport-3G</td><td>--</td><td class="warn"><div><b>Actual:</b> no error</div></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-1G</td><td>--</td><td class="missing"></td<td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-2G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-3G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-4G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-1G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-2G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-3G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-4G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-1G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><t><td>InOutComplexTypes-2G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-3G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-4G</td><td>--</td><td class="missing"></td><td class="warn"><div><b>Actual:</b> no error</div></td></tr></tbody></table></body></html>
\ No newline at end of file
--- 187,210 ----
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}.html?start={time}".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}.html?timezone=utc".</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}".</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>MessageTest-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?op=EchoInt;int={int};".</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>MessageTest-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName};last={LastName}".</div><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName}".</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL506">WSDL506</a><hr>Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>MessageTest-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>MessageTest-4G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>MessageTest-5G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>ModuleComposition-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Multipart-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>MultipleInlineSchemas-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><di><b>Actual:</b> no error</div></td></tr><tr><td>RPC-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-4G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-5G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>RPC-6G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Schema-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#Schema-0019">Schema-0019</a><hr>The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>SchemaId-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#WSDL521">WSDL521</a><hr>Could not parse an inline schema in the WSDL at URL "file:/D:/workspaces/WSD2/woden/downloads/w3c/documents/good/SchemaId-1G/schemaIds.wsdl".</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>SchemaLocationFragment-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Service-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Service-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Service-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>ServiceReference-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>SparqlQuery-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>SparqlQuerySimplified-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
  									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}silentStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-2G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>Storage-4G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Binding-0055">Binding-0055</a><hr>The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}store'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>Storage-5G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>TicketAgent-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>UnknownExtension-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>UnknownExtension-2G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>WeathSvc-1G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>WSAddressing-1G</td><td>--</td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20.html#Endpoint-0066">Endpoint-0066</a><hr>The binding 'org.apache.woden.internal.wsdl20.BindingImpl@455fa826' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@42e2e826' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@4fcb6826' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</div></td><td class="fail"><div class="errortext">Error: 
! 									<a href="http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html#"></a><hr></div></td></tr><tr><td>XsImport-1G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>XsImport-2G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>XsImport-3G</td><td>--</td><td class="pass"><div><b>Actual:</b> no error</div></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-1G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-2G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-3G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOnly-4G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-1G</td><td>--</d><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-2G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-3G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOut-4G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-1G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-2G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-3G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr><tr><td>InOutComplexTypes-4G</td><td>--</td><td class="missing"></td><td class="pass"><div><b>Actual:</b> no error</div></td></tr></tbody></table></body></html>
\ No newline at end of file

Index: validation.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/validation.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** validation.xml	1 Dec 2006 23:44:08 -0000	1.17
--- validation.xml	4 Dec 2006 18:27:38 -0000	1.18
***************
*** 1,3 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="validation.xsl"?>
! <summary xmlns:tm="http://www.w3.org/2006/02/wsdl/TestMetadata" xmlns:report="http://www.w3.org/2006/06/wsdl/ValidationReport"><vendors><vendor name="Woden"/><vendor name="Canon"/></vendors><result name="Binding-1B" violates-assertion="Binding-0055"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0055">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.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="Binding-2B" violates-assertion="BindingFault-0058"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingFault-0058">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 nterface fault.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="BindingFault-0058"/></implementation></result><result name="Binding-3B" violates-assertion="Binding-0057"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0057">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.</error><error key="Binding-0055">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.</error><error key="Binding-0055">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.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Binding-4B" violates-assertion="Binding-0061"><implementation vendor="Woden" result="passed"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="Binding-5B" violates-assertion="Binding-0054"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></iplementation><implementation vendor="Canon"/></result><result name="Binding-6B" violates-assertion="Binding-0054"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0054">An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</error></implementation><implementation vendor="Canon"/></result><result name="Binding-7B" violates-assertion="Binding-0056"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0056">The type 'wsdl/http' specified for this binding is not an absolute IRI. The type must be absolute.</error></implementation><implementation vendor="Canon"/></result><result name="BindingFault-1B" violates-assertion="BindingFault-0058"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingFault-0058">The interface fault specified for this binding fault has already been pecified on another binding fault. Each binding fault within a binding must specify a unique interface fault.</error></implementation><implementation vendor="Canon"/></result><result name="BindingFaultReference-1B" violates-assertion="BindingFaultReference-0061"><implementation vendor="Woden" result="passed"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon"/></result><result name="BindingFaultReference-2B" violates-assertion="MessageLabel-0007"><implementation vendor="Woden" result="passed"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation<implementation vendor="Canon"/></result><result name="BindingFaultReference-3B" violates-assertion="MessageLabel-0011"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon"/></result><result name="BindingMessageReference-1B" violates-assertion="BindingMessageReference-0060"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingMessageReference-0060">A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</error></implementation><implementation vendor="Canon"/></result><result name="BindingMessageReference-2B" violates-assertion="MessageLabel-0006"><implementation vendor="Woden" result="passed"><error key="BindingMessgeReference-0060">A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</error></implementation><implementation vendor="Canon"/></result><result name="BindingMessageReference-3B" violates-assertion="MessageLabel-0010"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="BindingOperation-1B" violates-assertion="BindingOperation-0059"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In orderto reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="Chameleon-1B" violates-assertion="Schema-0016"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/getBalance/customer/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Schema-0016"/></implementation></result><result name="Chameleon-2B" violates-assertion="Import-0072"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-016">A component in the XML Schema namespace 'http://example.org/getBalance/customer/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/getBalance/account/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Import-0072"/></implementation></result><result name="Chat-1B" violates-assertion="Binding-0054"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0054">An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</error</implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Binding-0054"/></implementation></result><result name="Chat-2B" violates-assertion="Binding-0055"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0055">The binding 'chatSOAPBinding' does not define bindings for the interface operation '{http://example.org/chat.wsdl}say'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Description-1B" violates-assertion="Import-0001"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Description-2B" violates-assertion="Description-0025"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Description-0025">The target namespace 'example.org/Description' is not an absoute IRI. The target namespace must be an absolute IRI.</error></implementation><implementation vendor="Canon"/></result><result name="Echo-2B"/><result name="HTTPBinding-1B" violates-assertion="HTTPBinding-2600001"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"><error key="Binding-0054"/></implementation></result><result name="HTTPBinding-2B" violates-assertion="HTTPBindingFault-2606003"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-3B" violates-assertion="HTTPBindingOperation-2604001"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-4B" violates-assertion="HTTPBindingOperation-2604001"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-5B" violates-assertion="HTTPBindingOperation-5066"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><resul name="HTTPBinding-6B" violates-assertion="HTTPHeader-5068"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-7B" violates-assertion="HTTPHeader-5069"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-8B" violates-assertion="HTTPSerialization-2607011"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Import-1B" violates-assertion="Schema-0016"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0019">The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defied inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Schema-0016"/></implementation></result><result name="Import-2B" violates-assertion="Import-0072"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema naespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Import-0072"/></implementation></result><result name="Import-3B" violates-assertion="Schema-0016"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></impementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Schema-0016"/></implementation></result><result name="Import-4B" violates-assertion="Import-0070"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Import-5B" violates-assertion="Import-1400001"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Import-6B" violates-assertion="Import-0003"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Import-7B" violates-assertion="Import-0072"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to refernce components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="Import-8B" violates-assertion="Import-0072"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Include-1B" violates-assertion="Include-0069"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Include-2B" violates-assertion="Include-1400000"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchea}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="Interface-1B" violates-assertion="Interface-0031"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Interface-0031">The styleDefault attribute contains the IRI 'wsdl/style/iri', which is not absolute. All IRIs specified for styleDefault must be absolute.</error></implementation><implementation vendor="Canon" result="failed"/></result><result nam="Interface-2B" violates-assertion="Interface-0027"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Interface-0027">This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Interface-0027"/></implementation></result><result name="Interface-3B" violates-assertion="Interface-0027"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Interface-0027">This interface extends itself via the extended interface '{http://example.org/}myInterface2'. An interface cannot appear in the list of interfaces it extends.</error><error key="Interface-0027">This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</error></implementation><implementaton vendor="Canon" result="passed" identified-assertion="true"><error key="Interface-0027"/></implementation></result><result name="Interface-4B" violates-assertion="Interface-0028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Interface-5B" violates-assertion="Interface-0030"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="InterfaceFault-1B" violates-assertion="InterfaceFault-1203000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceFault-2B" violates-assertion="InterfaceFault-0033"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/><result><result name="InterfaceFault-3B" violates-assertion="InterfaceFault-0033"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="InterfaceFaultReference-1B" violates-assertion="InterfaceFaultReference-0044"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceFaultReference-2B" violates-assertion="InterfaceFaultReference-0045"><implementation vendor="Woden" result="assed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceMessageReference-1B" violates-assertion="MessageLabel-0039"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="anon"/></result><result name="InterfaceMessageReference-2B" violates-assertion="InterfaceMessageReference-0040"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceMessageReference-3B" violates-assertion="InterfaceMessageReference-0042"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="InterfaceMessageReference-0042">An interface message reference with the message label 'myLabel' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceMessageReference-4B" violates-assertin="InterfaceMessageReference-1205003"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceOperation-1B" violates-assertion="InterfaceOperation-0036"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to refeence components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceOperation-2B" violates-assertion="InterfaceOperation-0035"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-001"/></implementation></result><result name="InterfaceOperation-3B" violates-assertion="InterfaceOperation-1204000"><implementation vendor="Woden" result="passed"><error key="MEP-0037">The message exchange pattern 'wsdl/in-out' is not absolute. A message exchange pattern must be identified by an absolute IRI.</error></implementation><implementation vendor="Canon"/></result><result name="InterfaceOperation-4B" violates-assertion="InterfaceOperation-1204001"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="InterfaceOperation-5B" violates-assertion="InterfaceOperation-0036"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="InterfaceOperation-6B" violates-assertion="InterfaceOperation-0036"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="IRI-1B" violates-assertion="IRIStyle-5028"><implementation vendor="Woden" result="failed"/><implementation vendor="Cann" result="failed"/></result><result name="IRI-2B" violates-assertion="IRIStyle-5028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-3B" violates-assertion="IRIStyle-5028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="IRI-4B" violates-assertion="IRIStyle-5029"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-5B" violates-assertion="IRIStyle-5030"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-6B" violates-assertion="IRIStyle-5031"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-7B" violates-assertion="IRIStyle-5032"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/</result><result name="IRI-8B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-9B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-10B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-11B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-12B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-13B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-14B" violates-asserion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="IRI-15B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="IRI-16B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Location-1B" violates-assertion="Location-0076"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Location-2B" violates-assertion="Location-0076"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Location-3B" violates-assertion="Location-0076"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Location-4B" violates-assertion="Location-077"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon"/></result><result name="Location-5B" violates-assertion="Location-0077"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon"/></result><result name="Location-6B" violates-assertion="Location-1700000"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon"/></result><result name="Location-7B" violates-assertion="Location-1700000"><implementation vendor="Woden" result="assed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon"/></result><result name="Multipart-1B" violates-assertion="MultipartStyle-5035"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-2B" violates-assertion="MultipartStyle-5035"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-3B" violates-assertion="MultipartStyle-5035"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Multipart-4B" violates-assertion="MultipartStyle-5036"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-5B" violates-assertion="MultipartStyle-5081"><impementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-6B" violates-assertion="MultipartStyle-5082"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-7B" violates-assertion="MultipartStyle-5082"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-8B" violates-assertion="MultipartStyle-5037"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-9B" violates-assertion="MultipartStyle-5038"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-10B" violates-assertion="MultipartStyle-5039"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-1B" violates-assertion="RPCStyle-008"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-2B" violates-assertion="RPCStyle-5008"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-3B" violates-assertion="RPCStyle-5009"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-4B" violates-assertion="RPCStyle-5010"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-5B" violates-assertion="RPCStyle-5011"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-6B" violates-assertion="RPCStyle-5012"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-7B" violates-assertion="RPCStyle-5013"><implementatio vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-8B" violates-assertion="RPCStyle-5014"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-9B" violates-assertion="RPCStyle-5015"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-10B" violates-assertion="RPCStyle-5017"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-11B" violates-assertion="RPCStyle-5017"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-12B" violates-assertion="RPCStyle-5019"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-13B" violates-assertion="RPCStyle-5019"><implementation vendor="Woden" result="failed"/><implementatin vendor="Canon" result="failed"/></result><result name="RPC-14B" violates-assertion="RPCStyle-5016"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="RPC-15B" violates-assertion="RPCStyle-5018"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-17B" violates-assertion="WRPC-5021"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="WRPC-5023"/></implementation></result><result name="RPC-18B" violates-assertion="WRPC-5022"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="WRPC-5023"/></implementation></result><result name="RPC-19B" violates-assertion="WRPC-5023"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5023"/></implementaton></result><result name="RPC-20B" violates-assertion="WRPC-5023"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5023"/></implementation></result><result name="RPC-21B" violates-assertion="WRPC-5024"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5024"/></implementation></result><result name="RPC-22B" violates-assertion="WRPC-5024"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5024"/></implementation></result><result name="RPC-23B" violates-assertion="WRPC-5025"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5025"/></implementation></result><result name="RPC-24B" violates-assertion="WRPC-5025"><implementation vendor="Woden" result="failed"/>implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5025"/></implementation></result><result name="RPC-25B" violates-assertion="WRPC-5026"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-26B" violates-assertion="WRPC-5026"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-27B" violates-assertion="WRPC-5027"><implementation vendor="Woden" result="passed"><error key="WSDL510">Could not create a QName from the string "#return" within the string of QNames "{1}".</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-28B" violates-assertion="RPCStyle-5007"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Schema-1B" violates-assertion="Schema0017"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0017">The XML schema imported from 'Schema.xsd' must specify a target namespace.</error><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</error></implementation><implementation vendor="Canon"/></result><result name="Schema-2B" violates-assertion="Schema-0052"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</error></implementation><implementation vendor="Canon"/></result><result name="Schema-3B" violates-assertion="Types-1300000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In orde to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="Schema-4B" violates-assertion="Types-1300000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespae the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="Schema-5B" violates-assertion="Types-1300000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon"/></result><result name="Schema-6B" violates-assertion="Schema-0018"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0018">The element '{http://example.org}element' ha already been defined in another inline XML Schema with the target namespace 'http://example.org'.</error></implementation><implementation vendor="Canon"/></result><result name="Schema-7B" violates-assertion="Schema-0018"><implementation vendor="Woden" result="passed"><error key="Schema-0018b">The type '{http://example.org}type' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</error></implementation><implementation vendor="Canon"/></result><result name="Service-12B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/><error key="QName-0002"/></implementation></result><result name="Service-13B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="passed"><error key="WSDL505">Could not create a QName from the string "EchoSOAPBinding" in element "{http://www.w3.org/2006/01/wsdl}endpoint".</error></implementation><mplementation vendor="Canon" result="passed"><error key="QName-0002"/><error key="QName-0002"/></implementation></result><result name="Service-14B" violates-assertion="Endpoint-0064"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Endpoint-0064">The address 'services/EchoService' specified for this endpoint is not an absolute IRI. The address must be absolute.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Endpoint-0064"/><error key="Endpoint-0064"/></implementation></result><result name="Service-15B" violates-assertion="Endpoint-0064"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Endpoint-0064">The address '' specified for this endpoint is not an absolute IRI. The address must be absolute.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Endpoint-0064"/><error key="Endpoint-0064"/></implementation></resut><result name="Service-1B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="passed"><error key="WSDL505">Could not create a QName from the string "EchoInterface" in element "{http://www.w3.org/2006/01/wsdl}service".</error></implementation><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Service-2B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Service-3B" violates-assertion="Service-0063"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Service-0063">A service with the name '{http://example.org/Service}EchoService' has already been defined for the description component. All services defined in the description component must have unique names.</error></implementation><implementation vendor="Canon"/></result><resultname="Service-4B" violates-assertion="Endpoint-0066"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0055">The binding 'NotEchoSOAPBinding' does not define bindings for the interface operation '{http://example.org/Service}NotEcho'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error><error key="Endpoint-0066">The binding 'org.apache.woden.internal.wsdl20.BindingImpl@1e70e82d' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@1f03682d' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@18dca82d' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</error></implementation><implementation vendor="Canon"/></result><result name="UnknownExtension-1B" violates-assertion=""><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" esult="passed"><error key=""/></implementation></result><result name="TicketAgent-1B" violates-assertion="Description-1201005"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="wsdlx-1B" violates-assertion="Types-1300005"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="wsdlx-2B" violates-assertion="Types-1300006"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="wsdlx-3B" violates-assertion="Schema-0022"><implementation vendor="Woden" result="passed"><error key="Binding-0055">The binding 'binding' does not define bindings for the interface operation '{http://example.org/}operation'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon"/></result><result name="wsdlx-4B" violates-assertion="Typs-1300005"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="wsdlx-5B" violates-assertion="Types-1300006"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon"/></result><result name="Chameleon-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Chameleon-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Chameleon-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Chameleon-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Compound1-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="CreditCardFaults-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Caon" result="passed"/></result><result name="Echo-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Echo-2G"><implementation vendor="Woden" result="failed"><error key="InterfaceMessageReference-0042">An interface message reference with the message label 'Out' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</error></implementation><implementation vendor="Canon"/></result><result name="EchoComplexDocLit-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="GreatH-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="GreatH-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="GreatH-3G"><implementation vendor="Woden" result="passed"/><implementaton vendor="Canon" result="failed"><error key="WRPC-5023"/></implementation></result><result name="HTTPBinding-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="HTTPBinding-2G"><implementation vendor="Woden" result="failed"><error key="Endpoint-0066">The binding 'org.apache.woden.internal.wsdl20.BindingImpl@684a82e' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@ceba82e' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@9aa282e' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="Import-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Import-2G"><implementation vendor="Woden" result="passed"/><implementaion vendor="Canon" result="passed"/></result><result name="ImportedWSDL-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Include-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="InOnlyMEP-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-5G"><implementation vndor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-6G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-7G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="IRI-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="IRI-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="IRI-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="LocationTemplate-1G"><implementation vendor="Woden" result="failed"><error key="WSDL506">Could not create a URI from the string "datespace/{year}/{month}/{day}/{time}-{time}.html".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}/{month}.tml?day={day};start={time};end={time}".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}/{month}.html".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}.html?start={time}".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}.html?timezone=utc".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}".</error></implementation><implementation vendor="Canon"/></result><result name="MessageTest-1G"><implementation vendor="Woden" result="failed"><error key="WSDL506">Could not create a URI from the string "?op=EchoInt;int={int};".</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="MessageTest-2G"><implementation vendor="Woden" result="failed"><error key="WSDL506">Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</error><error key="WSDL506">Could not create a UI from the string "?first={FirstName};last={LastName}".</error><error key="WSDL506">Could not create a URI from the string "?first={FirstName}".</error><error key="WSDL506">Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</error></implementation><implementation vendor="Canon"/></result><result name="MessageTest-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon"/></result><result name="MessageTest-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon"/></result><result name="MessageTest-5G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon"/></result><result name="ModuleComposition-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon"/></result><result name="Multipart-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Multipart-2G"><implementation vendor="Woden" result="passe"/><implementation vendor="Canon" result="passed"/></result><result name="Multipart-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="MultipleInlineSchemas-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key="WRPC-5023"/></implementation></result><result name="RPC-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key="WRPC-5024"/></implementation></result><result name="RPC-5G"><implementation vendor="Woden" result="passed"/><implementation vendor="Caon" result="failed"><error key=""/></implementation></result><result name="RPC-6G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key="WRPC-5025"/></implementation></result><result name="Schema-1G"><implementation vendor="Woden" result="failed"><error key="Schema-0019">The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="SchemaId-1G"><implementation vendor="Woden" result="failed"><error key="WSDL521">Could not parse an inline schema in the WSDL at URL "file:/D:/workspaces/WSD2/woden/downloads/w3c/documents/good/SchemaId-1G/schemaIds.wsdl".</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="SchemaLocationFragment-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Service-1G"><imlementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Service-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Service-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="ServiceReference-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="SparqlQuery-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="SparqlQuerySimplified-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon"/></result><result name="Storage-1G"><implementation vendor="Woden" result="failed"><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specfies an interface it must specify bindings for all of the interfaces operations.</error><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}silentStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="Storage-2G"><implementation vendor="Woden" result="failed"><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="Storage-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Storage-4G"><implementation vendr="Woden" result="failed"><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}store'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="Storage-5G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="TicketAgent-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="UnknownExtension-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="UnknownExtension-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="WeathSvc-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passe"/></result><result name="WSAddressing-1G"><implementation vendor="Woden" result="failed"><error key="Endpoint-0066">The binding 'org.apache.woden.internal.wsdl20.BindingImpl@455fa826' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@42e2e826' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@4fcb6826' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</error></implementation><implementation vendor="Canon"/></result><result name="XsImport-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="XsImport-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="XsImport-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-1G"><implementation vendor="Woden"/><implementaton vendor="Canon" result="passed"/></result><result name="InOnly-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-3G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-4G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-3G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-4G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-2G"><implementation vendor=Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-3G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-4G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result></summary>
\ No newline at end of file
--- 1,3 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="validation.xsl"?>
! <summary xmlns:tm="http://www.w3.org/2006/02/wsdl/TestMetadata" xmlns:report="http://www.w3.org/2006/06/wsdl/ValidationReport"><vendors><vendor name="Woden"/><vendor name="Canon"/></vendors><result name="Binding-1B" violates-assertion="Binding-0055"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0055">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.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="Binding-2B" violates-assertion="BindingFault-0058"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingFault-0058">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 nterface fault.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="BindingFault-0058"/></implementation></result><result name="Binding-3B" violates-assertion="Binding-0057"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0057">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.</error><error key="Binding-0055">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.</error><error key="Binding-0055">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.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Binding-4B" violates-assertion="Binding-0061"><implementation vendor="Woden" result="passed"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Binding-5B" violates-assertion="Binding-0054"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be importe or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="Binding-6B" violates-assertion="Binding-0054"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0054">An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Binding-0054"/></implementation></result><result name="Binding-7B" violates-assertion="Binding-0056"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0056">The type 'wsdl/http' specified for this binding is not an absolute IRI. The type must be absolute.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="BindingFalt-1B" violates-assertion="BindingFault-0058"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingFault-0058">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.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="BindingFault-0058"/></implementation></result><result name="BindingFaultReference-1B" violates-assertion="BindingFaultReference-0061"><implementation vendor="Woden" result="passed"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="BindingFaultReference-B" violates-assertion="MessageLabel-0007"><implementation vendor="Woden" result="passed"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="BindingFaultReference-3B" violates-assertion="MessageLabel-0011"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindingFaultReference-0062">The binding fault reference must reference an defined interface fault reference.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="BindingMessageReference-1B" violates-assertion="BindingMessageReference-0060"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="BindinMessageReference-0060">A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="BindingMessageReference-2B" violates-assertion="MessageLabel-0006"><implementation vendor="Woden" result="passed"><error key="BindingMessageReference-0060">A binding message reference has already been specified for the interface message reference 'In'. Each binding message reference within a binding operation component must specify a unique interface message reference.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="BindingMessageReference-3B" violates-assertion="MessageLabel-0010"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XL Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="BindingOperation-1B" violates-assertion="BindingOperation-0059"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="Chameleon-1B" violates-assertion="Schema-0016"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0016">A component in the XML Schem namespace 'http://example.org/getBalance/customer/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Schema-0016"/></implementation></result><result name="Chameleon-2B" violates-assertion="Import-0072"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/getBalance/customer/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/getBalanc/account/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Import-0072"/></implementation></result><result name="Chat-1B" violates-assertion="Binding-0054"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0054">An interface has not been specified for a binding that specifies operation or fault details. An interface must be specified when operation or fault details are specified.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Chat-2B" violates-assertion="Binding-0055"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0055">The binding 'chatSOAPBinding' does not define bindings for the interface operation '{http://eample.org/chat.wsdl}say'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Description-1B" violates-assertion="Import-0001"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Description-2B" violates-assertion="Description-0025"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Description-0025">The target namespace 'example.org/Description' is not an absolute IRI. The target namespace must be an absolute IRI.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Description-0025"/></implementation></result><result name="Echo-2B"/><result name="HTTPBinding-1B" violates-assertion="HTTPBinding-2600001"><implementation vendor="Woden"/><mplementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="HTTPBinding-2B" violates-assertion="HTTPBindingFault-2606003"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-3B" violates-assertion="HTTPBindingOperation-2604001"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-4B" violates-assertion="HTTPBindingOperation-2604001"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-5B" violates-assertion="HTTPBindingOperation-5066"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-6B" violates-assertion="HTTPHeader-5068"><implementation vendor="Woden"/><implementation vendor="Canon" result="failed"/></result><result name="HTTPBinding-7B" violates-assertion="HTTPHeader-5069"><implementation vendor="Woden"/><implementaton vendor="Canon" result="failed"/></result><result name="HTTPBinding-8B" violates-assertion="HTTPSerialization-2607011"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Import-1B" violates-assertion="Schema-0016"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0019">The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported ordefined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Schema-0016"/></implementation></result><result name="Import-2B" violates-assertion="Import-0072"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" resut="passed" identified-assertion="true"><error key="Import-0072"/></implementation></result><result name="Import-3B" violates-assertion="Schema-0016"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/name' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Schema-0016"/></implementation></result><result name="Import-4B" violates-assertion="Import-0070"><implementation vendor="Woden" result="failed"/><implementation endor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Import-5B" violates-assertion="Import-1400001"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Import-6B" violates-assertion="Import-0003"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Import-7B" violates-assertion="Import-0072"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" element, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inlie.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/EchoImpl' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Import-0072"/></implementation></result><result name="Import-8B" violates-assertion="Import-0072"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Include-1B" violates-assertion="Include-0069"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Include-2B" violates-assertion="Include-1400000"><implementation vendor="Woden" result="passed"><error key="WSDL501">Expected a "{http://www.w3.org/2006/01/wsdl}description" lement, but found a "{http://www.w3.org/2001/XMLSchema}schema" element instead.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Echo' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Interface-1B" violates-assertion="Interface-0031"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Interface-0031">The styleDefault attribute contains the IRI 'wsdl/style/iri', which is not absolute. All IRIs specified for styleDefault must be abolute.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Interface-0031"/></implementation></result><result name="Interface-2B" violates-assertion="Interface-0027"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Interface-0027">This interface extends itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Interface-0027"/></implementation></result><result name="Interface-3B" violates-assertion="Interface-0027"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Interface-0027">This interface extends itself via the extended interface '{http://example.org/}myInterface2'. An interface cannot appear in the list of interfaces it extends.</error><error key="Interface-0027">This interface extend itself via the extended interface '{http://example.org/}myInterface'. An interface cannot appear in the list of interfaces it extends.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Interface-0027"/></implementation></result><result name="Interface-4B" violates-assertion="Interface-0028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="Interface-0027"/></implementation></result><result name="Interface-5B" violates-assertion="Interface-0030"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="InterfaceFault-1B" violates-assertion="InterfaceFault-1203000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schemanamespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceFault-2B" violates-assertion="InterfaceFault-0033"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceFault-3B" violates-assertion="InterfaceFault-0033"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceFaultReference-1B" violates-assertion="InterfaceFaultReference-0044"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</eror><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceFaultReference-2B" violates-assertion="InterfaceFaultReference-0045"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or dfined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceMessageReference-1B" violates-assertion="MessageLabel-0039"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceMessageReference-2B" violates-assertion="InterfaceMessageReference-0040"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be importe or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceMessageReference-3B" violates-assertion="InterfaceMessageReference-0042"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="InterfaceMessageReference-0042">An interface message reference with the message label 'myLabel' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="InterfaceMessageReference-4B" violates-assertion="InterfaceMessageReference-1205003"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be importe or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceOperation-1B" violates-assertion="InterfaceOperation-0036"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceOperation-2B" violate-assertion="InterfaceOperation-0035"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://www.wso2.com/schemas/2006/interop/EchoService' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="InterfaceOperation-3B" violates-assertion="InterfaceOperation-1204000"><implementation vendor="Woden" result="passed"><error key="MEP-0037">The message exchange pattern 'wsdl/in-out' is not absolute. A message exchangepattern must be identified by an absolute IRI.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="InterfaceOperation-4B" violates-assertion="InterfaceOperation-1204001"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="InterfaceOperation-5B" violates-assertion="InterfaceOperation-0036"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="InterfaceOperation-6B" violates-assertion="InterfaceOperation-0036"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="IRI-1B" violates-assertion="IRIStyle-5028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-2B" violates-assertion="IRStyle-5028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-3B" violates-assertion="IRIStyle-5028"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="IRI-4B" violates-assertion="IRIStyle-5029"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-5B" violates-assertion="IRIStyle-5030"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-6B" violates-assertion="IRIStyle-5031"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-7B" violates-assertion="IRIStyle-5032"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-8B" violates-assertion="IRIStyle-5034"><implemntation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-9B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-10B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-11B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-12B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-13B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-14B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implmentation vendor="Canon" result="failed"/></result><result name="IRI-15B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="IRI-16B" violates-assertion="IRIStyle-5034"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Location-1B" violates-assertion="Location-0076"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Location-2B" violates-assertion="Location-0076"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Location-3B" violates-assertion="Location-0076"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Location-4B" violates-assertion="Locaion-0077"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Location-5B" violates-assertion="Location-0077"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Location-6B" violates-assertion="Location-1700000"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon" result="passed"<error key=""/></implementation></result><result name="Location-7B" violates-assertion="Location-1700000"><implementation vendor="Woden" result="passed"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/Echo' that is specified on the import element.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Multipart-1B" violates-assertion="MultipartStyle-5035"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-2B" violates-assertion="MultipartStyle-5035"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-3B" violates-assertion="MultipartStyle-5035"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Multipart-4B" violates-assertion="MultiprtStyle-5036"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-5B" violates-assertion="MultipartStyle-5081"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-6B" violates-assertion="MultipartStyle-5082"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-7B" violates-assertion="MultipartStyle-5082"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-8B" violates-assertion="MultipartStyle-5037"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-9B" violates-assertion="MultipartStyle-5038"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Multipart-10B" violtes-assertion="MultipartStyle-5039"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-1B" violates-assertion="RPCStyle-5008"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-2B" violates-assertion="RPCStyle-5008"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-3B" violates-assertion="RPCStyle-5009"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-4B" violates-assertion="RPCStyle-5010"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-5B" violates-assertion="RPCStyle-5011"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-6B" violates-assertion"RPCStyle-5012"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-7B" violates-assertion="RPCStyle-5013"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-8B" violates-assertion="RPCStyle-5014"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-9B" violates-assertion="RPCStyle-5015"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-10B" violates-assertion="RPCStyle-5017"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-11B" violates-assertion="RPCStyle-5017"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-12B" violates-assertion="RPCStyle-5019"><implementation vendor="Woden" esult="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-13B" violates-assertion="RPCStyle-5019"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-14B" violates-assertion="RPCStyle-5016"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="RPC-15B" violates-assertion="RPCStyle-5018"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-17B" violates-assertion="WRPC-5021"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-18B" violates-assertion="WRPC-5022"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-19B" violates-assertion="WRPC-5023"><implementation vendor="Woden" result="failed"/<implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5023"/></implementation></result><result name="RPC-20B" violates-assertion="WRPC-5023"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-21B" violates-assertion="WRPC-5024"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="WRPC-5024"/></implementation></result><result name="RPC-22B" violates-assertion="WRPC-5024"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-23B" violates-assertion="WRPC-5025"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-24B" violates-assertion="WRPC-5025"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""></implementation></result><result name="RPC-25B" violates-assertion="WRPC-5026"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-26B" violates-assertion="WRPC-5026"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="RPC-27B" violates-assertion="WRPC-5027"><implementation vendor="Woden" result="passed"><error key="WSDL510">Could not create a QName from the string "#return" within the string of QNames "{1}".</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="RPC-28B" violates-assertion="RPCStyle-5007"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Schema-1B" violates-assertion="Schema-0017"><implementation vendor="Woden" result="passed" identified-assertion="true"<error key="Schema-0017">The XML schema imported from 'Schema.xsd' must specify a target namespace.</error><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Schema-2B" violates-assertion="Schema-0052"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0052">The imported XML Schema is not defined with the namespace 'http://example.org/schema/' that is specified on the import element.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Schema-3B" violates-assertion="Types-1300000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not availble. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="Schema-4B" violates-assertion="Types-1300000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is no available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="Schema-5B" violates-assertion="Types-1300000"><implementation vendor="Woden" result="passed"><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error><error key="Schema-0016">A component in the XML Schema namespace 'http://example.org/Person/' has been referenced but this namespace is not available. In order to reference components from a XML Schema namespace the namespace must be imported or defined inline.</error></implementation><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="Shema-6B" violates-assertion="Schema-0018"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Schema-0018">The element '{http://example.org}element' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="Schema-7B" violates-assertion="Schema-0018"><implementation vendor="Woden" result="passed"><error key="Schema-0018b">The type '{http://example.org}type' has already been defined in another inline XML Schema with the target namespace 'http://example.org'.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="Service-12B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Service-13B" violates-assertion="QName-resolution-1219000"><implementatin vendor="Woden" result="passed"><error key="WSDL505">Could not create a QName from the string "EchoSOAPBinding" in element "{http://www.w3.org/2006/01/wsdl}endpoint".</error></implementation><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Service-14B" violates-assertion="Endpoint-0064"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Endpoint-0064">The address 'services/EchoService' specified for this endpoint is not an absolute IRI. The address must be absolute.</error></implementation><implementation vendor="Canon" result="passed" identified-assertion="true"><error key="Endpoint-0064"/></implementation></result><result name="Service-15B" violates-assertion="Endpoint-0064"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Endpoint-0064">The address '' specified for this endpoint is not an absolute IRI. The address must be absolute.</error></implementation><implementatin vendor="Canon" result="passed" identified-assertion="true"><error key="Endpoint-0064"/></implementation></result><result name="Service-1B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="passed"><error key="WSDL505">Could not create a QName from the string "EchoInterface" in element "{http://www.w3.org/2006/01/wsdl}service".</error></implementation><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Service-2B" violates-assertion="QName-resolution-1219000"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="QName-0002"/></implementation></result><result name="Service-3B" violates-assertion="Service-0063"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Service-0063">A service with the name '{http://example.org/Service}EchoService' has already been defined for the description component. All services defined in the descrption component must have unique names.</error></implementation><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="Service-4B" violates-assertion="Endpoint-0066"><implementation vendor="Woden" result="passed" identified-assertion="true"><error key="Binding-0055">The binding 'NotEchoSOAPBinding' does not define bindings for the interface operation '{http://example.org/Service}NotEcho'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error><error key="Endpoint-0066">The binding 'org.apache.woden.internal.wsdl20.BindingImpl@1e70e82d' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@1f03682d' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@18dca82d' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</error></implementation><implementation vndor="Canon" result="passed"><error key=""/></implementation></result><result name="UnknownExtension-1B" violates-assertion=""><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key=""/></implementation></result><result name="TicketAgent-1B" violates-assertion="Description-1201005"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="passed"><error key="Schema-0016"/></implementation></result><result name="wsdlx-1B" violates-assertion="Types-1300005"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="wsdlx-2B" violates-assertion="Types-1300006"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="wsdlx-3B" violates-assertion="Schema-0022"><implementation vendor="Woden" result="passed"><error key="Binding-0055">The binding 'binding' does not define bindings for the interface operation '{http:/example.org/}operation'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="failed"/></result><result name="wsdlx-4B" violates-assertion="Types-1300005"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="wsdlx-5B" violates-assertion="Types-1300006"><implementation vendor="Woden" result="failed"/><implementation vendor="Canon" result="failed"/></result><result name="Chameleon-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Chameleon-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Chameleon-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Chameleon-4G"><implementation vendor="Woden" result="passed"/><implementaton vendor="Canon" result="passed"/></result><result name="Compound1-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="CreditCardFaults-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Echo-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="Echo-2G"><implementation vendor="Woden" result="failed"><error key="InterfaceMessageReference-0042">An interface message reference with the message label 'Out' has already been defined. An interface message reference must have a unique message label within the interface operation that contains it.</error></implementation><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="EchoComplexDocLit-1G"><implementation vendor="Woden" result="passed"/><impleentation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="GreatH-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="GreatH-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="GreatH-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="HTTPBinding-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="HTTPBinding-2G"><implementation vendor="Woden" result="failed"><error key="Endpoint-0066">The binding 'org.apache.woden.internal.wsdl20.BindingImpl@684a82e' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@ceba82e' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@9aa282e' specified by the service. he binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</error></implementation><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="Import-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Import-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="ImportedWSDL-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Include-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="InOnlyMEP-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></reult><result name="Interface-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-5G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-6G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Interface-7G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="IRI-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="IRI-2G"><implementation vendor="Woden" result="passed"/><implementation vendor=Canon" result="passed"/></result><result name="IRI-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="LocationTemplate-1G"><implementation vendor="Woden" result="failed"><error key="WSDL506">Could not create a URI from the string "datespace/{year}/{month}/{day}/{time}-{time}.html".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}/{month}.html?day={day};start={time};end={time}".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}/{month}.html".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}.html?start={time}".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}.html?timezone=utc".</error><error key="WSDL506">Could not create a URI from the string "datespace/{year}.html?passphrase={{4(^$@!}}4^@*}}".</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="MessageTst-1G"><implementation vendor="Woden" result="failed"><error key="WSDL506">Could not create a URI from the string "?op=EchoInt;int={int};".</error></implementation><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="MessageTest-2G"><implementation vendor="Woden" result="failed"><error key="WSDL506">Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</error><error key="WSDL506">Could not create a URI from the string "?first={FirstName};last={LastName}".</error><error key="WSDL506">Could not create a URI from the string "?first={FirstName}".</error><error key="WSDL506">Could not create a URI from the string "?first={FirstName};middle={MiddleName};last={LastName}".</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="MessageTest-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result nme="MessageTest-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="MessageTest-5G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="ModuleComposition-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Multipart-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Multipart-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Multipart-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="MultipleInlineSchemas-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-1G"><implementation vendor="oden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-4G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-5G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="RPC-6G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Schema-1G"><implementation vendor="Woden" result="failed"><error key="Schema-0019">The XML schema does not define a target namespace. A target namespace must be defined on all WSDL 2.0 inlined XML Schemas.</error></implementation><implementation vendor="Canon" result="passed"/></result><resul name="SchemaId-1G"><implementation vendor="Woden" result="failed"><error key="WSDL521">Could not parse an inline schema in the WSDL at URL "file:/D:/workspaces/WSD2/woden/downloads/w3c/documents/good/SchemaId-1G/schemaIds.wsdl".</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="SchemaLocationFragment-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Service-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="Service-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="Service-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="ServiceReference-1G"><implementation vendor="Woden" result="passe"/><implementation vendor="Canon" result="passed"/></result><result name="SparqlQuery-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="SparqlQuerySimplified-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="Storage-1G"><implementation vendor="Woden" result="failed"><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}silentStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"/></result<result name="Storage-2G"><implementation vendor="Woden" result="failed"><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}acknowledgedStorage'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="Storage-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="Storage-4G"><implementation vendor="Woden" result="failed"><error key="Binding-0055">The binding 'storageBinding' does not define bindings for the interface operation '{http://example.org/soapStorage}store'. When a binding specifies an interface it must specify bindings for all of the interfaces operations.</error></implementation><implementation vendor="Canon" result="passed"/></result><result name="Storage-5G"><implementaton vendor="Woden" result="passed"/><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="TicketAgent-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="UnknownExtension-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="UnknownExtension-2G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="WeathSvc-1G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="WSAddressing-1G"><implementation vendor="Woden" result="failed"><error key="Endpoint-0066">The binding 'org.apache.woden.internal.wsdl20.BindingImpl@455fa826' specified for this endpoint specifies the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl@42e2e826' and not the interface 'org.apache.woden.internal.wsdl20.InterfaceImpl4fcb6826' specified by the service. The binding specified for this endpoint must either not specify an interface or specify the same interface as the service.</error></implementation><implementation vendor="Canon" result="failed"><error key=""/></implementation></result><result name="XsImport-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="XsImport-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="XsImport-3G"><implementation vendor="Woden" result="passed"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-3G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOnly-4G"><implementation vendr="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-3G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOut-4G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-1G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-2G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-3G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result><result name="InOutComplexTypes-4G"><implementation vendor="Woden"/><implementation vendor="Canon" result="passed"/></result></ummary>
\ No newline at end of file

Received on Monday, 4 December 2006 18:28:26 UTC