Resolved! Get SOAP data using HTTP Request
Hi all,I'm trying to utilize a SOAP based Web API, using the HTTP Request action.Unfortunately it's not possible to use the Web Services directly.I can get the data I want by using the cURL command below - some data are redacted:curl -X POST -H "Cont...