If you just set the wsdl url to the ClientFactoryBean , CXF can't start up the data binding work, (XML marshal and unmarshal) if it do not do any code generation work. Current ClientFactoryBean do not support to call the wsdl2java tool to generate the SEI dynamically, so it is till marked with TODO.

BTW, you can fill your wishes to the JIRA[1], or you can contribute your patch for it :)

Willem.

Lee Breisacher wrote:
Hm. I see. Actually, I'm not sure I really want the fancy code generation and 
compiling. I see the docs mention a way to do a dynamic client without all that 
by using ClientFactoryBeans, but then the details are absent 
(http://cwiki.apache.org/CXF20DOC/dynamic-clients.html).  Are the details 
ClientFactoryBeans available anywhere?

Thanks,

Lee

-----Original Message-----
From: Willem Jiang [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 7:23 PM
To: [email protected]
Subject: Re: DynamicClientFactory and ant

We use the ant for searching the source in the directory for
using javac to compile the XJC generated file in the
DynamicClientFactory.
If you want to remove it , we have to write this part of
function codes ourself.

Willem.


Lee Breisacher wrote:
It seems a bit odd to me that DynamicClientFactory (a
runtime facility) depends on ant (a development tool). Is
there any plan to remove this dependency?
Thanks,

Lee



Reply via email to