Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search BizTalk Blogs
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
BizTalk Server
»
BizTalk Blogs
Blogs
BizTalk Blogs
This group is for blogs related to BizTalk Server. This includes Community Syndicated blogs and Stephen W. Thomas’s blog.
Get this RSS feed
Home
Blogs
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Popular
Any recommendation for Windows 2003-ASP .NET hosting?
Posted
over 5 years ago
by
Anonymous
0
Comments
Creating a Windows 7 WinPE Boot Disk - ImageX ERROR:“Error mounting image” “the parameter is incorrect”
Posted
over 4 years ago
by
Anonymous
0
Comments
SolZip version 1.1 has been released
Posted
over 4 years ago
by
Anonymous
0
Comments
How to Allow Unrecognized Messages on Send Ports Using Message Context
Posted
over 9 years ago
by
Stephen W. Thomas
0
Comments
Envelope Processing on Send and Receive Ports
Posted
over 9 years ago
by
Stephen W. Thomas
3
Comments
Finally! Connected OCS 2007 R2 to Trixbox (Asterisk) to a PSTN/PBX
Posted
over 4 years ago
by
Anonymous
0
Comments
Using XPath Inside BizTalk Orchestrations
Posted
over 9 years ago
by
Stephen W. Thomas
8
Comments
Tags
.Net
.NET Framework
AppFabric
Architecture
ASP.NET
Azure
biztalk
biztalk 2006
BizTalk 2009
BizTalk 2010
BizTalk Server
Cloud
Community News
General
Microsoft
REST
sharepoint
SOA
Tellago
Uncategorized
Visual Studio
WCF
WCF/WF
web services
WF
Browse Blogs on BizTalkGurus
Blog
Group
Posts
Last Post
BizTalk Community Blogs via Syndication
Numerous BizTalk Bloggers all in one spot. All content is property of the original blog owner.
BizTalk Blogs
9561
Fri, May 17 2013
Stephen W. Thomas BizTalk MVP
Insight and guidance on BizTalk, AppFabric, and related Microsoft technologies.
BizTalk Blogs
217
Mon, May 6 2013
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BizTalk Community Blogs via Syndication
FixEncoding Pipeline Component v1.0.0.1
Posted
over 7 years ago
by
Anonymous
I've just uploaded an updated version of my FixEncoding custom pipeline component for BizTalk 2006 (an update for the BizTalk 2004 version is in the works); you can download it from here . This update is about making the component useful in Send pipelines...
BizTalk Community Blogs via Syndication
Hosting InfoPath forms
Posted
over 7 years ago
by
Anonymous
If you are interested to know how to web-host InfoPath forms this article describe the required steps in details. Share this post: Email it! | bookmark it! | digg it! | reddit!
BizTalk Community Blogs via Syndication
Direct Msg. Box Binding - Filter Expression Oddities
Posted
over 7 years ago
by
Anonymous
While working with direct Message Box binding I became stumped with the following error: error X2186: identifier ‘VALIDATION_COMPLETE’ does not exist in ‘TrackOrderMessage’; are you missing an assembly reference? error X2007: cannot...
BizTalk Community Blogs via Syndication
Recommended Oracle client version
Posted
over 7 years ago
by
Anonymous
MS guy told me, even though there are newer versions of Oracle client, the stable version of Oracle client for Windowes 2003 is 9.2.0.7. How to install
BizTalk Community Blogs via Syndication
BTS Suspended Messaging Instances with PowerShell
Posted
over 7 years ago
by
Anonymous
Continuing with my series on managing BizTalk Server with PowerShell, here's a new script that deals with suspended messaging service instances: # # declare our parameters: the action to take, and an optional # path to save messages to # param( [ string...
BizTalk Community Blogs via Syndication
SOAPException Maximum request length exceeded
Posted
over 7 years ago
by
Anonymous
Have you attempted to consume a web service just to see this message in return? It turns out that ASP.NET by default permits web requests 4096kb or smaller to be sent up to a web server, which is a good thing. To pass through anything larger than that...
BizTalk Community Blogs via Syndication
MS BRE: Two new posts - Using XPaths and handling Negation as Failure
Posted
over 7 years ago
by
Anonymous
I've published two Microsoft Business Rules Engine-related articles today (nothing like a long weekend in a hotel). Negation-as-Failure and the Microsoft Business Rules Engine http://geekswithblogs.net/cyoung/articles/90100.aspx Negation can be a surprisingly...
BizTalk Community Blogs via Syndication
No support for ‘Well Formed Xml’ and ‘DTD’ in the Generate Schemas wizard ‘out of the box’
Posted
over 7 years ago
by
Anonymous
While creating a schema using the ‘Generate Schemas’ wizard I noticed that the ‘Well Formed XML’ and ‘DTD’ wizards are not loaded by default. If you try and use one you’ll received the following error message...
BizTalk Community Blogs via Syndication
BTSReset with PowerShell
Posted
over 7 years ago
by
Anonymous
In a previous post I mentioned that you could work with the WMI interfaces in BizTalk Server easier in PowerShell than you could with C#, and in a more interactive fashion. Here's something else I cooked while playing with the PowerShell RC1: A PowerShell...
BizTalk Community Blogs via Syndication
Blogging on the Business Rule Engine (BRE)
Posted
over 7 years ago
by
Anonymous
Sreedhar, another Programmer Writer on our team, started blogging recently on the Business Rule Engine. Look for postings on updated information, basic and advanced feature discussions, and new walkthroughs! http://blogs.msdn.com/biztalkbre/
BizTalk Community Blogs via Syndication
New BAM Content...
Posted
over 7 years ago
by
Anonymous
The BizTalk Server Developer Center has been refreshed with new BAM content. Business Activity Monitoring (BAM) FAQ List Get answers to your most frequently asked questions about BAM. Getting Started Developing with BAM: EventStreams As a BAM developer...
BizTalk Community Blogs via Syndication
Administering BizTalk with PowerShell: Part 1
Posted
over 7 years ago
by
Anonymous
As many of you know, BizTalk Server has a fairly extensive WMI object model you can use to manage and run your BizTalk servers. As even more of you know, WMI is a pain in the neck to work with from pretty much anywhere, particularly C#. However, PowerShell...
BizTalk Community Blogs via Syndication
How to invoke a policy from another policy? (Policy Chaining)
Posted
over 7 years ago
by
Anonymous
Policy Chaining This sample demonstrates how to invoke a policy from another policy by calling the Execute method of the Policy class exposed directly by the Microsoft.RuleEngine assembly.
BizTalk Community Blogs via Syndication
How to invoke a policy from another policy? (Policy Chaining)
Posted
over 7 years ago
by
Anonymous
Policy Chaining This sample demonstrates how to invoke a policy from another policy by calling the Execute method of the Policy class exposed directly by the Microsoft.RuleEngine assembly.
BizTalk Community Blogs via Syndication
How to Insert XML Nodes from a Business Rule? - XMLHelper class
Posted
over 7 years ago
by
Anonymous
Inserting XML Nodes from Business Rules This sample demonstrates how to insert nodes into an XML document and set their values from a business rule by using the XmlHelper class.
Page 574 of 652 (9,778 items)
«
572
573
574
575
576
»