0
votes
1answer
59 views

error, while trying to access the webservices from infopath form

I am getting the following error while trying to access a custom webservice from an infopath form to fetch some data. I have already gone through the actions described in the error message, but the ...
0
votes
1answer
46 views

SOAP error when publishing Infopath 2010 form to Sharepoint

I am working in a list which contains around 300 different fields. I have also added another list as second data connection. Everything is perfect at this stage and i am able to publish ...
0
votes
0answers
37 views

No outbound connection from the WFE to the web service hosted server from an InfoPath form hosted in SharePoint 2010

Bit of a background: Dev Enviornment - 1 X WFE/App Server, 1 X DB server UAT Enviornment - 1 X WFE, 1 X App Server and 1 X DB Server We have an infopath form published to a form library, using a ...
0
votes
1answer
190 views

User Profile Data Not AutoPopulated into SP Custom List created through InfoPath Designer 2010

I have created a custom list in sharepoint site and customzied the fields using the infopath designer 2010.I want the userprofile data to be loaded into SPList while click the new item after ...
1
vote
0answers
73 views

Infopath Form with Password validation

we have a request from a client to add some type of password validation to one of their info path forms. This means that before the user could submit the form they would somehow be prompted for their ...
3
votes
1answer
116 views

XML document in infopath Form

I have created a custom list. There are different types of columns like single line of text, number, DateTime. I want to submit data in this list using web service from Infopath form. So I have ...
0
votes
1answer
116 views

how to submit and query values from web service infopath2010

I have a web service that takes a string parameter. In my infopath form I have a dropdown list that gets values from the webservice. I have another dropdown list below it that I'm wanting to ...
0
votes
1answer
166 views

enter you credentials to connect to the following webservice infopath

Im trying to open an infopath form from Sharepoint and I am getting the following error: "enter you credentials to connect to the following webservice infopath" please advice
0
votes
0answers
213 views

SharePoint/InfoPath: Continuously submit list items until form is closed (assigning a new item ID)

I'm using a SP 2010 list with custom InfoPath forms to track requests. A lot of times a user needs to submit multiple, very similar requests in one sitting, so I am looking at ways to simplify this ...
0
votes
0answers
54 views

Web Services and InfoPath - Advance Troubleshooting

I am experiencing a problem with InfoPath 2010 when when querying for information retrieved by a web service. When ever creating a new form from scratch, setting up our data connections and ...
1
vote
1answer
1k views

Users can't access the Web services from an InfoPath form

I have an InfoPath 2010 form that is published to a form library in SPS 2010 foundation and set to load in the thick client. When a user tries to open the form it prompts them for their user ...
6
votes
4answers
8k views

How to submit data from repeatable table in infopath form to a sharepoint list?

I have a infopath form created from a sharepoint list content type. In this form I need to add a repeatable table to send data to another sharepoint list. So when people submit this form the original ...
1
vote
1answer
146 views

Passing NULL from InfoPath to web service

I have a web service that is used to populate a drop-down. The web service is defined with a single parameter that is of type Nullable(Of Guid). The idea is that if no Guid is passed the service will ...
1
vote
2answers
390 views

Can a C# web service access an Excel Services workbook?

A bit of background: I have an InfoPath browser form that I have connected to a C# web service that I've written. I have an Excel Services worksheet published in SharePoint as well. What I'd like to ...
0
votes
2answers
133 views

How to Refresh Web Service Value

I have an InfoPath 2010 form that is pulling data from a web service. For example, I have a text box, a button, and a drop down list. The button submits the text box value to the web service. The ...
1
vote
1answer
94 views

Web-based InfoPath form that “vanish” after submit in SharePoint 2007 Library

I have a problem with my InfoPath form in my SharePoint 2007 library. The InfoPath form is a web enable and will open in the browser. However, after submit the InfoPath form, and click that link ...
1
vote
0answers
112 views

GetProfile webservice not working

I was using a data connection called GetProfile to get some users data. From yesterday I am getting a below error “The settings for one or more data connections in your form are defined in a data ...
1
vote
1answer
2k views

System.Net.WebException: The remote server returned an error: (401) Unauthorized

Here is my Scenario : Its for SharePoint 2007 environment I have a Form Library where the InfoPath form with Managed code is deployed. I have a Custom approval Workflow attached to this form. the ...
0
votes
2answers
1k views

Connecting to InfoPath with UserGroup web service - “Unable to create a schema”

Using: InfoPath 2003, SharePoint 2007 WSS I've tried Googling the problem and got nothing helpful, and this is my first time trying to use a web service to connect InfoPath and SharePoint, so bear ...
1
vote
2answers
86 views

How do I get a listing of the contents of a Document Library?

Sorry for the simple question. I have a Form Library whose directory listing I need to access from an InfoPath form containing custom code. I don't need the contents of any of the files, just the ...
0
votes
1answer
815 views

InfoPath calling XML service unauthorized except for web front ends

I have an InfoPath 2010 form on my SP2010 farm using Form Services which doesn't call an XML file or web services correctly. I'm trying to get list data by calling: ...