Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7c053a245b3e20e753ca001275ebd265840bb841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<testcase name="sampleAppCatalog">
  <description>
    This is the WS-I Sample Application demonstrating attachment support.
    This should validate against the WS-I Attachments Profile.
    However, this should fail to conform to the WS-I Simple Soap Binding Profile.
  </description>
  <expectedFailures>
	<assertion id="SSBP2403" tadID="SSBP10"/>
  </expectedFailures>
</testcase>

Back to the top