I have a REST service that I'm building using CXF 2.7.5 that deploys correctly (it is listed with /services and the link returns a valid wadl), however I'm a bit confused as to what the actual invocation url is.
WADL URL: http://localhost:8080/juddiv3/services/inquiryRest?_wadl Base URL from WADL: <resources base="http://localhost:8080/juddiv3/services/inquiryRest"> My implementation class has
