cancel
Showing results for 
Search instead for 
Did you mean: 

How to consume SOAP Services in SAP UI5 application using Cloud foundry Environment in BAS?

madhav15
Explorer
0 Kudos

Hi all,

I am currently working on consuming of SOAP services in SAP UI5 application in CF environment using Business Application Studio. This is a public SOAP API https://crcind.com/csp/samples/SOAP.Demo.cls?soap_method=Mission which I am using. I tried with approach creating destination for SOAP service, destination configuration is given below:

Then I called ajax in my controller for GET request (While creation of project I selected data source as a none):

Did some changes in xs-app.json to hit the right destination:

And also did changes ui5.yaml to define backend and Destination:

I am getting this error:

I am approaching this above method in CF environment using Business Application Studio. Kindly help me to resolve this problem, and suggest if this is a correct way or not.

View Entire Topic
CarlosRoggan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

one idea would be to use Cloud Integration to create an OData-service based on the SOAP-data.

Kind Regards

Carlos