You use the service factory bean to obtain a service, and you 'start' it. No need to register it.
Are you moving to JAX-WS or using 'simple'? I can probably point you at an example either way. On Thu, Sep 18, 2008 at 8:10 AM, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > Setting up all from java. I should not use Spring. > > On Thu, Sep 18, 2008 at 2:58 PM, Benson Margulies <[EMAIL PROTECTED]>wrote: > >> The closest equivalent, so far as I know, is publishing an endpoint. >> Have you moved to Spring config, or are you setting everything up from >> Java? >> >> On Thu, Sep 18, 2008 at 7:46 AM, Alexey Zavizionov >> <[EMAIL PROTECTED]> wrote: >> > Hello list, >> > >> > I have read a migration article at >> > http://cwiki.apache.org/CXF20DOC/xfire-migration-guide.html >> > >> > Where I could find a cxf equivalent to register service: >> > >> XFireFactory.newInstance().getXFire().getServiceRegistry().register(myService); >> > >> > Alexey. >> > >> >
