Re: svn commit: r1239141 - in /cxf/trunk/distribution/src/main/release/samples/logbrowser: pom.xml src/main/java/demo/logbrowser/App.java

2012-02-01 Thread Sergey Beryozkin
Thanks for it, still planning to do some package changes, so was planning to fix the demo build itself a bit later... Cheers, Sergey On 01/02/12 14:12, ningji...@apache.org wrote: Author: ningjiang Date: Wed Feb 1 14:12:12 2012 New Revision: 1239141 URL: http://svn.apache.org/viewvc?rev=1239

Dynamic WSDL location by CXF Consumer

2012-02-01 Thread Andrei Shakirin
Hi, Just would like to check the following thing in CXF architecture: As I understand WSDL is initialized quite early on the Client side. If wsdlLocation attribute is defined in client spring configuration, JaxWsProxyFactoryBean -> ClientFactoryBean -> ReflectionServiceFactoryBean get WSDL fro

RE: Dynamic WSDL location by CXF Consumer

2012-02-01 Thread Andrei Shakirin
Just posting the Dan's answer: > Hi, > > Just would like to check the following thing in CXF architecture: > As I understand WSDL is initialized quite early on the Client side. > If wsdlLocation attribute is defined in client spring configuration, > JaxWsProxyFactoryBean -> ClientFactoryBean -