Hello, I have a question, is there a way to consume a web services Soap, it receives parameters and returns a response, all this from the appsheet, thank you very much
AFIK, AppSheet does not support calling SOAP services directly.
You might want consider using calling an Apps Script (which does not have out of the box SOAP support either, but can be done using URLFetch based on GEMINI), which then makes a call to the SOAP service.
I have no personal experience here but there may be some members who might have done this..