What is the syntax needed in the credential input on the query task?
I have windows authentication with web tier security on my secured rest services. I cannot figure out how to pass the credentials in the workflow. Please help
0
-
Hi Jeff,
The credential input for the QueryTask activity uses the System.Net.ICredentials type. I think you should be able to set up a variable of that type using one of the constructors listed here (https://msdn.microsoft.com/en-us/library/system.net.networkcredential(v=vs.110).aspx) .
Eg.Assign Activity: credentialsVariable = New System.Net.NetworkCredential(user name, password, domain)Hope that helps!
Amanda0 -
Can you use the credentials input to access an XML feed with username and password? 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer