Question
1
Replies
98
Views
Posted: January 23, 2017
Last activity: January 24, 2017
Closed
how to call a web service hosted in a multi tenant server
I have REST service created in a Multi tenant server. Able to access the server with unique identifier after prweb in the URL.
But, how to call a web service hosted in a multi tenant server
***Moderator Edit: Vidyaranjan | Updated Categories***
Which version of Pega are you on? When you login to your tenant, in the REST service's service package instance, you should be able to see the URL to your REST service which is usually of this format:
http(s)://<server>[:<port>]/prweb/PRRestService/<tenantID>/<servicepackage>/<customerclass>/<servicemethod>