summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/node-impl/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/node-impl/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/node-impl/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml b/sca-java-2.x/trunk/modules/node-impl/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml
index 0e574e61fe..914458faca 100644
--- a/sca-java-2.x/trunk/modules/node-impl/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml
+++ b/sca-java-2.x/trunk/modules/node-impl/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml
@@ -59,9 +59,29 @@
<sca:composite name="endpoint">
<sca:component name="Component1"> <!-- first component -->
<sca:service name="Service1">
- <tuscany:binding.rest uri="http://localhost:8080/services/myResource" />
+ <binding.ws uri="http://localhost:8080/services/myResource" />
</sca:service>
</sca:component>
</sca:composite>
</endpoint>
+ <remoteEndpoints>
+ <sca:composite name="endpoint">
+ <sca:component name="Component2"> <!-- first component -->
+ <sca:service name="Service1">
+ <sca:binding.ws name="ws" uri="http://localhost:8080/services/myResource1" />
+ </sca:service>
+ <sca:service name="Service2">
+ <sca:binding.ws uri="http://localhost:8080/services/myResource2" />
+ </sca:service>
+ </sca:component>
+ <sca:component name="Component3"> <!-- first component -->
+ <sca:service name="Service1">
+ <sca:binding.ws uri="http://localhost:8080/services/myResource1" />
+ </sca:service>
+ <sca:service name="Service2">
+ <sca:binding.ws uri="http://localhost:8080/services/myResource2" />
+ </sca:service>
+ </sca:component>
+ </sca:composite>
+ </remoteEndpoints>
</node> \ No newline at end of file