on 2020 Sep 10 2:35 PM
Good afternoon,
I am getting an odd behaivour in SAP API Managment so let's see if someone has encountered the same issue.
We have an API Proxy with to Target Endpoints where one of them does not call to any backend.
For the POST operation everthing works fine but for the GET opeation we are getting the error below:
{"fault":{"faultstring":"Unable to route the message to a Target Endpoint","detail":{"errorcode":"messaging.runtime.RouteFailed" } }}
After debugging, what I have observed is that the system variable request.verb is empty, therefore, when doing the comparison to determine the target endpoint if fails.
At the start of the process:
When determining the target:
The policies applied are:
- Retrieve a value from the cache with a CacheLookUp.
- Set the payload with an AssingMessage.
Any idea why this system request.verb variable gets blanked?
Many thanks!
C.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.