Hello!
Can anyone tell me how to find the address where cxf-web-service received the request.
service settings:
//beans.xml
//route
from("cxf:bean:MyCxfService")
.routeId("wsMyCxfService2switch")
.setProperty(Constants.ORIG_BODY_PROP, body())
....
Hi,
Per your configuration, the default webservice address should be
http://localhost:8181/cxf/MyService
Freeman