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
1 answers
0

See: https://docs.mendix.com/howto/integration/expose-a-web-service/

 

a post webservice requires

  1. input parameter(s) matching the post message
  2. mapping xml > input parameter entities
  3. Your microflow will handle the post handling. converting data, committing etc.
answered