Consuming web service from BizTalk with authentication credentials
- by lox
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?