I'm attempting to use the new Web Services Data Action. But I have had no success.
I started with the Weather samples (which have an error in them - they require the variable Zip but the actual variable is ZipCode.
Here is my Request Configuration (modified from the example):
{
"requestUrlTemplate": "http://time.jsontest.com/",
"requestType": "GET",
"headers": {},
"requestTemplate": "${input.rawRequest}"
}
When I test it, the error is:
{
"message": "The request timed out."
}
Appreciate any help