Hello everybody,
I need to write invoker for web services in JSF. Any guidlines you can give me? Which lib(API) should I use?
Thanks
Hello everybody,
I need to write invoker for web services in JSF. Any guidlines you can give me? Which lib(API) should I use?
Thanks
The way you access web services from your code (managed beans perhaps?) does not depend on JSF. CXF and Metro are both implementations of JAX-WS, using which you can implement web-service client code.