What webservice standards does Mendix support?

4
I have been told that mendix supports a wide set of webservice standards and methods. Can anyone tell me exactly which ones?
asked
2 answers
4

Mendix supports WSDL 1.1 and SOAP 1.1 and 1.2. Within WSDL multiple styles exists:

  • RPC/encoded
  • RPC/literal
  • Document/encoded
  • Document/literal

For a full explanation of these styles see this article. Mendix supports RPC/encoded, RPC/literal, and Document/literal.

answered
2

I don't know the exact ones but, Soap and WSDL are currently supported, REST-style webservices are currently not available. See the wiki page here

For everybody who wants to know how to call webservices please follow Howto: Webservices how to page.

answered