Written by

Integration Specialist
Question Bernat · Mar 30

Trouble configuring Basic Authentication for SOAP Web Service in IRIS

Hi everyone,

I’ve configured an integration scenario in InterSystems IRIS with a Business Service exposed as a SOAP web service. Everything works correctly when the web application allows unauthenticated access.

However, when I switch the web application to require Basic Authentication, I’m unable to get it working properly. I have configured a resource and assigned it to both the web application and the user I’m using for the request, but I consistently get login failures (visible in the audit log).

Could someone clarify how to properly configure Basic Authentication for a SOAP web service in IRIS, or point me to the relevant documentation?

Thanks in advance.
 

Product version: IRIS 2025.3
$ZV: IRIS for Windows 2025.3 [Health:9.1.0]

Comments

David Hockenbroch · Mar 30

What is the audit log saying is the reason for the authentication failure?

0
Bernat  Mar 30 to David Hockenbroch

Hi David,

I’m attaching a screenshot of the audit log showing the authentication failure.

I’ve also tried different authentication approaches from SOAP UI:

  • Using Outgoing WS-Security Configurations with a UsernameToken
  • Setting use/pas directly in the request properties (Basic Auth)

However, I’m still getting login failures in all cases.

Thanks.

0
Bernat  Mar 31 to Bernat

Hi,

I’ve managed to resolve the issue.

After restarting SOAP UI, the Outgoing WS-Security configuration became selectable in the request authentication settings, which was not available before.

I’ve also tested the service from other integration engines using WS-Security UsernameToken and it works correctly.

Thanks for your help.

SoapUI 5.7.0

0