Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
This seems like such a simple thing, but I guess it isn't since I've spent days tracking down "close, but no cigar" scenarios to what I need. Need: a) Use a Web Based InfoPath 2007 Form to enable a user to select only 'their' own records from my database for review when form...
-
Hi Friends Can you send me the code for store Infopath values in SQL DB through WebServices Thanks in Advance, Suresh Rathinasamy.
-
I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service, so bear with me. I'm trying to follow an approximation of the steps found here . The difference is that instead of getting the name of the current SharePoint user, I want to get the...
-
Hi! I'm using InfoPath to test web services developed in java. Now, i need to test a secured web service. It requires the Authorization field in HTTP Header. But i don't know how to set Basic Authorization in InfoPath, if it's possible. Any suggestion? Thanks!!!
-
I have a browser-enabled form written with Infopath 2007. I am unable to use managed code. I would like to create a new Sharepoint 2007 list item using the updatelistitems() webservice. I can do this if I create a CAML template and use the template to create a "receive" secondary data connection...
-
I am a newbie to coding in Infopath. All of my previous forms relied on rules to get the desired result. I have used an example to submit all the data in a repeating table to sharepoint successfully. The problem is, not all rows in the repeating table should be submitted. I have added a dropdown list...
-
Hi, I would like to create a custom web service that would fetch data from SharePoint 2010 list and present the data on InfoPath 2010 form. In case of presentation I would like to bind this data to repeating table but the first column of this table would contain people/group picker control to show the...
-
I have had a web service written for me by our developement team to submit form data to an SQL database. The service had been added to IIS and its url is as follows: http://*******************.com/WBAC.SharePoint.T‫imeSheet/SharePointServices.Timesheet.svc?WSDL The web service works fine when tested...
-
Hi All, we are using the Rest WebService in our infopath form, the infopath form contains the datetime picker which is filling based on the conditions, they are as follows when ever user selects any datetime value we will pass this value to the rest webservice it will process that date and it return...
-
So here is my set up: I created a new list from an InfoPath form. The list has a people picker field, someone picks a user and the GetUserProfileByName service is run to query the department, office, email, etc and corresponding fields are populated. These read only fields (department, office...) are...