2004/ws/addressing/testsuite/documents/epr epr1.xml,NONE,1.1 epr2.xml,NONE,1.1 epr3.xml,NONE,1.1

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

Added Files:
	epr1.xml epr2.xml epr3.xml 
Log Message:
Moved from cvs.w3.org

--- NEW FILE: epr1.xml ---
<?xml version='1.0' ?>
<!-- $Id: epr1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ -->
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <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:EndpointReference>

--- NEW FILE: epr2.xml ---
<?xml version='1.0' ?>
<!-- $Id: epr2.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ -->
<wsa:EndpointReference xmlns:customer="http://example.org/customer"
    xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
   <wsa:ReferenceParameters>
    <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:EndpointReference>

--- NEW FILE: epr3.xml ---
<?xml version='1.0' ?>
<!-- $Id: epr3.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ -->
<wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <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: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:EndpointReference>

Received on Monday, 9 July 2007 20:33:21 UTC