Issue with SOAP Service After Enabling Basic Authentication
Hi Team,
My SOAP functions were working perfectly before enabling basic authentication. To set up basic authentication, I created web applications for the SOAP service, checked the password option, and assigned a user to this web application. However, after enabling basic authentication, the SOAP service stopped working.
Comments
There is no basic authentication for SOAP Services in Ensemble. Password authentication is done via UsernameToken. The SOAP request should have it. See here for the details https://docs.intersystems.com/ens201817/csp/docbook/DocBook.UI.Page.cls?KEY=GSOAPSEC_sectokens#GSOAPSEC_sectokens_username
Thanks for your reply. I think this answer describes the client side. I need information on how to handle the SOAP request on the server side with username and password.
issue resolved thank you