how can I test a webservice build with cxf with soap ui?
I have method annotated with开发者_StackOverflow中文版 @WebService, and it should be accessible on a port on my local machine. How can I use soapui to send a value?
Create a new project passing the url of your service follow by ?wsdl
in soapui.
精彩评论