In running wsdl_first, a class called CustomerServiceService is created based on the service name in the WSDL. The class has an annotation in it called @WebServiceClient.
The documentation for JAX-WS doesn't fully explain what purpose of the this annotation is outside of it representing the service name. So I am trying to understand when building a client or service endpoint with CXF, how would I use the CustomerServiceService class or would I use it...because outside of it's generation...I don't see it used at all in the wsdl_first example. Thanks for your help, Jay -- View this message in context: http://cxf.547215.n5.nabble.com/wsdl-first-example-and-basic-JAX-WS-question-tp1044846p1044846.html Sent from the cxf-user mailing list archive at Nabble.com.
