For the last two days I have been searching for an answer to this question.
- Does Enyo support SOAP? If not, is there an alternative to SOAP?
- How can we call web services using JS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no specific SOAP support in Enyo. You could likely find another JS library supporting SOAP and wrap it up in an Enyo kind.
Enyo 1.0 has a Web Service kind.
Enyo 2.0 currently just exposes an Ajax control to use instead.
If you decide to use something other than SOAP, I’d recommend the service return JSON. If you must use SOAP, you’ll need to extend Enyo yourself to support it.