summaryrefslogtreecommitdiffstats
path: root/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-12-18 16:07:23 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-12-18 16:07:23 +0000
commit27cc4ecce579d6e1d11982d792e13f6e1fe80f94 (patch)
tree094a4835d0daf4e864c1efbadd0b0d40d69ef443 /java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite
parent4beea938ef828047e528724b5ff3adff6b25619a (diff)
Updates to clean the testcase code and to add a Base JAXWS client and to base the set of testcases off the Base JAXWS client
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite')
-rw-r--r--java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite
index 577d4eb049..3c59dd39a2 100644
--- a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite
+++ b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0003.composite
@@ -17,6 +17,9 @@
* specific language governing permissions and limitations
* under the License.
-->
+<!-- Test case that verifies that an implementation with a reference with multiplicity 1..n can
+ be validly wired to 3 target services and invoke them all correctly.
+-->
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://oasis/tests"
xmlns:sample="http://oasis/tests"
@@ -25,7 +28,8 @@
<component name="TestClient">
<implementation.java class="test.ASM_0003_Client"/>
<service name="TestInvocation">
- <interface.java interface="test.TestInvocation"/>
+ <interface.java interface="test.TestInvocation"/>
+ <binding.ws/>
</service>
<reference name="reference1" target="TestComponent1/Service1 TestComponent2/Service1 TestComponent3/Service1" />
<property name="testName">ASM_0003</property>