Hi,
I am new to CXF and trying to get familiar with it by running some of
the samples and trying my hand at writing a couple of simple webservices.
The question I have relates to the basic, HelloWorld, sample. I have
created the server and it runs fine - dependencies are set up correctly.
However, when working on the client, there is a dependency on the
HelloWorld.class file, which I assume to be the actual remote webservice
interface.
How, in a real world scenario, does a client get a hold of this? My
assumption is that I would get the WSDL for the remote service and then
do a wsdl2java on it and compile the generated interface as part of my
client application.
Is this correct? If not, what is recommended?
Thanks very much.
John