summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1-RC3/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ClientNode.composite
blob: 509bfafac1913023de59ee2cab243cb93a1eebf6 (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://simplecallback"
           targetNamespace="http://tuscany.apache.org/cloud"
           name="ClientNode">
    <component name="ClientNode">
        <t:implementation.node uri="callback-client" composite="c:client" />
        <service name="Node">
             <binding.sca uri="http://localhost:8081" />
        </service>
    </component>
</composite>