Hi, Thanks to CXF's tutorial "a-simple-jax-ws-service" I was able to write a simple webservice that has access to the server-side classes.
However I would like to create a client which is completly independent of server-side code/interfaces by using wsdl2java. I am quite confused, the Service-Interface doesn't contain my method, instead it in the endpoint definition and-so-on. Does somebody know a good tutorial howto write a ws-client using CXF using the stubs generated by wsdl2java? Thank you in advance, Clemens
