Tutorials: https://developers.sap.com/tutorials/cp-starter-isuite-api-management.html
--------------------------
When following this tutorial, there is a 500 error when getting the auth token via the OAuth access policy. Testing the token endpoint with Postman, I receive
}
It is missing the grant_type=client_credentials payload in thegetoauthtoken step. I added the following to the <ServiceCallout>:
<Payload contentType="application/x-www-form-urlencoded">grant_type=client_credentials</Payload>
This eliminates the above error, but I still get a 500 error : An internal server error occured: The MPL ID for the failed message is : AGSQ1x3o51owaNCdcApVRyFI0reA
Any ideas?
Request clarification before answering.
com.sap.it.rt.adapter.http.api.exception.HttpResponseException: An internal server error occured: Failure converting a node of class javax.xml.transform.sax.SAXSource: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.. Happening in the Content Modifier step.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Arthur,
Can you goto cloud integration monitoring and see what error you are getting?
The MPL id mentioned in APIM response is from Cloud integration.
Regards,
Sri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.