Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8d5cc43146c57c1b363d30111ec98930cd922a53 (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-4">
  <description>
    This is an example of a non-conformant wsdl that should fail test assertion BP2021.
    Soapbind:header element uses parts 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