0

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

IB.
  • 1,019
  • 3
  • 13
  • 21
  • 2
    SHOW US THE WCF CLIENT CONFIG !! – marc_s Sep 08 '09 at 11:12
  • Its the ESB guidance, the ports are created dynamickly with endpoint config parameters directly to the wcf port – IB. Sep 08 '09 at 14:21
  • 1
    I have re-tagged this as esb-toolkit-2.0 to make it more discoverable even though the question mentions ESB Guidance 1.0. But in fact, the answer would be appropriate for both versions. – Maxime Labelle Jan 12 '11 at 09:58

1 Answers1

0

I would take a look at this similar thread.

Community
  • 1
  • 1
Bryan Corazza
  • 829
  • 1
  • 7
  • 16