Yahoo weather API failing from Apigee Edge

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.

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 tag.

1 Like

Sorry My bad changed it for testing error scenario. But did not notice this one