why the API generated by AM is not invoked as the following error logs

164 views Asked by At

I configured the API by AM and I configured the Production Endpoint to https URL.After the API was published ,I invoked it by curl command as the following.

curl -X GET --header 'Accept: application/json' --header 'client-id: vnet40000001' --header 'Authorization: Bearer a1819578-550c-37bf-8da2-6c8b197a571f' 'https://localhost:8243/1.0.8/common8/claim?vid=462cdd20-d22f-11e6-8085-f5947f55f361'

the error logs as the following

<am:fault xmlns:am="http://wso2.org/apimanager"><am:code>101500</am:code><am:type>Status report</am:type><am:message>Runtime Error</am:message><am:description>Error in Sender</am:description></am:fault>

then what causes the problem?

0

There are 0 answers