xfire配置文件

 <!-- WebRoot/WebServices/services.xml-->
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://xfire.codehaus.org/config/1.0">
 
	<service>
		<name>moble</name>
		<serviceClass>com.ws.test.IMoble</serviceClass>
		<implementationClass>com.ws.test.MobileTest</implementationClass>
		<style>wrapped</style>
		<use>literal</use>
		<scope>application</scope>
	</service>
	</beans>

你可能感兴趣的:(webservice)