Forum Discussion

nmuchow's avatar
13 years ago

Issue with NTLM Authenticaton

Hello all,

I'm trying to connect to Exchange EWS via soapUI.
The IIS on the CAS server is configured to use NTLM only.
I have two domains DomainA and DomainB in two different forests, a forest trust exist between these 2 domains. Exchange server is located in DomainA.

When I send a request using credentials of a user from DomainA (e. g. User: John, Password: test123, Domain: DomainA) I get HTTP Status Code 200 from IIS. Everything is ok.
When I send a request using credentials of a user from DomainB (e. g. User: Peter, Password: test456, Domain: DomainB) I get HTTP Status Code 401.1 (Unauthorized) from IIS.

When I test to connect to Exchange EWS with EWSEditor tool from Codeplex, requests are working fine for user from DomainA and DomainB. So I assume, that in general User Peter from DomainB is able to access Exchange EWS but not via soapUI.

Are there special settings to configure in soapUI to use crossforest Authentication?

Please help.

Thanks in Advance
Nico