Hi Sergey: I have tested my current code and these are working fine: http://localhost:8080/demoserver/jaxserver/jmxserver/port/%22UserServiceImpl%22 http://localhost:8080/demoserver/jaxserver/jmxserver/type/Bus.Service.Endpoint
I will work on this " sign which is %22 in the URL and try to remove it. This is not working http://localhost:8080/demoserver/jaxserver/jmxserver/service/{http://web.management.gsoc.cxf.apache.org/}DJMXServer which is : http://localhost:8080/demoserver/jaxserver/jmxserver/service/%7Bhttp://web.management.gsoc.cxf.apache.org/%7DJMXServer It simply return 404 error. I guess it's the restriction from CXF Rest inbound, then I tried: http://localhost:8080/demoserver/jaxserver/jmxserver/service/service?{http://web.management.gsoc.cxf.apache.org/}DJMXServer http://localhost:8080/demoserver/jaxserver/jmxserver/service/service={http://web.management.gsoc.cxf.apache.org/}DJMXServer They didn't work neither. Because when = in request, it's still 404, and when ? in request, I only get 'service' as the @PathParam in the input, the rest of the part is lost. So is there any way I can pass string like 'http://******' as a part of request in cxf? BTW, I will have the NDA ready this week. Thank you. Regards Shenglin Qiu
