Solved

Call a Web Service failes

  • 7 May 2023
  • 2 replies
  • 110 views

Badge +2

Hi,

I’m trying to configure the Call a Web Service action.

for my test, i’m trying to call a free API, with request type of GET.

i configured the action like this:

every time i test the workflow, i get the same error:

i have no idea what the problem could be.

any help, please.

icon

Best answer by Garrett 7 May 2023, 16:13

View original

2 replies

Userlevel 6
Badge +16

Hi @BynetSoft 

Perhaps there was some issue with the Web Service site when your were using it

Did you try to call the API 
 - directly from your browser
 - directly using any API testing tools eg Postman

 
The API is working. 

 

When I ran using NAC, using same config as yours. Added all the Response variables

Result


If you are still getting issues, why not try another web service site
Random Number API https://www.random.org/clients/http/

Example (Random number between 1 to 100):
https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new

 

Userlevel 5
Badge +20

Hi @BynetSoft 
Did this solve your question?

Reply