summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/native-sca-1.0.incubating-M3/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/tags/native-sca-1.0.incubating-M3/test/ws.service.interop/ws.service.interop/ws.service.interop.composite')
-rw-r--r--sca-cpp/tags/native-sca-1.0.incubating-M3/test/ws.service.interop/ws.service.interop/ws.service.interop.composite16
1 files changed, 16 insertions, 0 deletions
diff --git a/sca-cpp/tags/native-sca-1.0.incubating-M3/test/ws.service.interop/ws.service.interop/ws.service.interop.composite b/sca-cpp/tags/native-sca-1.0.incubating-M3/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
new file mode 100644
index 0000000000..997aebfdc0
--- /dev/null
+++ b/sca-cpp/tags/native-sca-1.0.incubating-M3/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ name="ws.service.interop">
+
+ <!-- Expose as a web service -->
+ <service name="ws.service">
+ <interface.wsdl interface="http://www.apache.org/tuscany/interop#wsdl.interface(interop)"/>
+ <binding.ws/>
+ <reference>ws.service.interop.component/TestService</reference>
+ </service>
+
+
+ <component name="ws.service.interop.component">
+ <implementation.cpp library="ws_service_interop" header="TestImpl.h"/>
+ </component>
+</composite>