by Five String.
Sorry for the vague question, but I've been trying for days to set up a WSDL-based SOAP web service and haven't been able to.
Previously I have created REST services very simply.But I have not been able to create SOAP service.With REST, you simply register a service in db/services.php and create the necessary functions in classes/external.But what is the equivalent process for a SOAP service?
I have a WSDL file that describe the service.
I would be very grateful for any kind of help.