InfoPath "The SOAP message cannot be parsed" - ssl

I work on a simple list on a simple site/site collection/web app on a SharePoint 2010 test server which does not use SSL.
I then make a site collection backup and restord it onto our Production environment which have the same setup as the test server. The only difference is that it is set up to use SSL encryption and in particular for this web app.
When I want to customize the forms of the list using InfoPath I get a weird error message : "The SOAP message cannot be parsed".
This is when I click on the "Customize form" button in the ribbon which has the InfoPath icon:
Does anybody have already encountered such problem?
I have seen many posts about this error but this is because of athe time out issue when the list contains a lot of items. In my case, it is empty.
Thanks,
Sébastien

Actually, the problem was coming from the fact that InfoPath initially tried to connect using http to the SharePoint site. When the settings were changed to https, the IE cache still kept this setting and I had to remove it using the "Reset..." button located on the Advanced tab of the Internet options so that IE now opens up InfoPath using the right URL with https.

I was getting the error "The SOAP message cannot be parsed." while publishing a very complicated (list-based) InfoPath form in SharePoint Enterprise 2010. The issue only seemed to be effecting this form and not any others but would fail with either my personal account or the farm account.
After some experimenting with timing values within the InfoPath Service(s) we expanded the ExecutionTimeout in the Web.Config file within I.I.S. and that worked.

Related

Issue with Podio's ASP.NET sample application authoring

Whenever I run the Podio ASP.NET Sample Application, it displays me the 'Authentication' page asking for either my Podio credentials or to choose the "Server side flow" with "Sign in to Podio"-button. However, once I try to authenticate with either method, Visual Studio prompts me with a "SqlException was unhandled by user code - An exception of type 'System.Data.SqlClient.SqlException' occurred in NPoco.dll but was not handled in user code" warning (image), referring to line 20 on PodioOAuthData.cs. I've followed the instructions on the GitHub readme page but I can't get it to work. Any idea if I'm missing something?
It seems the readme is a little light on details when it comes to an out-of-the-box experience.
You actually need a running SQL server somewhere. And then edit PodioAspNetSample/Web.config (https://github.com/podio/asp-net-sample/blob/master/PodioAspNetSample/Web.config#L22) to contain the right connection string.
Good luck.

Can't add any API/WSDLs

I am trying to run through the Quick Start Guide in the API Manager documentation and can't seem to add any WSDL/ASMX endpoints. They open fine in the browser but fail when adding through the API Pulisher tool.
When enter in http://ws.cdyne.com/phoneverify/phoneverify.asmx for the endpoint and click the Test button, all I get is "Invalid". Same thing for entering the WSDL: http://ws.cdyne.com/phoneverify/phoneverify.asmx?wsdl.
I hope there is a way to get error details because "Invalid" isn't all that helpful.
I am behind a company proxy but my Internet Options (Windows 8.1) is properly setup and both of those Urls work properly in IE and Chome.

Forms Based Authentication SharePoint 2010 using SSRS HTML viewer

I'm running SSRS in integrated mode (Trusted) and have an issue with trying to use the HTML viewer on a Forms Based Authentication site in Sharepoint 2010. I have found several articles on using the report viewer in FBA; however, to the best of my knowledge, I need to use the HTML viewer as the ultimate goal is to seamlessly produce a PDF file for the end user. The error I'm getting is "401 UNAUTHORIZED An unknown error occurred with the Reporting Services endpoint on this SharePoint site." The Url format I'm submitting is as follows:
http:///_vti_bin/ReportServer?//.rdl&rs:Command=Render&rs:Format=PDF. Some additional information, the request works if I use the default site name and not the forms based name.
So my question is twofold, should I be able to do this in FBA? and if not what is the best route to produce a PDF of the report for the client?
Thanks
First of all, running SSRS with SharePoint is tricky. For SSRS to be able to receive the user credential, it has to be running in kerberos mode. Otherwise, the request to SSRS is made as ANONYMUS LOGON (that's why you are getting a 401).
Now, for the PDF, you have a few options :
Call the SSRS webservice directly and produce a PDF.
Setup a subscription and generate it as PDF, either to filesystem, email, etc.
Do what you are doing now, but with kerberos enabled.

SharePoint 2010 accessing a list via Data Services

We have just finished deploying SharePoint 2010 in our company,
When i try to access a data service endpoint it simply times out (either through code or browser)
The endpoint i am trying to his is http://......./Site/_vti_bin/listdata.svc/ProductionLinks()
If i then browse the list and retry the link it will then work. it then also works for other people accessing the data service but it seems that someone needs to browse the list with IE first (and maybe spin up the site). then after aproximatly 30 min the Data Services requests will stop working.
Is there a way to make a data service call access a SharePoint List without having to browse it first with IE?
Or is there some SharePoint config item I need to set?

Publishing internet facing site on SharePoint 2010 Error

I've had follow the documentation to setup a Publishing internet face site. After setting on the site and editing a page an error occurr:
My steps:
Setup a publishing site under a domain authoring.test.local and a public url public.test.local, I set my account as site collection administrator.
Publishing Portal was the site template selected
Access the authoring.test.local edit Site Actions -> Site Settings -> Site Collection Features:
SharePoint Server Publishing Infrastructure : Active
Site Actions -> Site Settings - Site Actions -> Site Manage Features:
SharePoint Server Publishing: Active
So, for my understanding that's all that need to be done in order to publish the site: After editing a page and click Public submit, i get the following error:
"The following location is not accesible, because it's in a different site collation:
http://authoring.test.local/_catalogs/wfpub/Publishing Approval/reviewpublishing_1033.xsn":
My account has approval permission
Could anybody provide a hint ?
Thx;
Is the Publishing Approval Workflow feature in Site collection features also activated?
I have posted a WCM reference implmentation on my blog. See if it helps you.
http://markviky.blogspot.com/2010/11/sharepoint-2010-web-content-management.html