Skip to content

Commit d2ca97a

Browse files
committed
Using SWS-397 in airline sample
1 parent 3b05e22 commit d2ca97a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

samples/airline/client/spring-ws/src/org/springframework/ws/samples/airline/client/sws/applicationContext.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
<bean id="abstractClient" abstract="true">
88
<constructor-arg ref="messagFactory"/>
9-
<property name="defaultUri" value="http://localhost:8080/airline/services"/>
9+
<property name="destinationProvider">
10+
<bean class="org.springframework.ws.client.support.destination.Wsdl11DestinationProvider">
11+
<property name="wsdl" value="http://localhost:8080/airline/airline.wsdl"/>
12+
</bean>
13+
</property>
1014
</bean>
1115

1216
<bean id="marshaller" class="org.springframework.oxm.xmlbeans.XmlBeansMarshaller"/>

0 commit comments

Comments
 (0)