Consuming web service from BizTalk with authentication credentials

Posted by lox on Stack Overflow See other posts from Stack Overflow or by lox
Published on 2009-06-09T12:50:38Z Indexed on 2010/04/20 13:03 UTC
Read the original article Hit count: 385

I am trying to consume a web service from BizTalk by supplying credentials in the SOAP adapter port.

I type in the Web Service URL and then I have the choice of Anonymous, Basic, Digest and NTLM authentication types.

How do I supply my username, password and domain?.. when testing with soapUI it works perfectly.

The only way I get to supply credentials is Basic or Digest but no matter what I fill in I get a "not authroized" error.

The strange thing is that it actually works when I choose the NTLM authentication type but how does it get acces when I have not supplied the credentials. And there is no way that my server has direct access to the service?

© Stack Overflow or respective owner

Related posts about BizTalk

Related posts about web-services