Hi,
I have a REST service that I am trying to invoke through a Java client
managed by Spring. I need to set the BindingId on the
org.apache.cxf.jaxws.JaxWsProxyFactoryBean bean. Currently my configuation
is as following:

<bean id="factory" class="org.apache.cxf.jaxws.JaxWsProxyFactoryBean">
          <property name="serviceClass" value="com.fm.services.search.ISearch"/>
          <property name="address"
value="http://server:8080/my_service/services/xml/service/"/>
</bean>

How do I set the BindingId in the above Spring bean definition? I know it
can be set using the java call
factory.getClientFactoryBean().setBindingId(HttpBindingFactory.HTTP_BINDING_ID);

Thanks
Sriram
        
         
-- 
View this message in context: 
http://www.nabble.com/BindingId-for-a-Client-Spring-Configuration-tf4343727.html#a12374565
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to