qingtian liu
qingtian liu

Reputation: 21

How to call Soap webservice in Sap Cloud Sdk for javacript project

As the title mentioned, do I have any way to call soap service in a SAP Cloud SDK for JavaScript project? Feature Matrix

In the feature matrix at sap.github.io as the picture shows, SOAP is not supported in the Cloud SDK for JavaScript. Is there a way to call a SOAP webservice in this scenario?

Upvotes: 1

Views: 308

Answers (1)

Artyom Kovalyov
Artyom Kovalyov

Reputation: 409

The SAP Cloud SDK for JavaScript doesn't support SOAP and there are no plans for it. As you can see from the feature matrix we suggest using node-soap. Another option would be switching to Java where we provide full SOAP support.

The SOAP is infrequently requested for the JS ecosystem. That's the reason the SDK can't allocate resources there.

Upvotes: 1

Related Questions