Re: How to set up an invoker?

2007-07-16 Thread Jim Ma
Hi, You can use the below configuration to inject an invoker for the server: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jaxws="http://cxf.apache.org/jaxws"; xmlns:soap="http://cxf.apache.org/bindings/soap"; xsi:s

How to set up an invoker?

2007-07-16 Thread Lukas Zapletal
Hello, I need to set up invoker for my service but I cant find the proper XML tags for the configuration in the documentation: http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html How to do this? And if I like to do this from the code where should I put it? I mean when CXF run as Servlet