2009-05-26 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Channels / soap-fault-incomplete.xml
1 <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope">
2   <s:Header>
3     <a:Action s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/fault</a:Action>
4     <a:To s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/anonymous</a:To>
5   </s:Header>
6   <s:Body>
7     <s:Fault>
8       <s:Code>
9         <s:Value>s:Sender</s:Value>
10       </s:Code>
11     </s:Fault>
12   </s:Body>
13 </s:Envelope>