Error performing Rest API using BP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-05-18 07:14 PM
Business object: webservices - REST
Need to test the get response of below url: "http://www.google.com"
I am trying to verify the http status response code : 200
Error:
Internal : Could not execute code stage because exception thrown by code stage: Unexpected character encountered while parsing value:
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-05-18 08:58 PM
Did you find a solution to it?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-18 04:24 PM
Use the HTTP utility if you want generic GET/POST requests.
If you want anything more advanced than what it offers, you'll need to implement your own utility object.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-18 08:33 PM
Yes Abhishek,
I implemented my own code (C#) as the existing HTTP utility does not give you all the result like status code and redirection.
I have used HTTPWebrequest class to write my logic.
Amit-
