Is there any way of mapping based only on the LocalPart? I need to map to the same endpoint Method all the requests that come with different namespaces, without knowing them in the first place. I tried not setting the "namespace" atribute on the annotation, but it just works for the requests with empty namespace. Thanks!