summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/backup/organization-das/src/main/resources/organization.composite
blob: 0113ccf8a0014c997922440d7a50c2f13e9f5f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>

<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
	targetNamespace="http://org.soa.services"
	xmlns:soa="http://org.soa.services"
	name="Organization-Service-Composite">
    
  	<service name="OrganizationService" promote="OrganizationServiceComponent/OrganizationService">
    	<binding.ws/>
  	</service>
  	
    <component name="OrganizationServiceComponent">
    	<implementation.spring location="organization-spring-context.xml"/>
    	<service name="OrganizationService"/>
  	</component>
  
  	<component name="OrganizationDataServiceComponent">
    	<implementation.spring location="organization-spring-context.xml"/>
  	</component>
    

</composite>