How to fetch data from SAP system?

0
Hi, I need to fetch some information from an SAP backend system. All I have been provided is a WSDL file. Can somebody guide me on how to proceed further?
asked
1 answers
1

A WSDL is the definition of a SOAP webservice. See below on an how-to to consume such a service in your app:

https://docs.mendix.com/howto/integration/consume-a-simple-web-service/

answered