Can we use SOAP API which takes request as an XML and provides response as XML ? | XM Community
Skip to main content

SO we need to get data from a source who can only provide the data in XML format via a SOAP API.
Is there any way we can use and store the data we receive via call in embedded data within the survey ?

We can use Jquery-AJAX call for this in a question JS and then parse the response to store as ED. We will also need to take care of CORS from server side to make this work.


Leave a Reply