on 2024 May 10 11:15 AM
Dear Experts,
I created a python flask application which main task is to invoke the odata v4 based API in the system CCW710, the service url is https://ccw-710-api.devsys.net.sap/sap/opu/odata4/sap/api_purordaccrsaccrperdcamount/srvd_a2x/sap/pu... and the credential is COM_0853/Welcome1!
I know in the BTP cloud foundry environment, if a BTP service needs to connect with the S4 services, then the cloud connecter should be created and BTP destination should be created based on the opened cloud connecter, I had already done these and both connection is succeed. but when sending the request in python runtime, it failed always, it looks the DNS failed with error NameResolutionError.
this is my project in github: https://github.tools.sap/I069526/APIPerfEvaluation
you can download to analysis the issue by calling the endpoint '/odata_es5', or it is great that you can create a simple with the code which can invoke the odata v4 system.
1. cloud connector
2. destination
3. failed when invoke the endpoint
Best Regards, Javy
Request clarification before answering.
X.509?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OData V4 metadata url can be slightly different from OData V2:-
/sap/opu/odata4/.../$metadata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you find the solution for this? I am experiencing exactly the same issue right now with the exact same error message and am stuck now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.