Looks like you are trying to use CXF to create  jax-rpc web service . CXF
does not support the deprecated jax-rpc spec. Why not create jax-ws web
service ?

Cheers,
Jim


On Sat, Oct 10, 2009 at 8:54 AM, Darrell Esau <[email protected]>wrote:

> 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