blob: e61fd4c1a3b972c274173c207508aac071ac7161 (
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://scatours"
targetNamespace="http://tuscany.apache.org/cloud"
name="PaymentNode">
<component name="PaymentNode">
<t:implementation.node uri="scatours-payment" composite="c:payment" />
<service name="Node">
<binding.ws uri="http://localhost:8081" />
</service>
</component>
</composite>
|