Thanks Dan and Benson. -Chris W.
-----Original Message----- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2008 2:11 PM To: [email protected] Cc: Wolf, Chris (IT) Subject: Re: Service-enable legacy code via ServerFactoryBean and CXFServlet With spring config, yes. The simple frontend does have spring namespace thing to enable a lot of this. The simple:server element is what you would want: http://cwiki.apache.org/CXF20DOC/simple-frontend-configuration.html Dan On Tuesday 12 August 2008 12:52:39 pm Wolf, Chris (IT) wrote: > We have a use-case of needing to service-enable some legacy code, > which we can't modify. As a POC we were able to service-enable it > using ServerFactoryBean (and presumably, > ReflectionServiceFactoryBean). This works fine in the standalonoe > endpoint model of deployment, but now we want to > > deploy to a servlet container, which I believe is solely handled by > CXFServlet. The question is - can ServerFactoryBean and/or > ReflectionServiceFactoryBean by used with CXFServlet? > > Thanks for any tips.. > > -Chris W. > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender > does not intend to waive confidentiality or privilege. Use of this > email is prohibited when received in error. -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
