Hello, I have few questions related to REST API Proxy
1. Should we use <proxy> or <api> for proxying existing REST API? 2. Is there a way to proxy swagger api docs ? If I use simple URL redirect for API docs, I get ClassCastException: org.apache.axiom.om.impl.llom.OMTextImpl cannot be cast to org.apache.axiom.om.OMElement 3. Is it possible to use context template for API ? I want to have different tentent name in the URL so want to have dynamic context. (I can use url-template for dynamic url but I am wondering if context can be dynamic as well. 4. What are the best practices of proxying existing REST API? 5. Are there any examples of proxying rest api ? The samples and blogs have discuss rest proxy for soap services. -- Regards, Vish
