Can we use SOAP API which takes request as an XML and provides response as XML ? | XM Community
Question

Can we use SOAP API which takes request as an XML and provides response as XML ?

  • 14 December 2021
  • 1 reply
  • 61 views

Userlevel 7
Badge +27
  • QPN Level 5 ●●●●●
  • 255 replies

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 ?


1 reply

Userlevel 7
Badge +22

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