Why/when is it needed to set AegisDatabinding for client at all ?

  ClientProxyFactoryBean factory = new ClientProxyFactoryBean();
  factory.setServiceClass(HelloWorld.class);
  factory.setAddress("xxxx");
  factory.getServiceFactory().setDataBinding(new AegisDatabinding()); 
  HelloWorld hw = (HelloWorld)factory.create();
-- 
View this message in context: 
http://www.nabble.com/how-to-configure-HTTPConduit-for-client-using-java-code-tp15460135p15489744.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to