Skip to main content
summaryrefslogtreecommitdiffstats
blob: d7f15092f2bcc3f8e312c3bf2c3266c83deae129 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<testcase name="2021-6">
  <description>
    This is an example of a non-conformant wsdl that should fail test assertion BP2021.
    Soapbind:headerfault element does not have a part attribute.
    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="BP2021" tadID="SSBP10"/>
	<assertion id="BP2021" tadID="AP10"/>
  </expectedFailures>
</testcase>

Back to the top