blob: 17676e35f8bb7c860e35f8104a871e4dbe5b1651 [file]
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:osgi="http://www.springframework.org/schema/osgi"
xsi:schemaLocation="
http://servicemix.apache.org/cxfbc/1.0
http://servicemix.apache.org/cxfbc/1.0/servicemix-cxf-bc.xsd
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util
http://www.springframework.org/schema/util/spring-util-3.0.xsd
">
<bean class="org.apache.servicemix.common.osgi.EndpointExporter" />
<cxfbc:consumer
xmlns:pmapi="http://www.apache.org/ode/pmapi"
wsdl="classpath:wsdl/ode/pmapi/pmapi.wsdl"
locationURI="http://localhost:8193/ode/pmapi/ProcessManagementService"
targetService="pmapi:ProcessManagementService"
useJBIWrapper="false"
useSOAPEnvelope="false"
/>
<cxfbc:consumer
xmlns:pmapi="http://www.apache.org/ode/pmapi"
wsdl="classpath:wsdl/ode/pmapi/pmapi.wsdl"
locationURI="http://localhost:8193/ode/pmapi/InstanceManagementService"
targetService="pmapi:InstanceManagementService"
useJBIWrapper="false"
useSOAPEnvelope="false"
/>
</beans>