Yahoo weather API failing from Apigee Edge

Not applicable

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 Solved
0 2 488
1 ACCEPTED 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.

View solution in original post

2 REPLIES 2

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.

Not applicable

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