WCF-BasicHttp NTLM ESB guidance

911 Views Asked by At

I am trying to access an asmx service located on IIS, the asmx is using integradted security I am trying to call it with wcf-basichttp adapter configured inside ESB guidance 1.0

The error i am getting is :

The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'NTLM'

I tryed to set in the endpoint config:

UserName=DOMAIN\Username&Password=Password&TransportClientCredentialType=NTLM

Any idea would be appriciated

1

There are 1 best solutions below

0
On

I would take a look at this similar thread.