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

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

  • December 14, 2021
  • 1 reply
  • 79 views

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●

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

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • December 25, 2021

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.