| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 | 
							- <?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:context="http://www.springframework.org/schema/context"
 
-        xmlns:tx="http://www.springframework.org/schema/tx"
 
-        xmlns:aop="http://www.springframework.org/schema/aop"
 
-        xmlns:jaxws="http://cxf.apache.org/jaxws" 
 
-        xsi:schemaLocation="
 
- 			http://www.springframework.org/schema/beans
 
- 			http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
 
- 			http://www.springframework.org/schema/context
 
- 			http://www.springframework.org/schema/context/spring-context-3.0.xsd
 
- 			http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
 
- 			http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
 
- 			http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">   
 
- 	
 
- 	<jaxws:endpoint id="userWebService"
 
- 		implementor="com.cxfws.web.service.UserWebService" address="/userWebService">
 
- 		<jaxws:features>
 
- 			<bean class="org.apache.cxf.feature.LoggingFeature" />
 
- 		</jaxws:features>
 
- 	</jaxws:endpoint>		
 
- 	
 
- 	<!-- http://127.0.0.1:8080/exchangeWeb/service/userWebService?wsdl -->
 
- 	<jaxws:client id="localhostUserClient" serviceClass="com.cxfws.web.service.UserWebService" address="http://127.0.0.1:8080/exchangeWeb/service/userWebService">
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>	
 
-     <jaxws:client id="aqUserClient" serviceClass="com.cxfws.web.service.AQUserWebService" address="http://192.168.30.141:8088/userService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 港区 -->
 
-    <jaxws:client id="gqClient" serviceClass="com.cxfws.client.service.gq.GqWebService" address="http://192.168.30.141:8088/gqService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 经营人 -->
 
-      <jaxws:client id="jyrClient" serviceClass="com.cxfws.client.service.jyr.JyrWebService" address="http://192.168.30.141:8088/jyrService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 码头 -->
 
-      <jaxws:client id="mtClient" serviceClass="com.cxfws.client.service.mt.MtWebService" address="http://192.168.30.141:8088/mtServicee" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 泊位 -->
 
-      <jaxws:client id="bwClient" serviceClass="com.cxfws.client.service.bw.BwWebService" address="http://192.168.30.141:8088/bwService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 储罐 -->
 
-      <jaxws:client id="cgClient" serviceClass="com.cxfws.client.service.cg.CgWebService" address="http://192.168.30.141:8088/cgService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 仓库 -->
 
-      <jaxws:client id="ckClient" serviceClass="com.cxfws.client.service.ck.CkWebService" address="http://192.168.30.141:8088/ckService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 堆场 -->
 
-      <jaxws:client id="jyrdcClient" serviceClass="com.cxfws.client.service.jyrdc.JyrDcWebService" address="http://192.168.30.141:8088/jyrdcService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 人员 -->
 
-      <jaxws:client id="ryClient" serviceClass="com.cxfws.client.service.ry.RyqkxxWebService" address="http://192.168.30.141:8088/ryjbqkxxService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
-     <!-- 设施设备 -->
 
-      <jaxws:client id="sssbClient" serviceClass="com.cxfws.client.service.sssb.GksssbWebService" address="http://192.168.30.141:8088/gksssbService" >
 
-     	<jaxws:outInterceptors>
 
-     		<bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"></bean>
 
-     		<!-- 自定义拦截器 --> 
 
-           	<bean class="com.cxfws.client.SoapHeader.AddSoapHeader"/> 
 
-     	</jaxws:outInterceptors>
 
-     </jaxws:client>
 
- </beans>
 
- <!-- END SNIPPET: beans -->
 
 
  |