We are implemeting CWS in Content Server 10 SP2 Patch 13.
Our system is Linux and we are running tomcat.
We've installed the les-services under tomcat and the wsdl's a are accessable
Following the next step in the set up we
Use the wsimport command to generate the client proxies for each service. Enter the following commands
/usr/java/jdk1.6.0_20/bin/wsimport -keep http://localhost:8080/les-services/services/Authentication?wsdl
It appears we are missing some of the java files
parsing WSDL...
generating code...
[ERROR] ./com/opentext/livelink/service/core/AuthenticateApplication.java (No such file or directory)