| Author |
Integrated Authentication & SOAP
|
|
| Andrew 2005-01-06, 5:50 pm |
| I am trying to consume a web service using integrated authentication based
on the current credentials (i.e. the credentials of the BizTalk host
service). I have configured a web port within my orchestration and am
setting the URL dynamically. The only step is to specify that I would like
the default credentials to be used.
I know that in .NET I can do this:
service1.Credentials = System.Net.CredentialCache.DefaultCredentials;
where service1 is a reference to the web service proxy
Is there a way to do this within a BizTalk orchestration?
Thanks in advance.
Andrew
| |
| Jon Flanders 2005-01-07, 2:46 am |
| You can set the Send Port Adapter (transport) settings to use Integrated
Auth.
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Andrew" <andrew@no-reply.com> wrote in message
news:u5M$8OE9EHA.3336@TK2MSFTNGP11.phx.gbl...
> I am trying to consume a web service using integrated authentication based
> on the current credentials (i.e. the credentials of the BizTalk host
> service). I have configured a web port within my orchestration and am
> setting the URL dynamically. The only step is to specify that I would like
> the default credentials to be used.
>
> I know that in .NET I can do this:
>
> service1.Credentials = System.Net.CredentialCache.DefaultCredentials;
>
> where service1 is a reference to the web service proxy
>
> Is there a way to do this within a BizTalk orchestration?
>
> Thanks in advance.
> Andrew
>
>
| |
| Andrew 2005-01-07, 5:53 pm |
| Yup, that did the trick... sure is a lot to learn in BizTalk 
Thanks for your help,
Andrew
"Jon Flanders" <jfland@develop.com> wrote in message
news:epsz7KH9EHA.208@TK2MSFTNGP12.phx.gbl...
> You can set the Send Port Adapter (transport) settings to use Integrated
> Auth.
>
> --
> Jon Flanders [DevelopMentor]
> http://staff.develop.com/jfland/
> http://www.develop.com/courses/biztalk
> "Andrew" <andrew@no-reply.com> wrote in message
> news:u5M$8OE9EHA.3336@TK2MSFTNGP11.phx.gbl...
>
>
|
|
|
|