How to publish a Post SOAP web service in mendix?
0
I want to Publish a Post Soap service ,which can recieve response and send response .
asked
2023-04-28
DURGA PRASAD KALAMATI
1
answers
0
See:
https://docs.mendix.com/howto/integration/expose-a-web-service/
a post webservice requires
input parameter(s) matching the post message
mapping xml > input parameter entities
Your microflow will handle the post handling. converting data, committing etc.
answered
2023-04-28
Rene van Hofwegen