Skip to main content
Nintex Community Menu Bar
Solved

Call a Web Service failes

  • May 7, 2023
  • 2 replies
  • 184 views

Forum|alt.badge.img+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.

Best answer by Garrett

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

 

2 replies

Garrett
Forum|alt.badge.img+16
  • Scout
  • Answer
  • May 7, 2023

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

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • May 15, 2023

Hi @BynetSoft 
Did this solve your question?