Discussion
1
Replies
4605
Views
Incessant Technologies
Posted: January 27, 2016
Last activity: March 16, 2018
Closed
Rest-Service URL
How to create REST-Service URL?
Thanks in advance
Saikhom
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Look at the "More" tab within help for the REST Service rule.
Invoking a service rule
To send a request to an REST service rule, use the URL of the
PRRestService
servlet. Append the three-part key to the rule to the URL. Use the following syntax:http://servername:portnumber/contextroot/PRRestService/packageName
/className/methodName
For example:
http://MyServer:8080/prweb/PRRestService/SampleREST/Phonebook/AddContact