Data360 DQ+

 View Only
  • 1.  How to do SOAP service call using XMLHTTP request

    Employee
    Posted 09-07-2021 04:31

    Hi Team -
    I am trying to work on a use case where we have to call a SOAP service inside DQ+ Analysis using Javascript node, but while writing the custom code to get response from SOAP service the error pops up that XMLHTTP request is not defined. This XML HTTP request is a library /method used to call the SOAP service and is a function available in java script. I have tested the same on my local system but when I try to use the same from inside DQ+ then the error comes up.



  • 2.  RE: How to do SOAP service call using XMLHTTP request

    Employee
    Posted 09-28-2021 21:28

    We were able to achieve this with  RESTAPI node and a javascript node to parse the xml response.