how to get data from wsdl

1
how to retrive  data  from web service using  WSDL url
asked
2 answers
1

Check these manuals. they show you step by step how to invoke a soap web service.

 

https://docs.mendix.com/refguide7/consumed-web-services

https://docs.mendix.com/refguide7/call-web-service-action

answered
0

Map the wsdl to your domainmodel. Define a microflow in which you use webservice (activity) who uses this mapping and call this service. In general this is te way how you get data using a webservice.

answered