Alexander Dümont
Alexander Dümont
(I assumed this was a Java question)
> Provide a possibility to decide on a by request level if either `SAP-Connectivity-Technical-Authentication` or `SAP-Connectivity-Authentication` should be sent. How would you differentiate when to use one over the other?...
Hi colleagues, I'm the product owner of SAP Cloud SDK. We're planning to address the async support for our servlet `Filter` soon in Q4/2022. The reason for not immediately fixing...
Hi Eric, Thanks for your message! We'll add this as feature request to our backlog. Please let me know in case you want us to meet a certain deadline on...
Hi @datze You can get `fileStream` and `responseHeaders` in a single request by using the low-level [Generic OData Client](https://sap.github.io/cloud-sdk/docs/java/features/odata/generic-untyped-odata-client): (ex. `/FileService/FileCollection(id='abc')/$value?foo=bar`) ```java HttpDestination destination; ODataEntityKey entityKey = new ODataEntityKey(ODataProtocol.V2).addKeyProperty("id", "abc")...
Hello @KurtStauffer, Please excuse my confusion, can you check whether your initial idea is working? ```java service .batch() .beginChangeSet() .addFunctionImport(deleteAllAdditionalIdsFunction) ``` I would expect this to work(?). Can't you add...
Hi Kurt, Thanks for the clarification again. We will [harmonize the OData V2 and OData V4 API in the next major release](https://blogs.sap.com/2022/03/01/sap-cloud-sdk-for-java-4.0-building-the-next-major-version/), that will be consumable early Q3 / 2022....
Hi @SpaceCondor, Currently we are in preparation for the upcoming next major release. This will likely keep us busy within the next weeks. As long as you have the option...