Skip to main content
summaryrefslogtreecommitdiffstats
blob: 359bafcd49137b7ec39c1c44839c8651e64c3498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<testcase name="2010-1">
  <description>
    This is an example of a non-conformant wsdl that fails test assertion BP2010.
    Note this assertion is caught by the base WSDL validator.
    So this assertion should be disabled when running in conjunction with the
    base validator.
  </description>
  <expectedFailures>
	<assertion id="BP2010" tadID="SSBP10"/>
	<assertion id="BP2010" tadID="AP10"/>
  </expectedFailures>
</testcase>

Back to the top