hi all,
many article say how to create client side like this with spring,
<bean id="client" class="demo.order.OrderProcess"
factory-bean="clientFactory" factory-method="create"/>
<bean id="clientFactory"
class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean">
<property name="serviceClass" value="demo.order.OrderProcess"/>
<property name="address"
value="http://localhost:8888/siknws/OrderProcess"/>
</bean>
My problem, I'm have many web service with same method. I want change
address localhost:8888 to other address manually, that is imposinle in
spring?
thanks all
--
View this message in context:
http://old.nabble.com/spring-2.5-with-client-side-manual-address-tp26619676p26619676.html
Sent from the cxf-user mailing list archive at Nabble.com.