<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx</link><description>It is now easier than ever to pre-populate your InfoPath 2007 forms with the user profile information of the current user. Background: In Microsoft SharePoint Server 2003, the UserProfileService.GetUserProfileByName (string accountName ) web service method</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>InfoPath 2007 - Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#1830199</link><pubDate>Wed, 07 Mar 2007 22:25:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1830199</guid><dc:creator>Meron Fridman's Blog</dc:creator><description>&lt;p&gt;עלתה השאלה איך לטעון לתוך הטופס את פרטי המשתמש office user group במפגש האחרון של ה VSTO דרך שירותי ws&lt;/p&gt;
</description></item><item><title>InfoPath - Get the current user without writing code</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#2031977</link><pubDate>Thu, 05 Apr 2007 14:07:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2031977</guid><dc:creator>itaysk</dc:creator><description>&lt;p&gt;I've just read Meron Fridman's post from about a month ago about getting current user details into InfoPath&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#2496556</link><pubDate>Wed, 09 May 2007 09:25:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2496556</guid><dc:creator>planier</dc:creator><description>&lt;p&gt;Great article! &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let's take it one step further and make it a no-code solution! &amp;nbsp;How? &amp;nbsp;Throw out steps 3 and 4. &amp;nbsp;Instead:&lt;/p&gt;
&lt;p&gt;3) &amp;nbsp;Create a new data connection to retrieve information from the specified web service (http://&amp;lt;yourServerName&amp;gt;/_vti_bin/UserProfileService.asmx?WSDL), and select the &amp;quot;GetUserProfileByName&amp;quot; web method.&lt;/p&gt;
&lt;p&gt;4) &amp;nbsp;Use an XPath query on your secondary data source to populate the fields you want. &amp;nbsp;For instance, use a formula to set the default value for an &amp;quot;email address&amp;quot; field. &amp;nbsp;You'll be selecting the &amp;quot;dataFields/.../Value&amp;quot; field. &amp;nbsp;The trick is to ensure you select the correct PropertyData node, as it is a repeating field - you'll have to edit the XPath to do so. &amp;nbsp;Assuming your secondary data source is called &amp;quot;GetUserProfileByName&amp;quot;, the XPath query required to get the current user's email address looks as follows:&lt;/p&gt;
&lt;p&gt;xdXDocument:GetDOM(&amp;quot;GetUserProfileByName&amp;quot;)/dfs:myFields/dfs:dataFields/s0:GetUserProfileByNameResponse/s0:GetUserProfileByNameResult/s0:PropertyData[s0:Name = &amp;quot;WorkEmail&amp;quot;]/s0:Values/s0:ValueData/s0:Value&lt;/p&gt;
&lt;p&gt;Works beautifully, and without needing to bust out any code!&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#2506493</link><pubDate>Wed, 09 May 2007 20:29:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2506493</guid><dc:creator>planier</dc:creator><description>&lt;p&gt;Update: &amp;nbsp;Note that the track-back above my post by Itay goes over the secondary data source option in more detail, with screenshots and all. &amp;nbsp;Nice work Itay! &lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#2799682</link><pubDate>Tue, 22 May 2007 23:37:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2799682</guid><dc:creator>dwumpus</dc:creator><description>&lt;p&gt;You are in-fact my Hero. &amp;nbsp; &amp;nbsp;I just got through writing this complicated webservice to return information from a the users context and deployed it to a document library and hadn't finished getting all that working when I realized that there really should be an easier way.&lt;/p&gt;
&lt;p&gt;Thank you so much, you made my day!&lt;/p&gt;
</description></item><item><title>MOSS: Leyendo los user profiles</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#3380519</link><pubDate>Mon, 18 Jun 2007 13:15:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3380519</guid><dc:creator>Blog del CIIN</dc:creator><description>&lt;p&gt;Uno de los retos que se nos ha planteado en el CIIN es como visualizar el directorio de empleados de&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#3425916</link><pubDate>Wed, 20 Jun 2007 18:11:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3425916</guid><dc:creator>ultragc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is a nice post. &amp;nbsp;I am an InfoPath newbie and I've been looking for something list this. &amp;nbsp;I tested your code... it works good. &amp;nbsp;However, it won't work if I use it thru the SharePoint portal. &amp;nbsp;I think this has to do with the security/trust option.&lt;/p&gt;
&lt;p&gt;Basically, what I want to do is perform the same thing but under a web browser (SharePoint portal) environment. &amp;nbsp;If a user login to portal on a &amp;quot;share&amp;quot; PC, it would be wrong to pickup the PC's login credential. &amp;nbsp;So, what do your recommend?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Ultra&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#3429524</link><pubDate>Wed, 20 Jun 2007 22:05:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3429524</guid><dc:creator>ultragc</dc:creator><description>&lt;p&gt;Planier... I tested your &amp;quot;no code&amp;quot; approach. &amp;nbsp;What's strange is that it works if I create a brand now form but it won't work if I do this on an existing form.&lt;/p&gt;
&lt;p&gt;This is what I enter...&lt;/p&gt;
&lt;p&gt;&amp;quot;xdXDocument:GetDOM(&amp;quot;GetUserProfileByName&amp;quot;)/dfs:myFields/dfs:dataFields/s0:GetUserProfileByNameResponse/s0:GetUserProfileByNameResult/s0:PropertyData[s0:Name = &amp;quot;WorkEmail&amp;quot;]/s0:Values/s0:ValueData/s0:Value&amp;quot;&lt;/p&gt;
&lt;p&gt;and I get this error...&lt;/p&gt;
&lt;p&gt;''&amp;quot;xdXDocument:GetDOM(&amp;quot;GetUserProfileByName&amp;quot;)/dfs:myFields/dfs:dataFields/s0:GetUserProfileByNameResponse/s0:GetUserProfileByNameResult/s0:PropertyData/s0:Values/s0:ValueData/s0:Value&amp;quot; does not point to a valid location path of a field or group.&amp;quot;&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#3430838</link><pubDate>Wed, 20 Jun 2007 23:33:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3430838</guid><dc:creator>ultragc</dc:creator><description>&lt;p&gt;I had to modify the GetUserProfileByName data source to initialize the default value with a space. &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#3462553</link><pubDate>Fri, 22 Jun 2007 17:21:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3462553</guid><dc:creator>Gyan Penrose-Kafka</dc:creator><description>&lt;p&gt;Got this working perfectly with the codeless method. What I'm wondering is where can I get information about this XPath information. (e.g. how do you come up with the XPath string &amp;quot;xdXDocument:GetDOM(&amp;quot;GetUserProfileByName&amp;quot;)/dfs:myFields/dfs:dataFields/s0:GetUserProfileByNameResponse/s0:GetUserProfileByNameResult/s0:PropertyData[s0:Name = &amp;quot;WorkEmail&amp;quot;]/s0:Values/s0:ValueData/s0:Value&amp;quot;? Is there a book or a reference that could get me going on understanding how to access this kind of information?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Gyan.&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#4670073</link><pubDate>Fri, 31 Aug 2007 17:20:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4670073</guid><dc:creator>needo</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have refrence to Microsoft.Office.InfoPath and can see the xmlForm class in code but i receive error at &amp;quot;MainDataSource&amp;quot; error is &amp;quot;The name MainDataSource does not exist in the current context &amp;quot; if i use &amp;quot;this.&amp;quot; there is no MaindataSource, the same kinf of problem exists with &amp;quot;NamespaceManager&amp;quot;.&lt;/p&gt;
&lt;p&gt;I am dealing with these refrence errors from a long time, please help me how to fix above error.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Needo&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#5358868</link><pubDate>Mon, 08 Oct 2007 12:29:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5358868</guid><dc:creator>SKBG</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What if the WSS was configured for Forms Authentication, how can we get the current user's identity or profile in say infopath form to populate some data specific to user's role etc in actions pane.&lt;/p&gt;
&lt;p&gt;Kind Regards&lt;/p&gt;
&lt;p&gt;Satish.&lt;/p&gt;
</description></item><item><title>Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#7283104</link><pubDate>Mon, 28 Jan 2008 11:44:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7283104</guid><dc:creator>Aziz</dc:creator><description>&lt;p&gt;i was trying to make a form with a field that contain Employee name i found the best way to do so is&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#7312900</link><pubDate>Wed, 30 Jan 2008 00:21:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7312900</guid><dc:creator>sukiep</dc:creator><description>&lt;p&gt;In Step 4, when I select Tools | Programming | Loading Event, I see UserProfileDemo open in VSTA, and I find FormEvents_Loading in a FormCode.vb file. &amp;nbsp;This looks like Visual Basic to me, but the code snippet looks like C. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Obviously I'm not much of a programmer, so don't know how to proceed. &amp;nbsp;Any help appreciated -- thank you. &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#8339123</link><pubDate>Thu, 27 Mar 2008 09:40:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8339123</guid><dc:creator>vuthy</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I'd like to populate a list of users into infopath form based on a selected profile property. Could anyone give some idea on how to go through.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#8552832</link><pubDate>Mon, 26 May 2008 18:29:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8552832</guid><dc:creator>HyperGO</dc:creator><description>&lt;p&gt;Hello All:&lt;/p&gt;
&lt;p&gt;I got this error after previewing the IP form:&lt;/p&gt;
&lt;p&gt;&amp;quot;The query cannot be run for the following DataObject: GetUserProfileByName&lt;/p&gt;
&lt;p&gt;InfoPath cannot run the specified query.&lt;/p&gt;
&lt;p&gt;The SOAP response indicates that an error occurred on the server:&lt;/p&gt;
&lt;p&gt;The User Profile Manager object could not be loaded. ---&amp;gt; Value cannot be null.&lt;/p&gt;
&lt;p&gt;Parameter name: serverContext&amp;quot;&lt;/p&gt;
&lt;p&gt;* Note : I have my form &amp;quot;full trust&amp;quot;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
</description></item><item><title>InfoPath - Get the current user without writing code 取得当前用户</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#8732652</link><pubDate>Tue, 15 Jul 2008 08:38:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8732652</guid><dc:creator>aguest</dc:creator><description>&lt;p&gt;www.ceapet.com InfoPath-Getthecurrentuserwithoutwritingcode&lt;/p&gt;
&lt;p&gt;I'vejust&lt;/p&gt;
</description></item><item><title>MOSS: Cómo actualizar los User Profiles!</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#8795336</link><pubDate>Fri, 01 Aug 2008 01:03:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8795336</guid><dc:creator>Blog del CIIN</dc:creator><description>&lt;p&gt;Hace un tiempo os comentaba como podemos leer User Profiles de MOSS . Como sab&amp;#233;is, cuando hablamos de&lt;/p&gt;
</description></item><item><title>FBA in SharePoint – Everything you’ve ever wanted to do - continued</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#8797945</link><pubDate>Fri, 01 Aug 2008 10:23:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8797945</guid><dc:creator>justguy's</dc:creator><description>&lt;p&gt;Hi, This is my 2nd post on this subject. This post will get down and dirty with code samples. The first&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9129288</link><pubDate>Thu, 20 Nov 2008 17:59:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9129288</guid><dc:creator>gsardinha</dc:creator><description>&lt;p&gt;Hi everyone. I know you are going to hate me for this one, but here we go:&lt;/p&gt;
&lt;p&gt;I designed a form in 2003 and though publishing it in WSS 2.0 I am using this service from MOSS (GetUserProfile). Though me and a colleague do not have a problem when opening and submiting a form, several colleagues have either:&lt;/p&gt;
&lt;p&gt;&amp;quot;The following DataObject either cannot be created or cannot be initialized: GetUserProfileByName&lt;/p&gt;
&lt;p&gt;The query cannot be run for the following DataObject: GetUserProfileByName&lt;/p&gt;
&lt;p&gt;InfoPath cannot run the specified query.&lt;/p&gt;
&lt;p&gt;Access is denied.&amp;quot;&lt;/p&gt;
&lt;p&gt;or &lt;/p&gt;
&lt;p&gt;&amp;quot;The following DataObject either cannot be created or cannot be initialized: GetCommonManager&lt;/p&gt;
&lt;p&gt;The query cannot be run for the following DataObject: GetCommonManager&lt;/p&gt;
&lt;p&gt;InfoPath cannot run the specified query.&lt;/p&gt;
&lt;p&gt;The SOAP response indicates that an error occurred on the server:&lt;/p&gt;
&lt;p&gt;Server was unable to process request. ---&amp;gt; Object reference not set to an instance of an object.&amp;quot;&lt;/p&gt;
&lt;p&gt;I already removed the one of the services and still I have the same problem. I know it is asking a bit too much, but if you guys can through me a light, I'll appreciate it.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Gon&amp;#231;alo Sardinha&lt;/p&gt;
</description></item><item><title>WSS 3.0 &amp; MOSS: Preguntas &amp; Respuestas (I)!</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9571042</link><pubDate>Mon, 27 Apr 2009 18:44:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9571042</guid><dc:creator>Blog del CIIN</dc:creator><description>&lt;p&gt;Sin duda, una de las ventajas de realizar formaci&amp;amp;oacute;n tecnol&amp;amp;oacute;gica especializada es que aprenden&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9635098</link><pubDate>Fri, 22 May 2009 15:18:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635098</guid><dc:creator>lvirden</dc:creator><description>&lt;p&gt;Is there a &amp;quot;no coding&amp;quot; method of getting the user profile for someone other than the current user?&lt;/p&gt;
&lt;p&gt;I want to provide a field where the user could type in someone's account name and other fields in the form are filled in.&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9635132</link><pubDate>Fri, 22 May 2009 15:43:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635132</guid><dc:creator>infopath</dc:creator><description>&lt;p&gt;Hi lvirden,&lt;/p&gt;
&lt;p&gt;You should be able to use a Rule. As you have probably seen, when you create the connection to the UserProfileService and select the GetUserProfileByName method, you have a &amp;quot;queryField&amp;quot; in your data connection: AccountName. What you can do is something like this:&lt;/p&gt;
&lt;p&gt;- Have a textbox on your View where the user would enter the name&lt;/p&gt;
&lt;p&gt;- Have a button that contains a Rule with the following actions:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; - Set a field's value (this would set the &amp;quot;AccountName&amp;quot; queryField to the field that contains the name the user entered)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; - Query using a data connection (this would execute the web service data connection...in this scenario, you would want to make sure when you setup the data connection it does *not* automatically get the data when the form loads)&lt;/p&gt;
&lt;p&gt;This should allow the user to enter someone else's name and still retrieve data for that user. &lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9714458</link><pubDate>Tue, 09 Jun 2009 11:52:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9714458</guid><dc:creator>prasadsm</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;if &amp;nbsp;i want to find out a user &amp;nbsp;or users &amp;nbsp;with matching a specific criteria, using this userprofileweb service, how can i &amp;nbsp;find it ?&lt;/p&gt;
&lt;p&gt; &amp;nbsp;like if i want to find out the users whose &amp;nbsp;names are starting with tim* &amp;nbsp;(like &amp;nbsp;timothy, tim john, tim hanss etc etc)&lt;/p&gt;
&lt;p&gt;is there &amp;nbsp;any kind of filtering kind of methods available or &amp;nbsp;is possible through this web service?&lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9769620</link><pubDate>Wed, 17 Jun 2009 18:24:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9769620</guid><dc:creator>dvn</dc:creator><description>&lt;p&gt;The Add Reference button is disabled when i try to Add Web Reference: &lt;a rel="nofollow" target="_new" href="http://myserver/_vti_bin/UserProfileService.asmx"&gt;http://myserver/_vti_bin/UserProfileService.asmx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Can someone tell me why?&lt;/p&gt;
&lt;p&gt;Since the sharepoint server setup by someone else who is no longer with the company, how do i verify if the the following assumptions &amp;nbsp;are correct?&lt;/p&gt;
&lt;p&gt;1. The default MOSS web application is configured to use Windows Authentication. &lt;/p&gt;
&lt;p&gt;2. The MOSS server has an SSP with a User Profile Database that has been loaded from Active Directory &lt;/p&gt;
&lt;p&gt;3. The end-user has a profile in the User Profile Database of the MOSS server &lt;/p&gt;
</description></item><item><title>re: Get the User Profile through MOSS Web Services</title><link>http://blogs.msdn.com/infopath/archive/2007/03/07/get-the-user-profile-through-moss-web-services.aspx#9795587</link><pubDate>Sun, 21 Jun 2009 17:58:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9795587</guid><dc:creator>ClaytonCobb</dc:creator><description>&lt;p&gt;For lvirden and infopath, I have created an entire write-up that shows how to use the codeless method shown by Itay to get user information for people other than the current user: InfoPath – Get user information without writing code (extended): &lt;a rel="nofollow" target="_new" href="http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/"&gt;http://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/&lt;/a&gt;.&lt;/p&gt;
</description></item></channel></rss>