Hi there, I have generated a web service successfully using the HelloWorld example. I can invoke the service thus:
http://localhost:8080/HR%20Webservices/HelloWorld/sayHi?text=Chris Unfortunately I am unable to access the wsdl: http://localhost:8080/HR%20Webservices/HelloWorld?wsdl It is unclear to me whether I have to explicitly generate the wsdl using java2ws, so I subsequently did so using the Maven plugin. A wsdl file is successfully generated in the target/generated/wsdl folder. Any pointers? Kind regards, Christopher -- View this message in context: http://www.nabble.com/wsdl-parameter-on-service-is-not-working-for-me-tp19758057p19758057.html Sent from the cxf-user mailing list archive at Nabble.com.
