Hi all,

New user, not a lot of Web Service experience overall.

I have a few web services that are generated from Eclipse's axis plugin tools.
I really don't like the WSDL and config files it creates, seems way
overly-complicated for the simple webservices that I use.

Looking at CXF, this looks much simpler.

Starting to try to migrate, the only stumble I've found is this:
I use javax.xml.rpc.server.ServiceLifecycle for the init() method, so
I can get a ServletEndpointContext (running in Tomcat).  I need to be
able to get the servlet context (or something similar) to read a
config properties file in.

Is there a similar lifecycle paradigm in the CXF world?

Thank you,
-d

Reply via email to