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/07/12 21:07:03 UTC

svn commit: r215992 - /webservices/muse/trunk/src/site/content/example/test.xml

Author: kidz
Date: Tue Jul 12 12:07:01 2005
New Revision: 215992

URL: http://svn.apache.org/viewcvs?rev=215992&view=rev
Log:
Added Relationship property check

Modified:
    webservices/muse/trunk/src/site/content/example/test.xml

Modified: webservices/muse/trunk/src/site/content/example/test.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/example/test.xml?rev=215992&r1=215991&r2=215992&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/example/test.xml (original)
+++ webservices/muse/trunk/src/site/content/example/test.xml Tue Jul 12 12:07:01 2005
@@ -159,9 +159,19 @@
 		<property name="url" value="${integrationserver.endpoint.url}" />
 		<property name="xml" value="${requests.dir}/SubscribeToDestroyRelationship_IntegrationServer.xml" />
 	</ant>
+	
+	
+	<!-- ====================================================================	-->
+	<!-- STEP 6 chack relationship property on integrationserver 			-->
+	<!-- ====================================================================	-->
+	
+	<ant antfile="soapclient.xml">
+		<property name="url" value="${integrationserver.endpoint.url}" />
+		<property name="xml" value="${requests.dir}/GetRelationshipProperty_IntegrationServer.xml" />
+	</ant>
 
 	<!-- ==================================================================== 	-->
-	<!-- STEP 6 set relationship integrationserver to BusinessProcess		-->
+	<!-- STEP 7 set relationship integrationserver to BusinessProcess		-->
 	<!-- ====================================================================	-->	
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${resourceadmin.endpoint.url}" />
@@ -169,7 +179,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 7 chack relationship property on integrationserver 			-->
+	<!-- STEP 8 chack relationship property on integrationserver 			-->
 	<!-- ====================================================================	-->
 
 	<ant antfile="soapclient.xml">
@@ -183,7 +193,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 8 remove relationship from  integrationserver 			-->
+	<!-- STEP 9 remove relationship from  integrationserver 			-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${resourceadmin.endpoint.url}" />
@@ -191,7 +201,7 @@
 	</ant>
 	
 	<!-- ====================================================================	-->
-	<!-- STEP 9 chack relationship property on integrationserver 			-->
+	<!-- STEP 10 chack relationship property on integrationserver 			-->
 	<!-- ====================================================================	-->
 	
 	<ant antfile="soapclient.xml">
@@ -200,7 +210,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 10 get property discovery from  resourceadmin 				-->
+	<!-- STEP 11 get property discovery from  resourceadmin 				-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${resourceadmin.endpoint.url}" />
@@ -208,7 +218,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 11 destroy host1  resourceadmin					-->
+	<!-- STEP 12 destroy host1  resourceadmin					-->
 	<!-- ====================================================================	-->
 
 	<!--ant antfile="soapclient.xml">
@@ -217,7 +227,7 @@
 	</ant-->
 
 	<!-- ====================================================================	-->
-	<!-- STEP 12 get property discovery from  resourceadmin 			-->
+	<!-- STEP 13 get property discovery from  resourceadmin 			-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${resourceadmin.endpoint.url}" />
@@ -225,7 +235,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 13 subscribe to operational events application 			-->
+	<!-- STEP 14 subscribe to operational events application 			-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${application.endpoint.url}" />
@@ -233,7 +243,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 14 start operational events application 				-->
+	<!-- STEP 15 start operational events application 				-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${application.endpoint.url}" />
@@ -241,7 +251,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 15 stop operational events application 				-->
+	<!-- STEP 16 stop operational events application 				-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${application.endpoint.url}" />
@@ -249,7 +259,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 16 check property NumberOfRunningProcesses from BusinessProcessType 	-->
+	<!-- STEP 17 check property NumberOfRunningProcesses from BusinessProcessType 	-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${businessprocesstype.endpoint.url}" />
@@ -257,7 +267,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 17 suspend process at BusinessProcessType 				-->
+	<!-- STEP 18 suspend process at BusinessProcessType 				-->
 	<!-- ====================================================================	-->
 		<ant antfile="soapclient.xml">
 		<property name="url" value="${businessprocesstype.endpoint.url}" />
@@ -265,7 +275,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 18 check property NumberOfRunningProcesses from BusinessProcessType 	-->
+	<!-- STEP 19 check property NumberOfRunningProcesses from BusinessProcessType 	-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${businessprocesstype.endpoint.url}" />
@@ -273,7 +283,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 19 resume process at BusinessProcessType 				-->
+	<!-- STEP 20 resume process at BusinessProcessType 				-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${businessprocesstype.endpoint.url}" />
@@ -281,7 +291,7 @@
 	</ant>
 
 	<!-- ====================================================================	-->
-	<!-- STEP 20 check property NumberOfRunningProcesses from BusinessProcessType 	-->
+	<!-- STEP 21 check property NumberOfRunningProcesses from BusinessProcessType 	-->
 	<!-- ====================================================================	-->
 	<ant antfile="soapclient.xml">
 		<property name="url" value="${businessprocesstype.endpoint.url}" />



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