cusers333478downloadshumanaweatherapi-rev1-2015-05.zipHi,
I have developed a simple API service using Apigee. The back end is Yahoo weather API. Wen I try to hit it Post man I'm getting the below error
{ "fault": { "faultstring": "The Service is temporarily unavailable", "detail": { "errorcode": "messaging.adaptors.http.flow.ServiceUnavailable" } } }
I have attached the service proxy that I developed along with this email.
Solved! Go to Solution.
The target URL you are using is incorrect.
It should be: weather.yahooapis.com
You have: weather.yahooapiss.com
This is in targets/default.xml under <URL> tag.