<!-- =======如果是和soap接口连接,请去掉该bean的注释===========-->
<bean id="QueryData" class="com.xxx.yyy.inf.SoapInterface">
<property name="endpoint">
<value>http://192.168.1.2/Forxxx/ForQuery.asmx</value>
</property>
<property name="nameSpace">
<value>http://tempuri.org/</value>
</property>
</bean>
![]()
<!-- ===========如果是和db接口连接测试,请去掉该bean的注释 =====-->
<!--
<bean id="QueryData" class="com.xxx.yyy.inf.DBInterface">
<property name="dataSource">
<ref local="DataSource"/>
</property>
</bean>
-->
| 第1页: 项目的起因 | 第2页: 关于Spring框架的配置 |
| 第3页: 关于树型目录的框架 | 第4页: 关于Ajax |