How does Mendix support Web Service Security?

1
How does Mendix support Web Service Security? Are there certain standards or protocols used to ensure the security of a webservice?
asked
2 answers
1

Soap authentication, HTTP basic authentication, SSL secured connections are all supported out of the box. When publishing a service, Soap authentication + SSL are used.

answered
1

Webservices over SSL is supported, with public or private keys. There are also lot of WSS protocols out there, are you referring to those?

answered