summaryrefslogtreecommitdiffstats
path: root/tags/cpp-1.0-incubating-M2-RC2/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-1.0-incubating-M2-RC2/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite')
-rw-r--r--tags/cpp-1.0-incubating-M2-RC2/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite16
1 files changed, 0 insertions, 16 deletions
diff --git a/tags/cpp-1.0-incubating-M2-RC2/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite b/tags/cpp-1.0-incubating-M2-RC2/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
deleted file mode 100644
index 997aebfdc0..0000000000
--- a/tags/cpp-1.0-incubating-M2-RC2/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>