- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jul 2007 20:33:18 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuite/documents/notify/soap12
In directory hutz:/tmp/cvs-serv18419/documents/notify/soap12
Added Files:
fault5.xml message0.xml message1.xml message10.xml
message2.xml message3.xml message4.xml message5.xml
message7.xml message8.xml message9.xml
Log Message:
Moved from cvs.w3.org
--- NEW FILE: message0.xml ---
<?xml version='1.0' ?>
<!-- $Id: message0.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message3.xml ---
<?xml version='1.0' ?>
<!-- $Id: message3.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:FaultTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
</wsa:FaultTo>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 3</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message10.xml ---
<?xml version='1.0' ?>
<!-- $Id: message10.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 1</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message5.xml ---
<?xml version='1.0' ?>
<!-- $Id: message5.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:FaultTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
</wsa:FaultTo>
<!-- The following is a header which will not be understood -->
<alertcontrol:alertcontrol xmlns:alertcontrol="http://example.org/alertcontrol" env:mustUnderstand="true">
<alertcontrol:priority>1</alertcontrol:priority>
<alertcontrol:expires>2001-06-22T14:00:00-05:00</alertcontrol:expires>
</alertcontrol:alertcontrol>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 5</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: fault5.xml ---
<?xml version='1.0' ?>
<!-- $Id: fault5.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header>
<env:NotUnderstood qname="alertcontrol:alertcontrol" xmlns:alertcontrol="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: message7.xml ---
<?xml version='1.0' ?>
<!-- $Id: message7.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
<wsa:ReferenceParameters xmlns:customer="http://example.org/customer">
<customer:CustomerKey>Key#123456789</customer:CustomerKey>
</wsa:ReferenceParameters>
</wsa:ReplyTo>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 2</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message9.xml ---
<?xml version='1.0' ?>
<!-- $Id: message9.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:customer="http://example.org/customer">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
<wsa:ReferenceParameters customer:level="premium">
<customer:CustomerKey>Key#123456789</customer:CustomerKey>
</wsa:ReferenceParameters>
<wsa:Metadata customer:total="1">
</wsa:Metadata>
<customer:Metadata>
<customer:extraStuff>This should be ignored</customer:extraStuff>
</customer:Metadata>
</wsa:ReplyTo>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 2</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message2.xml ---
<?xml version='1.0' ?>
<!-- $Id: message2.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
</wsa:ReplyTo>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 2</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message8.xml ---
<?xml version='1.0' ?>
<!-- $Id: message8.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
<wsa:Metadata>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/">
<!-- TBD: insert WSDL 1.1 here! -->
</definitions>
<description xmlns="http://www.w3.org/2006/01/wsdl">
<!-- TBD: insert WSDL 2.0 here! -->
</description>
</wsa:Metadata>
</wsa:ReplyTo>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 2</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message1.xml ---
<?xml version='1.0' ?>
<!-- $Id: message1.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:MessageID>urn:uuid:279372E6-3CD2-11DA-9ADE-001124761548</wsa:MessageID>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 1</m:notify>
</env:Body>
</env:Envelope>
--- NEW FILE: message4.xml ---
<?xml version='1.0' ?>
<!-- $Id: message4.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ -->
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://example.org/node/A</wsa:To>
<wsa:Action>http://example.org/action/notify</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
</wsa:ReplyTo>
<wsa:FaultTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
</wsa:FaultTo>
</env:Header>
<env:Body>
<m:notify xmlns:m="http://example.org/notify">Message 4</m:notify>
</env:Body>
</env:Envelope>
Received on Monday, 9 July 2007 20:33:21 UTC