How to use a SOAP web service with no WSDL

0
Hello everyone, I'd like to use a SOAP web service that doesn't have a WSDL. Is my only option to create a WSDL manually and import it as a file, or are there other options? I couldn't quite figure it out myself after reading the documentation. Thanks!!
asked
1 answers
3

You need a WSDL so that Mendix can help you with the mappings. If you don't have a WSDL you can either create one that matches the service or handle your call completely manually via Java actions.

answered