Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Qdabra’s Active Directory Web Service is used to obtain users' authenticated information and integrates with InfoPath forms without the need of writing code. It can also be used in browser-enabled forms and others that do not require InfoPath.
-
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...
-
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...
-
Hi, I have a web service as a secondary data source. I'd like to know how to pass a parameter and get results back. If I design the InfoPath form with web service as main data source, InfoPath automatically puts "Run Query" button and all I have to do is just drag and drop fields. But I...
-
trying to create a web service for a form to retrieve data from, I can pass back single (generic data type) values or arrays, but I cannot have multiple fields in the form connection. Do i need to return some kind of xml document or supported data type? if so can you help?
-
Help Submiting Multiple Rows from Infopath to SQl Server 2008 via Sql-endpoint webservice using table-valued parameters Background I´m trying to submit an infopath(2007) form (an invoice) to sql server 2008. Form will be hosted on Infopath Forms Services (moss2007). There are many submit actions upon...
-
I'm trying to se code to call and retieve data from web services, and I'm having the same problem with null values being passed. WebServiceConnection webservConn = (WebServiceConnection)DataConnections["dataConnectionName"]; XmlDocument inputDoc = new XmlDocument(); inputDoc.LoadXml...
-
Hello, I have an InfoPath browser form that I publish to a SharePoint MOSS enterprise form services form library. This form needs (IF POSSIBLE) a no-code solution. I have a text field called Alias/Badge # where a manager types in an employees AD account alias or badge field. After a button is pressed...
-
Hi, I'm a newbie to working with web services. I want to populate a dropdown list in my Infopath form with fields from my SQL table. Is there any documentation that exists that will walk me through all the components of what is required in the stored procedure, how to create the web service and how...