Author: kidz
Date: Mon Jul 11 11:30:40 2005
New Revision: 210179
URL: http://svn.apache.org/viewcvs?rev=210179&view=rev
Log:
Added getProperty /Relationship
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=210179&r1=210178&r2=210179&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/example/test.xml (original)
+++ webservices/muse/trunk/src/site/content/example/test.xml Mon Jul 11
11:30:40 2005
@@ -168,8 +168,9 @@
<property name="xml"
value="${requests.dir}/SetRelationship_IntegrationServerToBP.xml" />
</ant>
-
- <!-- STEP 7 chack relationship property on integrationserver -->
+ <!--
==================================================================== -->
+ <!-- STEP 7 chack relationship property on integrationserver
-->
+ <!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url" value="${integrationserver.endpoint.url}"
/>
@@ -188,9 +189,18 @@
<property name="url" value="${resourceadmin.endpoint.url}" />
<property name="xml"
value="${requests.dir}/RemoveRelationship_IntegrationServerToBP.xml" />
</ant>
+
+ <!--
==================================================================== -->
+ <!-- STEP 9 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 9 get property discovery from resourceadmin
-->
+ <!-- STEP 10 get property discovery from resourceadmin
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url" value="${resourceadmin.endpoint.url}" />
@@ -198,7 +208,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 10 destroy host1 resourceadmin
-->
+ <!-- STEP 11 destroy host1 resourceadmin
-->
<!--
==================================================================== -->
<!--ant antfile="soapclient.xml">
@@ -207,7 +217,7 @@
</ant-->
<!--
==================================================================== -->
- <!-- STEP 11 get property discovery from resourceadmin
-->
+ <!-- STEP 12 get property discovery from resourceadmin
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url" value="${resourceadmin.endpoint.url}" />
@@ -215,7 +225,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 12 subscribe to operational events application
-->
+ <!-- STEP 13 subscribe to operational events application
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url" value="${application.endpoint.url}" />
@@ -223,7 +233,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 13 start operational events application
-->
+ <!-- STEP 14 start operational events application
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url" value="${application.endpoint.url}" />
@@ -231,7 +241,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 13 stop operational events application
-->
+ <!-- STEP 15 stop operational events application
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url" value="${application.endpoint.url}" />
@@ -239,7 +249,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 14 check property NumberOfRunningProcesses from
BusinessProcessType -->
+ <!-- STEP 16 check property NumberOfRunningProcesses from
BusinessProcessType -->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url"
value="${businessprocesstype.endpoint.url}" />
@@ -247,7 +257,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 15 suspend process at BusinessProcessType
-->
+ <!-- STEP 17 suspend process at BusinessProcessType
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url"
value="${businessprocesstype.endpoint.url}" />
@@ -255,7 +265,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 16 check property NumberOfRunningProcesses from
BusinessProcessType -->
+ <!-- STEP 18 check property NumberOfRunningProcesses from
BusinessProcessType -->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url"
value="${businessprocesstype.endpoint.url}" />
@@ -263,7 +273,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 17 resume process at BusinessProcessType
-->
+ <!-- STEP 19 resume process at BusinessProcessType
-->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url"
value="${businessprocesstype.endpoint.url}" />
@@ -271,7 +281,7 @@
</ant>
<!--
==================================================================== -->
- <!-- STEP 18 check property NumberOfRunningProcesses from
BusinessProcessType -->
+ <!-- STEP 20 check property NumberOfRunningProcesses from
BusinessProcessType -->
<!--
==================================================================== -->
<ant antfile="soapclient.xml">
<property name="url"
value="${businessprocesstype.endpoint.url}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]