Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-SOAP-WSDL-examples
/
example
/
java
/
cxf
/
src
/
test
/
resources
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
test-context.xml
709 B
-rw-r--r--
2014-08-20 12:34:40
Edit
Del
Editing: test-context.xml
(709 B)
Path: /usr/share/doc/perl-SOAP-WSDL-examples/example/java/cxf/src/test/resources/test-context.xml
Back
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd"> <bean id="proxyFactory" class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean"> <property name="serviceClass" value="helloworld.Service1Soap"/> <property name="address" value="http://localhost:8081"/> </bean> <bean id="helloWorldClient" class="helloworld.Service1Soap" factory-bean="proxyFactory" factory-method="create"/> </beans>