Web service calls from BizTalk with Basic authentication

Home Page Forums BizTalk 2004 – BizTalk 2010 Web service calls from BizTalk with Basic authentication

Viewing 1 reply thread
  • Author
    Posts
    • #12967

      When you add the SOAP Send Port, the Configure dialog has a General tab with Authentication drop down -> Select Basic.
      Below that select Do Not use Single Sign On and enter user and password

      • #12968

        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?

        • #12969

          I have added an existing send port which is derived from a web reference in my project. Can I edit this send port to have basic authentication?

          What is the other way out?

    • #12966

      You should be able to edit the properties just if you re-create the web refferance you will lose your settings.

      You should also be able to set that on the message context inside a construct shape like: YourSendMessage(SOAP.something) = “yourvalue”;

      You would just need to find the right context values to set. Check the help guide under message context, then look for the SOAP specific values.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.