01-06-05 10: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
[ Post a follow-up to this message ]
|