Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi, I am trying access UserProfileService Web service on InfoPath 2010 Web browser Administrator Approved Forms (Domain/Full) to populate the User Details on form Load .I am using claim based Kerberos authentication website. I have configured the SPN for website and SQL server to use Kerberos authentication...
-
Hi Friends Can you send me the code for store Infopath values in SQL DB through WebServices Thanks in Advance, Suresh Rathinasamy.
-
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, I have a web service in my test SharePoint environment. I'd like to move/deploy it to different environment, such as QA. Is there a way to deploy to another server without using just copy and paste dll, asmx, disco and wsdl aspx files? What is the best way to do this? Thanks.
-
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?
-
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, Definitly I can do a lot in a custom button. I create my web service submit data connection, I set it up on buttom Rules along with several verification operations. But I would like to do all this, without using Rules. I want to use the button clicked event, but here I experience a great dificulty...
-
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...
-
Building a complex browser enabled form that has multiple Data Connections to the UpdateListItems web service for the same site. (2 Different lists, 3 different connections.) Retrieve Data Connection - SharePoint List Submit Data Connection - Web Service w/ CAML query (programatically generated) - Updates...