summaryrefslogtreecommitdiffstats
path: root/tags/cpp-1.0-incubating-M2-RC2/sca/test/WSEntryPointTestRPC/WSEntryPointTestRPCComposite/sca.composite
blob: f454a5bde07c9e7e1523e2e1e93b5849482284f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>