Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi All, Any advice/suggestions would be much appreciated on the following issue I am experiencing. Overview: I am trying to get a count of the matching WinAccounts from a datasource via a Web Service. So a user opens the form, they click Get Count, the form accesses a datasource and finds how many matches...
-
Hi All, Any advice/suggestions would be much appreciated on the following issue I am experiencing. Overview: I am trying to get a count of the matching WinAccounts from a datasource via a Web Service. So a user opens the form, they click Get Count, the form accesses a datasource and finds how many matches...
-
Looking around the web I stumbled on this forum and you guys seem to know your stuff as well as being active in your forums, so I thought I'd join and ask this probably simple question, so first of all Hi! I'm very new to Infopath and Sharepoint and I've been tasked with creating a form for...
-
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...
-
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...
-
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...
-
I didn't think to check the IsUserMemberOfGroup call extensively before using it in my form; but now I notice that this function doesn't have any recursion to get at nested groups. During my initial testing of the web service, I was only checking against a non-nested group and it returned true...