BizTalk Server Orchestration - Dynamic Send&Receive Port - authentication error 401

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > May 2004 > Dynamic Send&Receive Port - authentication error 401





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Dynamic Send&Receive Port - authentication error 401
Steffen Klipfel

2004-05-30, 10:47 am

Hello

We use a dynamic send&receive port in our orchestration. The URL is
automatically set by the custom webservice.
The problem is that we get a 401 error everytime we call the webservice.

I read a NG article in which the following solution was descriped:
use the following in your message assignment shape:

mymessage(Http.UserName) = "myusername";
mymessage(http.Password) = "mypassword";
mymessage(http.AuthenticationScheme) = "Basic";

Is there the possiblity not needing to code the authentication informations
but to set the authenticationScheme to "Windows Integrated !?!

Thanks
Steffen


Matt Milner

2004-05-31, 11:53 pm

If the port is not dynamic, you can set the properties on the send port as
well.

Matt


"Steffen Klipfel" <steffen.klipfel@no.spam> wrote in message
news:ODZRqQJREHA.2876@TK2MSFTNGP09.phx.gbl...
> Hello
>
> We use a dynamic send&receive port in our orchestration. The URL is
> automatically set by the custom webservice.
> The problem is that we get a 401 error everytime we call the webservice.
>
> I read a NG article in which the following solution was descriped:
> use the following in your message assignment shape:
>
> mymessage(Http.UserName) = "myusername";
> mymessage(http.Password) = "mypassword";
> mymessage(http.AuthenticationScheme) = "Basic";
>
> Is there the possiblity not needing to code the authentication

informations
> but to set the authenticationScheme to "Windows Integrated !?!
>
> Thanks
> Steffen
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com