Simple Api Service fault

Not applicable

I am trying out API proxy with a very simple rest service. However, I am getting the below response:

{"fault": {"faultstring": "The Service is temporarily unavailable","detail": {"errorcode": "messaging.adaptors.http.flow.ServiceUnavailable"}}}

when I invoke the API with below:

http://adityaanand-test.apigee.net/example/v1/Desc...

This should point to the actual service, which is here:

http://duxdnx.duckdns.org/IaaS/v1/DescribeAllOrder...

Attaching my config bundle here: example_iaas_rev1_2014_10_10.zip

What am I missing?!

Solved Solved
0 2 2,671
1 ACCEPTED SOLUTION

Not applicable

Ah never realized the port forwarding from the internet has stopped working. Rebooted my firewall and now all is good. Thanks.

View solution in original post

2 REPLIES 2

Not applicable

Have you verified that your backend service is working correctly? I tried accessing it and got no response. Check to see if there is any problem with your backend. If your backend is working correctly, you could run your proxy in trace mode and see where it is failing.

Not applicable

Ah never realized the port forwarding from the internet has stopped working. Rebooted my firewall and now all is good. Thanks.