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 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?
-
Created a form based on a Web Service which uses "track changes" to submit a repeating table as a dataset to a web service to handle multiple inserts/updates/deletes all in one web service call. Decided to convert the form to use Universal Data connections so as to be able to have Live and...
-
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...
-
I was wondering if someone could help me... I am trying to connect to a set of web services provided by a product called Lagan CRM... Now, I can access the WDSL and see all the methods but I cannot return anything from resultset when I call one of it's method... The call is made through code using...
-
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