on 2024 May 01 10:40 PM
Hi community,
In a CAP application developed with Java, I am trying to use SAP Cloud SDK (Java) to make batch request to a remote OData service. Local testing works fine. Now, to deploy this application to Cloud Foundry, I've added the following dependency to the srv/pom.xml, as per the document. Cloud SDK version is 5.8.0.
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>connectivity-destination-service</artifactId>
</dependency>
Then, strangely, all the service endpoints are disappeared.
Before adding the dependency:
After adding the dependency:
Have any of you experienced such issue?
The code is available at: https://github.com/miyasuta/java-batch-root/tree/main/java-batch-v4.
Request clarification before answering.
After replacing the dependency with the snippet above, the service started to work.
<dependency>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-core</artifactId>
</dependency>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.