How to configure Restful service as a backend services to API-Proxy

Hi,

I have back-end service as Restful Web service with an URL like "http://<IP-Address>:<Port-number>/persons/{personId}/getDetails".{personId} is dynamic value coming as a part of URI.

This service how can we configured in API-Proxy?

Solved Solved
0 1 199
1 ACCEPTED SOLUTION

Not applicable

In your base path, you would use http://<IP-Address>:Port-number/persons and in your resources, you would parameterize it us using /{personId}/getDetails

View solution in original post

1 REPLY 1

Not applicable

In your base path, you would use http://<IP-Address>:Port-number/persons and in your resources, you would parameterize it us using /{personId}/getDetails