boudhayan-dev
Employee
Employee
Member since ‎09-05-2018

User Statistics

  • 103 Posts
  • 1 Solutions
  • 36 Kudos given
  • 67 Kudos received

User Activity

Hi, I have a use case where I need to consume SAP Document Management service (CF) using JNDI in Cloud foundry environment. How can this be achieved ? In the Neo offering of SAP Document service , it was made possible by the following code snippe...
Hi, I have a basic UI5 app deployed on Kyma. I want to connect to a backend service that is also deployed on kyma using AJAX. Based on my experience in Cloud foundry, I know that setting the `destinations` variable in the environment will be enough...
Hi, I am using an HTTP operator to make a POST request to an endpoint in a Data HUB pipeline as follows - The POST request succeeds. I can verify that by checking the logs of the application to which the call is made. The application returns a...
Hi, I have created the following Modeler scenario - I have defined 2 types of request - 1. GET 2. POST The GET request works absolutely fine when I try from POSTMAN but POST request fails with the following error - Error - Forbidden...
Hi, I would like to stop the polling of a URL using HTTP Client Operator. Right now, if I want to make a GET request, it only works if I select Polling = True, otherwise GET option is not enabled. If Poling is disabled, only POST call is enabled. ...