Rest Webserice Content Type as form-url encoded
Hi,
I would like to get a help on Rest based web service in Peoplesoft.
I have used the GET and POST method using content type as xml and json.
But here a different scenario where I need to pass the values as form-url encoded to third party Java Systems.
I have created the Service Operation with Post method as follows:
1)I gave the last word of URL in the URI field since it is a required field.
2)I have entered the URL gave by third party in the Base URL field provided
3)Document template is empty
4)Entered the Request and Response message with plain Content Type.The Content type url-encode was not there in the drop down.