Hi Feng,
We mentioned how to acceess the wsdl in samples README, see the part how
to launch client by java command line ,
or UNIX:
java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
demo.hw.client.Client
http://localhost:#/helloworld/services/hello_world?wsdl
For Windows:
java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
demo.hw.client.Client
http://localhost:#/helloworld/services/hello_world?wsdl
Yes, definitely we need document this issue more clearly in README.
I filled a jira https://issues.apache.org/jira/browse/CXF-671 to track it.
Cheers.
Freeman
Feng Zhang wrote:
I got this resolved by go to the samples folder and run "ant deploy". It
deploys the application to tomcat.
The tricky part is how to access the wsdl file, I got it finally by
using "
http://localhost:8080/helloworld/services/hello_world?wsdl".