You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ki...@apache.org on 2005/08/03 16:38:37 UTC

svn commit: r227229 [1/2] - /webservices/muse/trunk/src/examples/enterprise/requests/responses/

Author: kidz
Date: Wed Aug  3 07:38:24 2005
New Revision: 227229

URL: http://svn.apache.org/viewcvs?rev=227229&view=rev
Log:
responses to test requests 

Added:
    webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateBusinessProcessResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateEnterpriseApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateHostResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateIntegrationServerResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCumulativeTime_ApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCurrentMessageForTopic_IntegrationServerResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyCreationTime_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyDiscovery_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagebilityCapability_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_ApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_HostResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse1.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse2.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyOwner_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertySupportedTypes_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_HostResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_IntegrationServerResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse1.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse2.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/RemoveRelationship_IntegrationServerToBPResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/Resume_BPResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/SetRelationship_IntegrationServerToBPResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/StartOperationalEvents_ApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/StopOperationalEvents_ApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToCreateRelationship_IntegrationServerResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyRelationship_IntegrationServerResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyResource_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToOperationalEvent_ApplicationResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribetoCreateResource_ResourceAdminResponse.xml
    webservices/muse/trunk/src/examples/enterprise/requests/responses/Suspend_BPResponse.xml

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateBusinessProcessResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateBusinessProcessResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateBusinessProcessResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateBusinessProcessResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1695c5c0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/properties/CreateResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:CreateResponse xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties">
+    <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+     <add:Address>http://localhost:8080/muse/services/businessprocesstype</add:Address>
+     <add:ReferenceProperties>
+      <bus:ResourceID xmlns:bus="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype2</bus:ResourceID>
+     </add:ReferenceProperties>
+     <add:PortType xmlns:bus="http://ws.apache.org/muse/example/businessprocesstype">bus:BusinessProcessTypePortType</add:PortType>
+     <add:ServiceName PortName="businessprocesstype"/>
+    </add:EndpointReference>
+   </prop:CreateResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateEnterpriseApplicationResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateEnterpriseApplicationResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateEnterpriseApplicationResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateEnterpriseApplicationResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,22 @@
+ <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:176598e0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/properties/CreateResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:CreateResponse xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties">
+    <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+     <add:Address>http://localhost:8080/muse/services/application</add:Address>
+     <add:ReferenceProperties>
+      <app:ResourceID xmlns:app="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application2</app:ResourceID>
+     </add:ReferenceProperties>
+     <add:PortType xmlns:app="http://ws.apache.org/muse/example/application">app:ApplicationPortType</add:PortType>
+     <add:ServiceName PortName="application"/>
+    </add:EndpointReference>
+   </prop:CreateResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateHostResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateHostResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateHostResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateHostResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,22 @@
+ <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1827b060-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/properties/CreateResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:CreateResponse xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties">
+    <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+     <add:Address>http://localhost:8080/muse/services/host</add:Address>
+     <add:ReferenceProperties>
+      <host:ResourceID xmlns:host="http://ws.apache.org/muse/example/host">{http://ws.apache.org/muse/example/host}host2</host:ResourceID>
+     </add:ReferenceProperties>
+     <add:PortType xmlns:host="http://ws.apache.org/muse/example/host">host:HostPortType</add:PortType>
+     <add:ServiceName PortName="host"/>
+    </add:EndpointReference>
+   </prop:CreateResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateIntegrationServerResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateIntegrationServerResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateIntegrationServerResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/CreateIntegrationServerResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:15db4f60-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/properties/CreateResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:CreateResponse xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties">
+    <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+     <add:Address>http://localhost:8080/muse/services/integrationserver</add:Address>
+     <add:ReferenceProperties/>
+     <add:PortType xmlns:int="http://ws.apache.org/muse/example/integrationserver">int:IntegrationServerPortType</add:PortType>
+     <add:ServiceName PortName="integrationserver"/>
+    </add:EndpointReference>
+   </prop:CreateResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCumulativeTime_ApplicationResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCumulativeTime_ApplicationResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCumulativeTime_ApplicationResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCumulativeTime_ApplicationResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1d994630-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/application/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/application</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <shar:CumulativeExecutionTime xmlns:shar="http://ws.apache.org/muse/example/shared" LastUpdated="2005-08-02T11:07:17.395-04:00">46</shar:CumulativeExecutionTime>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCurrentMessageForTopic_IntegrationServerResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCurrentMessageForTopic_IntegrationServerResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCurrentMessageForTopic_IntegrationServerResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetCurrentMessageForTopic_IntegrationServerResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:23808130-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsn:GetCurrentMessageResponse xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+    <wsdm:ManagementEvent xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd" ReportTime="2005-08-02T11:07:25.045-04:00">
+     <wsdm:EventId>438bc48a-0b6a-4d3e-abb0-74b1eb92ddb2</wsdm:EventId>
+     <wsdm:SourceComponent/>
+     <wsdm:ReporterComponent/>
+     <wsdm:RelationshipCreatedNotification xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd">
+      <wsdm:Relationship>
+       <wsdm:Type>
+ 				      <R:Contains xmlns:R="org.apache.ws.muse.example">
+                            <R:Contains/>
+ 
+                  </R:Contains>
+ 
+ 			</wsdm:Type>
+       <wsdm:Participant>
+ 					      <m1:ManageabilityEndpointReference xmlns:m1="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">
+ 						      <m2:Address xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:8080/muse/services/integrationserver</m2:Address>
+ 
+ 						      <m2:ReferenceProperties xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+ 						      <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+ 
+ 						</m2:ReferenceProperties>
+ 
+ 					</m1:ManageabilityEndpointReference>
+ 
+ 					      <wsdm:ResourceId xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">{http://ws.apache.org/muse/example/integrationserver}integrationserver</wsdm:ResourceId>
+ 
+ 					      <wsdm:Role>urn:parent</wsdm:Role>
+ 
+ 				</wsdm:Participant>
+       <wsdm:Participant>
+ 					      <m1:ManageabilityEndpointReference xmlns:m1="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">
+ 						      <m2:Address xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:8080/muse/services/businessprocesstype
+ 						</m2:Address>
+ 
+ 						      <m2:ReferenceProperties xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+ 						      <bus:ResourceID xmlns:bus="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</bus:ResourceID>
+ 
+ 						</m2:ReferenceProperties>
+ 
+ 						      <m2:ReferenceParameters xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
+ 
+ 					</m1:ManageabilityEndpointReference>
+ 
+ 					      <wsdm:ResourceId xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</wsdm:ResourceId>
+ 
+ 					      <wsdm:Role>urn:child</wsdm:Role>
+ 
+ 				</wsdm:Participant>
+      </wsdm:Relationship>
+     </wsdm:RelationshipCreatedNotification>
+     <wsdm:Situation xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd">
+      <wsdm:SituationCategory>
+       <muws-p2-xs:CreateSituation xmlns:muws-p2-xs="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd"/>
+      </wsdm:SituationCategory>
+     </wsdm:Situation>
+    </wsdm:ManagementEvent>
+   </wsn:GetCurrentMessageResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyCreationTime_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyCreationTime_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyCreationTime_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyCreationTime_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1adee120-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <muws:CreationTime xmlns:muws="http://ws.apache.org/namespaces/muse/muws-ext-1.xsd">2005-08-02T10:58:12.578-04:00</muws:CreationTime>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyDiscovery_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyDiscovery_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyDiscovery_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyDiscovery_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:18d2bd70-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <prop:Discovery xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties">
+     <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+      <add:Address>http://localhost:8080/muse/services/application</add:Address>
+      <add:ReferenceProperties>
+       <app:ResourceID xmlns:app="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application1</app:ResourceID>
+      </add:ReferenceProperties>
+      <add:PortType xmlns:app="http://ws.apache.org/muse/example/application">app:ApplicationPortType</add:PortType>
+      <add:ServiceName PortName="application"/>
+     </add:EndpointReference>
+     <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+      <add:Address>http://localhost:8080/muse/services/host</add:Address>
+      <add:ReferenceProperties>
+       <host:ResourceID xmlns:host="http://ws.apache.org/muse/example/host">{http://ws.apache.org/muse/example/host}host1</host:ResourceID>
+      </add:ReferenceProperties>
+      <add:PortType xmlns:host="http://ws.apache.org/muse/example/host">host:HostPortType</add:PortType>
+      <add:ServiceName PortName="host"/>
+     </add:EndpointReference>
+     <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+      <add:Address>http://localhost:8080/muse/services/integrationserver</add:Address>
+      <add:ReferenceProperties/>
+      <add:PortType xmlns:int="http://ws.apache.org/muse/example/integrationserver">int:IntegrationServerPortType</add:PortType>
+      <add:ServiceName PortName="integrationserver"/>
+     </add:EndpointReference>
+     <add:EndpointReference xmlns:add="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+      <add:Address>http://localhost:8080/muse/services/businessprocesstype</add:Address>
+      <add:ReferenceProperties>
+       <bus:ResourceID xmlns:bus="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</bus:ResourceID>
+      </add:ReferenceProperties>
+      <add:PortType xmlns:bus="http://ws.apache.org/muse/example/businessprocesstype">bus:BusinessProcessTypePortType</add:PortType>
+      <add:ServiceName PortName="businessprocesstype"/>
+     </add:EndpointReference>
+     </prop:Discovery>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagebilityCapability_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagebilityCapability_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagebilityCapability_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagebilityCapability_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:19965b90-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Advertisement</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Identity</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Description</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Metrics</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://ws.apache.org/namespaces/muse/capabilities/muws-ext-1</wsdm:ManageabilityCapability>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_ApplicationResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_ApplicationResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_ApplicationResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_ApplicationResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,23 @@
+ <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1c2d8130-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/application</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Identity</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Metrics</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Relationships</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Description</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/mows/capabilities/Metrics</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://ws.apache.org/namespaces/muse/capabilities/muws-ext-1</wsdm:ManageabilityCapability>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_HostResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_HostResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_HostResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyManagementCapability_HostResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1eee00c0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/host</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/host">{http://ws.apache.org/muse/example/host}host1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Identity</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Metrics</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/muws/capabilities/Description</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://docs.oasis-open.org/wsdm/2004/12/mows/capabilities/Metrics</wsdm:ManageabilityCapability>
+    <wsdm:ManageabilityCapability xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">http://ws.apache.org/namespaces/muse/capabilities/muws-ext-1</wsdm:ManageabilityCapability>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:2913a8c0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/businessprocesstype/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/businessprocesstype</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <prop:NumberOfRunningProcesses xmlns:prop="http://ws.apache.org/muse/example/businessprocesstype/properties" LastUpdated="2005-08-02T11:07:36.642-04:00">29</prop:NumberOfRunningProcesses>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse1.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse1.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse1.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse1.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:2a548d30-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/businessprocesstype/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/businessprocesstype</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <prop:NumberOfRunningProcesses xmlns:prop="http://ws.apache.org/muse/example/businessprocesstype/properties" LastUpdated="2005-08-02T11:07:38.745-04:00">28</prop:NumberOfRunningProcesses>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse2.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse2.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse2.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyNumOfRunProc_BPResponse2.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:2b93eb00-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/businessprocesstype/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/businessprocesstype</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <prop:NumberOfRunningProcesses xmlns:prop="http://ws.apache.org/muse/example/businessprocesstype/properties" LastUpdated="2005-08-02T11:07:40.838-04:00">29</prop:NumberOfRunningProcesses>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyOwner_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyOwner_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyOwner_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyOwner_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,15 @@
+ <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1b870800-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <muws:Owner xmlns:muws="http://ws.apache.org/namespaces/muse/muws-ext-1.xsd" xml:lang="en">Joe Smith</muws:Owner>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertySupportedTypes_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertySupportedTypes_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertySupportedTypes_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertySupportedTypes_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:13bb5590-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <prop:SupportedResources xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties">
+     <muws:ResourceType xmlns:muws="http://ws.apache.org/namespaces/muse/muws-ext-1.xsd">HostMachine</muws:ResourceType>
+     <muws:ResourceType xmlns:muws="http://ws.apache.org/namespaces/muse/muws-ext-1.xsd">BusinessProcess</muws:ResourceType>
+     <muws:ResourceType xmlns:muws="http://ws.apache.org/namespaces/muse/muws-ext-1.xsd">EnterpriseApplication</muws:ResourceType>
+     <muws:ResourceType xmlns:muws="http://ws.apache.org/namespaces/muse/muws-ext-1.xsd">IntegrationServer</muws:ResourceType>
+    </prop:SupportedResources>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ApplicationResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ApplicationResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ApplicationResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ApplicationResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1cd29ad0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/application/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/application</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:ManageabilityCharacteristicsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:OperationalStatusCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:IdentityCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:RelationshipsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Concrete">wsdm:RelationshipsCapability/RelationshipCreated</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Concrete">wsdm:RelationshipsCapability/RelationshipDeleted</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:DescriptionCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_HostResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_HostResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_HostResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_HostResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1f8cd8d0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/host/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/host</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/host">{http://ws.apache.org/muse/example/host}host1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:ManageabilityCharacteristicsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:IdentityCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:DescriptionCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_IntegrationServerResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_IntegrationServerResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_IntegrationServerResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_IntegrationServerResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1e45d9e0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:ManageabilityCharacteristicsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:OperationalStatusCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:IdentityCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:RelationshipsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Concrete">wsdm:RelationshipsCapability/RelationshipCreated</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Concrete">wsdm:RelationshipsCapability/RelationshipDeleted</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:DescriptionCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetPropertyTopic_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,21 @@
+ <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:1a3cfbd0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Concrete">wsdm:ManageabilityEndpointCreation/ManageableResourceCreation</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:ManageabilityCharacteristicsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:MetricsCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Concrete">wsdm:ManageabilityEndpointDestruction/ManageableResourceDestruction</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:OperationalStatusCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:IdentityCapability</wsn:Topic>
+    <wsn:Topic xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml" xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">wsdm:DescriptionCapability</wsn:Topic>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,16 @@
+ <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:21839fc0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://desk-kinga2.americas.hpqcorp.net:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"/>
+  </soapenv:Body>
+ </soapenv:Envelope>

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse1.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse1.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse1.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse1.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:22db6790-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://desk-kinga2.americas.hpqcorp.net:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+    <wsdm:Relationship xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd">
+     <wsdm:Type>
+ 				    <R:Contains xmlns:R="org.apache.ws.muse.example">
+                          <R:Contains/>
+ 
+                  </R:Contains>
+ 
+ 			</wsdm:Type>
+     <wsdm:Participant>
+ 					    <m1:ManageabilityEndpointReference xmlns:m1="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">
+ 						    <m2:Address xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:8080/muse/services/integrationserver</m2:Address>
+ 
+ 						    <m2:ReferenceProperties xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+ 						    <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+ 
+ 						</m2:ReferenceProperties>
+ 
+ 					</m1:ManageabilityEndpointReference>
+ 
+ 					    <wsdm:ResourceId xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">{http://ws.apache.org/muse/example/integrationserver}integrationserver</wsdm:ResourceId>
+ 
+ 					    <wsdm:Role>urn:parent</wsdm:Role>
+ 
+ 				</wsdm:Participant>
+     <wsdm:Participant>
+ 					    <m1:ManageabilityEndpointReference xmlns:m1="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">
+ 						    <m2:Address xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:8080/muse/services/businessprocesstype
+ 						</m2:Address>
+ 
+ 						    <m2:ReferenceProperties xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+ 						    <bus:ResourceID xmlns:bus="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</bus:ResourceID>
+ 
+ 						</m2:ReferenceProperties>
+ 
+ 						    <m2:ReferenceParameters xmlns:m2="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
+ 
+ 					</m1:ManageabilityEndpointReference>
+ 
+ 					    <wsdm:ResourceId xmlns:wsdm="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</wsdm:ResourceId>
+ 
+ 					    <wsdm:Role>urn:child</wsdm:Role>
+ 
+ 				</wsdm:Participant>
+    </wsdm:Relationship>
+   </wsrf:GetResourcePropertyResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse2.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse2.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse2.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/GetRelationshipProperty_IntegrationServerResponse2.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:24e911e0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://desk-kinga2.americas.hpqcorp.net:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsrf:GetResourcePropertyResponse xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"/>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/RemoveRelationship_IntegrationServerToBPResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/RemoveRelationship_IntegrationServerToBPResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/RemoveRelationship_IntegrationServerToBPResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/RemoveRelationship_IntegrationServerToBPResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:243c5720-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/properties/RemoveRelationshipResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:RemoveRelationshipResponse xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties"/>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/Resume_BPResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/Resume_BPResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/Resume_BPResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/Resume_BPResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:2af7f920-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2003/03/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/businessprocesstype/GetResourcePropertyRequestResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/businessprocesstype</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/businessprocesstype">{http://ws.apache.org/muse/example/businessprocesstype}businessprocesstype1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:ResumeResponse xmlns:prop="http://ws.apache.org/muse/example/businessprocesstype/properties"/>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/SetRelationship_IntegrationServerToBPResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/SetRelationship_IntegrationServerToBPResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/SetRelationship_IntegrationServerToBPResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/SetRelationship_IntegrationServerToBPResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:223b08e0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/properties/SetRelationshipResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:SetRelationshipResponse xmlns:prop="http://ws.apache.org/muse/example/resourceadmin/properties"/>
+  </soapenv:Body>
+ </soapenv:Envelope>

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/StartOperationalEvents_ApplicationResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/StartOperationalEvents_ApplicationResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/StartOperationalEvents_ApplicationResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/StartOperationalEvents_ApplicationResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:27d13db0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/application/StartEventsResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/application</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:StartEventsResponse xmlns:prop="http://ws.apache.org/muse/example/application/properties"/>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/StopOperationalEvents_ApplicationResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/StopOperationalEvents_ApplicationResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/StopOperationalEvents_ApplicationResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/StopOperationalEvents_ApplicationResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:28719c60-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/application/SubscribeResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/application</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/application">{http://ws.apache.org/muse/example/application}application1</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <prop:StopEventsResponse xmlns:prop="http://ws.apache.org/muse/example/application/properties"/>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToCreateRelationship_IntegrationServerResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToCreateRelationship_IntegrationServerResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToCreateRelationship_IntegrationServerResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToCreateRelationship_IntegrationServerResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:2034ffb0-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/SubscribeResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsn:SubscribeResponse xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+    <wsn:SubscriptionReference>
+     <add:Address xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://localhost:8080/muse/services/SubscriptionManager</add:Address>
+     <add:ReferenceProperties xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+      <sub:ResourceIdentifier xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager">3ccb6cea-4fc1-43c6-94b4-36c0cb8d43f9</sub:ResourceIdentifier>
+     </add:ReferenceProperties>
+     <add:PortType xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager" xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">sub:SubscriptionManagerPortType</add:PortType>
+     <add:ServiceName xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing" PortName="SubscriptionManager"/>
+    </wsn:SubscriptionReference>
+   </wsn:SubscribeResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyRelationship_IntegrationServerResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyRelationship_IntegrationServerResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyRelationship_IntegrationServerResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyRelationship_IntegrationServerResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:20dcff80-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/integrationserver/SubscribeResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/integrationserver</wsa:Address>
+    <wsa:ReferenceProperties>
+     <int:ResourceID xmlns:int="http://ws.apache.org/muse/example/integrationserver">{http://ws.apache.org/muse/example/integrationserver}integrationserver</int:ResourceID>
+    </wsa:ReferenceProperties>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsn:SubscribeResponse xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+    <wsn:SubscriptionReference>
+     <add:Address xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://localhost:8080/muse/services/SubscriptionManager</add:Address>
+     <add:ReferenceProperties xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+      <sub:ResourceIdentifier xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager">ba5d6659-86fe-4ca0-9d03-e9ad51c91fa6</sub:ResourceIdentifier>
+     </add:ReferenceProperties>
+     <add:PortType xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager" xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">sub:SubscriptionManagerPortType</add:PortType>
+     <add:ServiceName xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing" PortName="SubscriptionManager"/>
+    </wsn:SubscriptionReference>
+   </wsn:SubscribeResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>

Added: webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyResource_ResourceAdminResponse.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyResource_ResourceAdminResponse.xml?rev=227229&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyResource_ResourceAdminResponse.xml (added)
+++ webservices/muse/trunk/src/examples/enterprise/requests/responses/SubscribeToDestroyResource_ResourceAdminResponse.xml Wed Aug  3 07:38:24 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
+  <soapenv:Header>
+   <wsa:MessageID soapenv:mustUnderstand="0">uuid:151ae590-0367-11da-b9bf-a19b742095eb</wsa:MessageID>
+   <wsa:To soapenv:mustUnderstand="0">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
+   <wsa:Action soapenv:mustUnderstand="0">http://ws.apache.org/muse/example/resourceadmin/SubscribeResponse</wsa:Action>
+   <wsa:From soapenv:mustUnderstand="0">
+    <wsa:Address>http://localhost:8080/muse/services/resourceadmin</wsa:Address>
+   </wsa:From>
+  </soapenv:Header>
+  <soapenv:Body>
+   <wsn:SubscribeResponse xmlns:wsn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+    <wsn:SubscriptionReference>
+     <add:Address xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://16.119.184.83:8080/muse/services/SubscriptionManager</add:Address>
+     <add:ReferenceProperties xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">
+      <sub:ResourceIdentifier xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager">ea369e63-fe4f-40c2-a8e6-4204ce9a7b5b</sub:ResourceIdentifier>
+     </add:ReferenceProperties>
+     <add:PortType xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager" xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing">sub:SubscriptionManagerPortType</add:PortType>
+     <add:ServiceName xmlns:add="http://schemas.xmlsoap.org/ws/2003/03/addressing" PortName="SubscriptionManager"/>
+    </wsn:SubscriptionReference>
+   </wsn:SubscribeResponse>
+  </soapenv:Body>
+ </soapenv:Envelope>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org