0

Hi

I have an InfoPath form (list form – browser enabled) trying to access the GetUserCollectionFromGroup and GetUserProfileByName web services from http://<servername>/_vti_bin/userprofileservice.asmx through udcx (data connection file). I have set up a secure store service for the target application and used its id in the udcx authentication tag as this:

  <udc:Authentication>
   <udc:SSO AppId=”ConnectToService” CredentialType=”NTLM” /> 
  </udc:Authentication>

However, I would want the user (who uses the InfoPath form) credentials to access the web service rather than the account which is used to “set credentials” for the secure store service target application.

I tried:

1. Changing the Authentication tag to:

  <udc:Authentication>

   <udc:UseExplicit CredentialType=”NTLM”>
      <udc:UserId></udc:UserId>
      <udc:Password></udc:Password>
   </udc:UseExplicit></udc:Authentication>

2. Using Target Application Types: Group, Group ticket, Individual, Individual ticket

Help Please… Help… Help…

(Visited 65 times, 1 visits today)
Add a Comment