- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
- "http://www.springframework.org/dtd/spring-beans.dtd">
- <beans>
- <bean id="HessionServiceClient"
- class="org.springframework.remoting.caucho.HessianProxyFactoryBean">
- <property name="serviceUrl">
- <value>http://localhost:8088/CoreServerDemo/remoting/HessianRemoting</value>
- </property>
- <property name="serviceInterface">
- <value>CoreFS.SA06.CoreICommunicationService</value>
- </property>
- </bean>
- </beans>
|