Hi :
I am testing jEmbedded cxf webservice function now,it has defined
webservice address in server.properties as following :
=======================================
cxfServer.serverObject=helloWorld
cxfServer.address=
http://localhost:9007/test/helloWorld
......
========================================
but when I run that example,I can't get wsdl by
http://localhost:9007/test/helloWorld?wsdl,why?
Thanks.
JK.Webster