Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi Friends Can you send me the code for store Infopath values in SQL DB through WebServices Thanks in Advance, Suresh Rathinasamy.
-
Hi there, I was wondering if someone can provide some guidance for creating a search and filter facility in my InfoPath form. Currently, I have 4 fields in my form, which the user can conduct a search from. I initially mapped each field to a query parameter from a web service, from which attempted to...
-
Hi I Have created WS which get and update SQL Server DB , and i have created InfoPath form to connect to this web service. Now everything is working fine and no errors , but when i click submit only the first row in the repeating section is updated in the Database and others are ignored. Anyone having...
-
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?
-
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...
-
Hi everybody, I need to read out data from oracle database and present it in browser enabled form. I made a web service which shows loginname and project-id columns from database. The loginname is an input parameter so I can browse the web service via it's url and filter data, based on the loginname...
-
Hello everyone, I'm new in infopath and i have little problem with submit repeating table to sql via web services. I do it but when I submit data from repeating table to sql only first record is save to database. Maybe someone have a example how can i do it? Thanks in advance
-
What is the difference between Run query and submit webservice Option while populating datasources. I assume Run query is behaving differently when compared to webservice submit option in blank form
-
Hi, I have a datasource from webservice that contains QueryFields and Datafields. I dragged n dropped all the datafields (result set from WS) in my infopath blank form. I am using a dropdown as queryfield and passing the ID to WS based on dropdown changed to retrieve the datafields. I am pasing the ID...
-
Hi, I'm having difficulties submitting an InfoPath 2007 form to a C# 2.0 WebService. The WS submit on the InfoPath side seems to go fine (I used Fiddler to capture the soap stream, and it seems correct, and no error is reported in InfoPath) Here is what I have done : - I created an InfoPath form...