The SharePoint Knowledge Collection of Cornelius J. van Dyk, an 9 x SharePoint MVP
11 April 2014
How do I – Add an InfoPath Data Connection to consume the UserProfileService.asmx web service – Part 2
Continued from…
How do I – Add an InfoPath Data Connection to consume the UserProfileService.asmx web service – Part 1
10. Select the “SOAP Web service” radio button. This should be the default value, but if it isn’t, select it.
11. Click the “Next” button.
12. Now enter the location of the target service to be consumed in the edit box. In our case, we are trying to consume the “UserProfileService.asmx” service which resides in the /_vti_bin/ virtual location off your current SharePoint site. Simply copy the site URL of your site and append “/_vti_bin/UserProfileService.asmx” to it. For example, if your site URL is http://www.crayveon.com/sites/SuperTeam/default.aspx, drop the page reference and append the above text to give you a value of http://www.crayveon.com/sites/SuperTeam/_vti_bin/UserProfileService.asmx which you enter into the edit box.
13. Click the “Next” button.
14. InfoPath will connect to the web service and display the list of valid operations.
15. Scroll down the list and locate the “GetUserProfileByName” operation and select it.
16. Click the “Next” button.
Click HERE to continue to Part 3
Cheers
C
Subscribe to:
Post Comments (Atom)
SharePoint Remote Event Receivers are DEAD!!!
Well, the time has finally come. It was evident when Microsoft started pushing everyone to WebHooks, but this FAQ and related announcement...
-
Ever wondered what the new SharePoint Online URLs are all about? Take for example https://cjvandyk.sharepoint.us/:x:/r/sites/Site1... What ...
-
Every so often, you run across the need to redirect a page somewhere else, like after a server migration when DNS isn’t used. By simply addi...
-
When using NuGet, we can easily run into assembly reference issues. A notorious error message is: CS0012: The type ‘System.Object’ is def...
No comments:
Post a Comment
Comments are moderated only for the purpose of keeping pesky spammers at bay.