Ok, well I tried and everything seems ok.

I've a question: how can I use last string in the path as parameters?
For example I'd like to do: http://localhost:8080/service1/sub1/1 where 1 is a parameter to pass to the sub1 not another service to register.

Thanks