SOAP Basic Authentification

0
hey, i have a SOAP service in Mendix and want to access it. Unfortunately, the consumer requires basic authentication, which is not a standard setting in Mendix. Do any of you have an example of how this could work?   Best Regards,
asked
1 answers
1

Hi, if you are publishing a SOAP service from Mendix app, then it is very easy to enable authentication.

https://docs.mendix.com/refguide/published-web-service/

- Open your published web service

- In settings tab, you can find the authentication

- You must create a WebService User which is also explained in https://docs.mendix.com/refguide/published-web-services/#311-authentication

- With this setup, consumer of the service, can use the WSDL, User details and call the service succesfully.

Hope this helps

answered