summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.5.1-RC4/itest/domainmgr/callback/runtest/src/test/resources/domain/cloud/ServiceNode.composite
blob: 1f1f0c47c263de2ff6845dffe66c0b3d59a5cd7a (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="ServiceNode">
    <component name="ServiceNode">
        <t:implementation.node uri="callback-service" composite="c:service" />
        <service name="Node">
             <binding.sca uri="http://localhost:8082" />
        </service>
    </component>
</composite>