I publised one test API on WSO2 API Manager as prototype API. But When I am trying to curl the API endpoint I am getting bellow error
curl http://localhost:8280/weather2/v1.0.0
<am:fault xmlns:am="http://wso2.org/apimanager">
<am:code>101508</am:code>
<am:type>Status report</am:type>
<am:message>Runtime Error</am:message>
<am:description>Error in Sender</am:description>
</am:fault>
I am getting the same error for Managed API as well.
log4j.logger.org.apache.synapse.transport.http.wire=DEBUGline in repository/conf/log4j.properties file. You can see how API Manager sends the request to backend, what's the response. - Abimaran Kugathasan