Google

Locations of visitors to this page

Distributing deployment

ti-axis is a small layer ontop of the Axis Soap engine, allowing to distribute deployment configuration elements across subsystems and deploying them at runtime.

To provide service deployment through Spring, ti-axis provides a simple configuration bean:

				<?xml version="1.0" encoding="utf-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:tiAxis="http://antidoto.sf.net/subsystem/ti-axis"
	xsi:schemaLocation="
	http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd 
	http://antidoto.sf.net/subsystem/ti-axis http://antidoto.sf.net/xsd/ti-axis.xsd
	">

	<tiAxis:deployService 
		wsddfile="META-INF/services/echo-service-config.wsdd" 
		/>

</beans>
				
			

The wsdd file must be in the classpath.