2024 May 24 9:32 AM - edited 2024 May 24 12:19 PM
HI Experts,
I am trying to consume SAP Document Information Extraction Service API's from SAP Cloud Application Programming (CAP) and apply some custom logic at CAP level and pass to UI.
But here when I am trying to access them, I am facing below error
Error during request to remote service: The 'url' property is not set for destination btp_document_info_extract which is mandatory if you use it as an 'HTTP destination
Adding details like DI Subscription & instance with service key, destination, CAP Code snippet. let me know if more info is needed.
package.json file
{
"name": "incident-management",
"version": "1.0.0",
"description": "A simple CAP project.",
"repository": "<Add your repository here>",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@sap-cloud-sdk/connectivity": "^3.15.0",
"@sap-cloud-sdk/http-client": "^3.15.0",
"@sap-cloud-sdk/mail-client": "^3.15.0",
"@sap-cloud-sdk/resilience": "^3.15.0",
"@sap-cloud-sdk/util": "^3.15.0",
"@sap/cds": "^7",
"@sap/cds-hana": "^2",
"@sap/xssec": "^3",
"express": "^4",
"passport": "^0.7.0"
},
"devDependencies": {
"@cap-js/sqlite": "^1",
"@sap/cds-dk": "^7",
"@sap/eslint-plugin-cds": "^3",
"@sap/ux-specification": "^1.120.10",
"axios": "^1.6.8",
"chai": "^5.1.1",
"chai-as-promised": "^7.1.2",
"chai-subset": "^1.6.0",
"eslint": "^9",
"jest": "^29.7.0",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "cds-serve",
"test": "jest tests/test.js",
"watch-incidents": "cds watch --open incidents/webapp/index.html?sap-ui-xx-viewCache=false",
"undeploy": "cf undeploy incident-management --delete-services --delete-service-keys --delete-service-brokers",
"build": "rimraf resources mta_archives && mbt build --mtar archive",
"deploy": "cf deploy mta_archives/archive.mtar --retries 1",
"watch-businesspartners": "cds watch --open businesspartners/webapp/index.html?sap-ui-xx-viewCache=false"
},
"sapux": [
"app/incidents",
"app/businesspartners"
],
"cds": {
"requires": {
"btp_document_info_extract": {
"kind": "rest",
"credentials": {
"destination": "btp_document_info_extract",
"forwardAuthToken": false
}
},
"API_BUSINESS_PARTNER": {
"kind": "odata-v2",
"model": "srv/external/API_BUSINESS_PARTNER",
"[production]": {
"credentials": {
"destination": "cap_demo-bupa",
"path": "/sap/opu/odata/sap/API_BUSINESS_PARTNER"
}
}
}
}
}
}
#SAP Document Information Extraction, SAP Cloud Application Programming Model Node.js SAP Business Technology Platform
Regards,
Sai Nithesh
Request clarification before answering.
@MioYasutake , Thanks for the quick response. Updated the package.json file in the question. please refer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
9 | |
7 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.