2004/ws/addressing/testsuite/documents/notify/soap11 fault5.xml,NONE,1.1 message0.xml,NONE,1.1 message1.xml,NONE,1.1 message10.xml,NONE,1.1 message2.xml,NONE,1.1 message3.xml,NONE,1.1 message4.xml,NONE,1.1 message5.xml,NONE,1.1 message7.xml,NONE,1.1 message8.xml,NONE,1.1 message9.xml,NONE,1.1

Update of /sources/public/2004/ws/addressing/testsuite/documents/notify/soap11
In directory hutz:/tmp/cvs-serv18419/documents/notify/soap11

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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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>
  <!-- The following is a header which will not be understood -->
  <alertcontrol:alertcontrol xmlns:alertcontrol="http://example.org/alertcontrol" env:mustUnderstand="1">
   <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 $ -->
<soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/">
  <soap11:Header>
    <soap11:NotUnderstood qname="alertcontrol:alertcontrol" xmlns:alertcontrol="http://example.org/alertcontrol"/>
  </soap11:Header>
  <soap11:Body>
    <soap11:Fault>
      <faultcode>soap11:MustUnderstand</faultcode>
      <faultstring>Mandatory Header error.</faultstring>
      <faultactor>http://example.com/node/B</faultactor>
    </soap11:Fault>
  </soap11:Body>
</soap11: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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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://schemas.xmlsoap.org/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