BizTalk integration with SharePoint is … interesting. Using the Add Generated Items… Consume WCF service might result in a proxy that will not build due to a bad reference. The proxy file Lists_schemas_microsoft_com_sharepoint_soap.xsd contains the bad reference. The reference in particular is...
Just some notes on connecting BizTalk to SharePoint’s /_vti_bin/lists.asmx">http://<site>/_vti_bin/lists.asmx webservice. After using Add Generated Items –> Consume WCF Service to create the proxy and binding you might find that when calling the service a transport level...
Recently I deployed a WCF service using NTLM transport authentication. An issue arose when calling the service from a remote server where Kerberos authentication was not working correctly. After contacting the infrastructure team, I was informed to use NTLM and not Kerberos as the authentication provider...
One of the teams I am working with ran into an issue when generating shared types via SvcUtil. The issue was SvcUtil was generating multiple types (e.g., classes, enums) in the proxy .cs file. After a google search, I found this was being experienced by others: http://forums.microsoft.com/MSDN/ShowPost...
When trying to get the example in Instrumenting the WCF Getting Started Sample (BizTalk Server Sample) to run, I encountered the following error: Server Error in '/servicemodelsamples' Application. Configuration Error Description: An error occurred during the processing of a configuration file...
A configuration error of "Unrecognized element 'oracleDBBinding'." indicates either the Oracle LOB Adapter has not been installed or the settings in the %windows%\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config are missing/incorrect. If you encounter the above configuration...