On Monday 07 March 2011 3:28:16 PM jaybytez wrote:
> Dennis, great article.
> 
> How would I apply this properties on the client side if I was using
> JaxWsProxyFactoryBean?

The normal jaxws way of setting properies should work:

((BindingProvider)proxy).getRequestContext().put(.....,  ...);

would work.

I think there is a setProperties method on the JaxWsProxyFactoryBean as well 
if you want to set everything up front before the call to create to actually 
create the client.

Dan



> 
> Thanks...jay
> 
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/CXF-and-WCF-interoperability-tp3361054p341
> 3073.html Sent from the cxf-user mailing list archive at Nabble.com.

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to