Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
How to integrate InfoPath with SAP and return value using Web service. Please advice. Any example. Thanks... :)
-
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...
-
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...
-
I've seen similar posts but not the answer I'm looking for. I'm trying to create a form that pulls in all users and their phone numbers. Essentially an empoyee lookup utitlizing the WSDL web service. We are using MOSS and have done lookups with the userprofile service... but now need something...
-
Please help: I have an info path 2007 form that connects to a web service written in Visual Studio 2005 and retrieve data from SQL Server 2005.when i publish and upload the form to share point site every thing works fine off course after i make the data connection library udcx files and save the connection...
-
hi, i am working on task edit infopath form (with code behind). it works fine in msoffice n outlook mail on click of "edit this task" button. what i want is a custom email having these features. actually i am using itemmetadata web service to get details of task on the load of form so i am...
-
Hello Susan, While am working i faced the same requirements, and i went through the following article: http://msdn.microsoft.com/en-us/library/ms464040.aspx , and this post was helpfull: http://www.infopathdev.com/forums/t/9259.aspx Regards,
-
I want to flilter/query a SharePoint list based on other data on the form. I have wrote a custom web service that takes in paramaters and uses the SharePoint Object model with a CAML query to get back the data I want. The web service works great and returns exactly what I want from the SharePoint list...
-
Hi, I have created a webservice in sharepoint which will return multiple values. When I tried to consume the service through Infopath for an dropdownlist, only the first value is displayed in the dropdownlist. But I copied the same xml code to local file and tried. This time it is working fine. What...
-
Hi, I have created a webservice for sharepoint. The webmethod should return array of values which in turn will be populated in Infopath dropdownlist. So could anyone please tell me how to do that Please help me