diff options
Diffstat (limited to '')
-rw-r--r-- | branches/cpp-M1/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCModule/sca.module | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/branches/cpp-M1/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCModule/sca.module b/branches/cpp-M1/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCModule/sca.module new file mode 100644 index 0000000000..a6d397653e --- /dev/null +++ b/branches/cpp-M1/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCModule/sca.module @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="ASCII"?> +<module xmlns="http://www.osoa.org/xmlns/sca/0.9" + xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9" + name="WSEntryPointTestRPCModule"> + + <!-- 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="WSEntryPointTestRPCModule.dll" header="WSEntryPointTestRPCImpl.h"></implementation.cpp> + <properties> </properties> + <references> </references> + </component> +</module> |