-
In case this helps someone track down a silly little defect… I have an orchestration that uses an outbound map on a send port. The map had a script shape that had incorrect xslt. Simply running the Test Map would have caught this one and saved me some time. The full detail of the Exception...
-
In a BizTalk 2006r2 solution, we encountered a build issue with BizTalk where a map that referenced a particular schema was causing BizTalk to fail to build. The symptom was that Visual Studio would continually build until it ran out of memory. The cause of the issue was tracked down to a particular...
-
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...
-
The "For Standard and Branch editions, joining a BizTalk group is not allowed." failure was recently encountered by a colleague while configuring a new implementation of BizTalk. After trudging through countless posts, he came across the solution to this issue. When encountering this error...
-
Here is a little gem that I have come across recently... I have only confirmed this in BizTalk 2006 R2. If you create a receive shape with a filter expression of (BTS.Operation=="somevalue") and your namespace contains BTS. then you will get a build failure similar to: The type or namespace...
-
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...