cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices REST VBO failing

JesperBruun_Han
Level 3
When using the Webservices - REST VBO to call my restfull API, I get the following error message: Internal : Could not execute code stage because exception thrown by code stage: Object reference not set to an instance of an object. I have imported the following VBO's into BP before running my process: Utility - HTTP Utility - JSON Webservices - OAuth2.0 Webservices - REST The process basically makes a Get request to Github's API (just for testing purposes - https://api.github.com/users/jesperbruunhansen) as it does not require any authentication etc. When stepping through the process I notice the error occurs at the HTTP Request code-block in the Utility - HTTP VBO. Does anyone know why this error occurs and what might be the fix to it?   Best regards,  Jesper Bruun
2 REPLIES 2

JesperBruun_Han
Level 3
Okay, after some further testing this issue seems to be specific to Github's API. After testing with https://jsonplaceholder.typicode.com/ it works

Anonymous
Not applicable
Hi, Could I ask you the steps involved in making rest API call with an example. this is little urgent for me.