- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jul 2007 20:33:17 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuite/documents/alertcontrol In directory hutz:/tmp/cvs-serv18419/documents/alertcontrol Added Files: fault.xml message.xml Log Message: Moved from cvs.w3.org --- 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 Monday, 9 July 2007 20:33:21 UTC