call a appworks(cordys) web services using react js framework

Options

Hi All,

we are building a new UI using a React JS library, I need to know how I can call cordys web services from UI and get the response.


Thanks,

Comments

  • jpluimers
    Options

    In general, on a high level, you can do an http POST from React, for example via axios, to send the SOAP request and get the response. You would need to pass the SAMLart as security token as normally done when interacting with the AppWorks services.