1 min read
BizTalkSharePoint

Server Error in ‘/BTSharePointAdapterWS’ Application: Request format is unrecognised

Whilst configuring the SharePoint Adapter for BizTalk for a client today, I came across a couple of issues. The first error made me think that I had really screwed up the installation of the WSS adapter.  I was getting the following error when trying to browse to the web service.

“Request format is unrecognized.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Request format is unrecognized”

Thanks to a blog post by Kent Weare (which can be found here http://kentweare.blogspot.com/2010/05/sharetalk-integration-wss-adapter-web.html), I was able to resolve this by removing the following setting from the web services web.config file.

<webServices>
    <protocols>
        <!–<remove name=”documentation”/>–>
    </protocols>
</webServices>

As soon as I commented out this line I was able to browse to the web service successfully.

Want more cloud insights? Listen to Cloudy with a Chance of Insights podcast:

Spotify | YouTube | Apple Podcasts

Tags

biztalkintegration
Like this article?

Comments

Richard Hogan

Richard Hogan

Author & Host

Richard is a Microsoft-focused architect and consultant with deep expertise in Azure, Microsoft 365, cybersecurity, and enterprise cloud migration. He is the founder of The Microsoft Cloud Blog and co-host of the Cloudy with a Chance of Insights podcast. All views expressed are his own.

You might also like

BizTalk WSS Adapter: HTTP 401.2 &#8211; Unauthorized: Logon failed due to server configuration

Continuing my experience of attempting to configure the WSS adapter for a clients BizTalk/SharePoint integration project.  As mentioned in my previous post I was having an authentication issue between the clients SharePoint and BizTalk instances.  The message I was getting back (not in BizTalk unfortunately) was the following 401.2 message. &#8220;HTTP 401.2 &#8211; Unauthorized: Logon failed due to server&#8230; Continue Reading &rarr;

BizTalk WSS Adapter: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF

Whilst attempting to set up the WSS adapter for a client I was receiving the following error when trying to call the WSS adapter web service. &#8220;RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF&#8221; This seemed to me to be an issue where BizTalk was receiving an error that it could not&#8230; Continue Reading &rarr;

SharePoint 2013 Error: The filtering process has been terminated

I had just completed a PowerShell scripted deployment of a SharePoint farm and was just performing the final checks when I noticed the following error in the crawl logs. &#8220;The filtering process has been terminated&#8221; This turned out that because in the PowerShell script I had specified that the SharePoint installation location should be different to&#8230; Continue Reading &rarr;

In-depth cloud tech discussions from Microsoft experts.

Expert insights on Microsoft Azure, cloud architecture, and enterprise technology.