Hi,
I have back-end service as Restful Web service with an URL like “**http://:/**persons/{personId}/getDetails”.{personId} is dynamic value coming as a part of URI.
This service how can we configured in API-Proxy?
Hi,
I have back-end service as Restful Web service with an URL like “**http://:/**persons/{personId}/getDetails”.{personId} is dynamic value coming as a part of URI.
This service how can we configured in API-Proxy?
In your base path, you would use http://:Port-number/persons and in your resources, you would parameterize it us using /{personId}/getDetails