Skip to main content
summaryrefslogtreecommitdiffstats
blob: dc34593927efbe28b230a0c0564f073309858d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<testcase name="2032-2">
  <description>
    This is an example of a non-conformant wsdl that should fail test assertion BP2022.
    The name attribute value on the Soapbind:fault element does not match the name 
    attribute value specified on the parent element wsdl:fault element.
    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="BP2032" tadID="SSBP10"/>
	<assertion id="BP2032" tadID="AP10"/>
  </expectedFailures>
</testcase>

Back to the top