on 2023 Dec 22 11:14 AM
Hi Community!
So I have just recently started my journey to expand my skills on BTP and SAP Build Apps. For this I have setup the 90-day free Trial BTP environment as I will only use it for my own personal development and try out some simple scenarios in non-prod and non commercial aspects. Including simple integration flows using the trial Integration Suite.
I have been successful in making my very own first mobile app using the SAP journey. Very satisfying since I come from a technical background and never developed applications!
My goal is to then use my new skills in any potential customer engagements and assignments in their environments.
So to my current small project and issue:
Goal - Simple SAP Successfactors app, to be able to use SAP standard API's and create simple web forms/mobile app on SAP Build.
For this I have access to a Demo/Trial Successfactors system as a SAP partner.
So I have my BTP trial global account with the subaccount and have done the following:
- Enabled the SAP Build Apps
- This also includes the Cloud Identity Services, Business Application Studio and Build Work Zone
- Enabled the Integration Suite with Trial plan
- Made sure the necessary entitlements for Successfactors Extensibility are in place (api-access and sso-configuration)
- The instances for SAP Successfactors Extensibility are created and also the ones for integration flow
- Successfully established and registred the BTP trial global account with the Successfactors demo system
- HTTP destination is in place and working including the necessary additional properties
- New project in SAP Build Apps
The HTTP Destination was created using the OAuth2SAMLBearerAssertion and connection check is OK.
However I am getting Failed to load in the Add Integration/BTP destinations:
When clicking it shows this
Destination details{
"name": "Successfactors_Trial",
"productName": "SAP SuccessFactors",
"mobile_enabled": false,
"requires_csrf": true,
"sapSalesAndServiceCloud": {
"is_mashup": false,
"is_api_metadata": false,
"is_api": false
},
"is_catalog": false,
"is_appgyver_metering": false,
"is_dynamic": true
}
Request details
{
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json",
"x-csrf-token": "81f911f27d7ede76c3c60324bd186f678e5b8833d37559d2400c9c8ab0347b73",
"x-requested-with": "XMLHttpRequest"
},
"baseURL": "/destinations_api/v2/destination/Successfactors_Trial",
"data": "{\"headers\":{\"accept\":\"application/json, text/plain, */*\"},\"url\":\"\",\"method\":\"get\"}",
"adapter": [
"xhr",
"http"
]
}
Response details
{
"status": 500,
"headers": {
"content-length": "80",
"content-type": "application/json; charset=utf-8",
"date": "Fri, 22 Dec 2023 11:07:30 GMT",
"etag": "W/\"50-sa5SlLWsYaGxfJDCkJJp6FVHVoQ\"",
"strict-transport-security": "max-age=63072000; includeSubDomains; preload",
"x-correlation-id": "46a05d26-472a-4af1-bb5a-a26057a985db",
"x-frame-options": "DENY",
"x-request-id": "46a05d26-472a-4af1-bb5a-a26057a985db"
},
"data": {
"error": "Failed to build headers.",
"message": "Unable to fulfill proxy request"
}
}
Instance details
daniel.wroblewski any help here would be really appreciated. It looks fairly straight forward when reading the various blogs or the learning journey's but it doesnt work still 😞
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2 things I can suggest/ask:
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.