summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite')
-rw-r--r--sca-cpp/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite19
1 files changed, 19 insertions, 0 deletions
diff --git a/sca-cpp/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite b/sca-cpp/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite
new file mode 100644
index 0000000000..f454a5bde0
--- /dev/null
+++ b/sca-cpp/tags/native-sca-1.0.incubating-M3/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ASCII"?>
+<composite xmlns="http://www.osoa.org/xmlns/sca/0.9"
+ xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9"
+ name="WSEntryPointTestRPCComposite">
+
+ <!-- Expose as a web service -->
+ <entryPoint name="WSEntryPointTestRPCEntrypoint" multiplicity="1..1">
+ <interface.wsdl interface="WSEntryPointTestRPC.wsdl" callbackInterface=""></interface.wsdl>
+ <binding.ws port="http://www.WSEntryPointTest.org/WSEntryPointTestRPC/#wsdl.endpoint(WSEntryPointTestRPC/WSEntryPointTestRPCSOAP)"></binding.ws>
+ <reference>WSEntryPointTestRPCServiceComponent</reference>
+ </entryPoint>
+
+
+ <component name="WSEntryPointTestRPCServiceComponent">
+ <implementation.cpp dll="WSEntryPointTestRPCComposite.dll" header="WSEntryPointTestRPCImpl.h"></implementation.cpp>
+ <properties> </properties>
+ <references> </references>
+ </component>
+</composite>