summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.5.1-RC1/itest/domainmgr/basic/runtest/src/test/resources/domain/cloud/ClientNode.composite
blob: 5f5fe2fc965bd91bb70f7c617245fc00a774780a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
           xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
           xmlns:c="http://client.scatours/"
           targetNamespace="http://tuscany.apache.org/cloud"
           name="ClientNode">
    <component name="ClientNode">
        <t:implementation.node uri="client" composite="c:Client" />
        <service name="Node">
            <binding.sca uri="http://localhost:8081" />
        </service>
    </component>
</composite>