Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
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 am trying to populate a dropdown in infopath form, based on xml returned by a sharepoint webservice. (I know what u are thinking, why code? I need to perform some business logic before populating it) The problem i am facing is that I do not know how to add the items to the drop-down. I found this,...
-
How to integrate InfoPath with SAP and return value using Web service. Please advice. Any example. Thanks... :)
-
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...
-
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...
-
Sorry to bring up my old thread, but I've run into a new problem along the same lines. I have a form that has a webservice as it's main datasource. There are several tables on a database that have been made into a dataset for the webservice to read and populate into the forms datasource. Each...
-
Is it possible to lookup a manager's direct reports and display them in a drop down list box? I was thinking of using the OOTB "UserProfileService" web service with SharePoint Services form. Can someone tell me how it can be done? Thanks!
-
I've been looking for a solution to this for some time nom - and I just came accross this : Custom SharePoint User WebService V1.0 - (useful to switch views depending on the current user's SharePoint groups in Infopath) Actually the WebService has only one method: GetUserGroupsFromCurrentUser...
-
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...
-
Hello I would like to use a browser enabled infopath form to do a survey via microsoft sharepoint. The option to use the survey provided by MOSS, I dont like to use. The survey should be completed via browser and anonymous users should be able to fill out the form and the submit/save it on the Sharepoint...