xfire 发布webservice,xfirewebservice,<?xml versio
分享于 点击 47781 次 点评:191
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"><beans> <import resource="classpath:org/codehaus/xfire/spring/xfire.xml" /> <bean name="hello.server" class="org.codehaus.xfire.spring.remoting.XFireExporter"> <property name="serviceBean"> <bean class="org.something.services.hello.HelloServiceImpl" /> </property> <property name="serviceClass" value="hb.HebeiWs" /> <property name="serviceFactory"> <ref bean="xfire.jaxwsServiceFactory" /> </property> <property name="wsdlURL" value="hello.wsdl"/> </bean> <bean name="xfire.jaxwsServiceFactory" class="org.codehaus.xfire.jaxws.JAXWSServiceFactory"> <constructor-arg index="0"> <ref bean="xfire.transportManager" /> </constructor-arg> </bean></beans>//该片段来自于http://byrx.net
用户点评