REST Activity : Host Parameter is null error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2015 12:43 PM
While using the Workflow REST Activity (introduced in Fuji), I am getting the following exception :REST Web Service invocation failed with status code: 0 payload: errorMessage: java.lang.IllegalArgumentException: host parameter is null. What could the issue be? I have checked the endpoint and the input parameters. Where do I look for the issue?
- 5,083 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 06:56 AM
Hello Sowmya,
I'm having the same issue... Did you manage to make it work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2020 11:52 AM
I had the same issue. I was able to solve it by prefixing https:// to end the point. I changed at the Rest Message End Point as well as at the Get Method End Point.
Please mark the answer helpful if it helps you.