- From: Paul Downey via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Sep 2005 16:21:08 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/test-cases/w3c/2005Aug-0000
In directory hutz:/tmp/cvs-serv3252
Added Files:
fault.xml message.xml
Log Message:
test data supplied by Hugo Haas: http://lists.w3.org/Archives/Public/public-ws-addressing-tests/2005Aug/0000.html
--- NEW FILE: fault.xml ---
<?xml version='1.0' ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header>
<env:NotUnderstood qname="n:alertcontrol" xmlns:t="http://example.org/alertcontrol"/>
</env:Header>
<env:Body>
<env:Fault>
<env:Code>
<env:Value>env:MustUnderstand</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en-US">Header not understood</env:Text>
</env:Reason>
</env:Fault>
</env:Body>
</env:Envelope>
--- NEW FILE: message.xml ---
<?xml version='1.0' ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:MessageID>http://example.com/bd185f7f-30fd-4c9a-a8c1-3b1cdb37a5fe</wsa:MessageID>
<wsa:FaultTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
</wsa:FaultTo>
<wsa:To>http://example.com/R</wsa:To>
<wsa:Action>http://example.com/alertNotification</wsa:Action>
<!-- The following is a header which will not be understood -->
<n:alertcontrol xmlns:n="http://example.org/alertcontrol" env:mustUnderstand="true">
<n:priority>1</n:priority>
<n:expires>2001-06-22T14:00:00-05:00</n:expires>
</n:alertcontrol>
</env:Header>
<env:Body>
<m:alert xmlns:m="http://example.org/alert">
<m:msg>Pick up Mary at school at 2pm</m:msg>
</m:alert>
</env:Body>
</env:Envelope>
Received on Tuesday, 6 September 2005 16:21:14 UTC