Hi all,
I have a BT project(with a web reference to a web server) that makes web service calls on the webserver where the autherntication level is set to basic… as a result I get the following error:
The adapter \”SOAP\” raised an error message. Details \”The request failed with HTTP status 401: Unauthorized.\”.
I cannot change the security settings on the web server and I need to keep it Basic authentication.
Is there a place where I have to specify the username and password within BizTalk?
What do I do to solve this problem?