summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.5.1/itest/domainmgr/callback/runtest/src/test/resources/domain/domain.composite
blob: ba4d6bbf2545852869e661923199802a87ba09a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<composite local="true" name="domain"
           targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0"
           xmlns="http://www.osoa.org/xmlns/sca/1.0"
           xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0">
    <include name="ns2:service"
           uri="callback-service"
           xmlns:ns2="http://simplecallback" />
    <include name="ns2:client"
           uri="callback-client"
           xmlns:ns2="http://simplecallback" />
</composite>