summaryrefslogtreecommitdiffstats
path: root/tags/cpp-1.0-incubating-M2-final/sca/test/ws.service.interop/ws.service.interop/ws.service.interop.composite
blob: 997aebfdc04eedefbc33872d3db1f264f433ca66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>