Blog
Welcome to my ramblings. I am going to talk about digital stuff, web design, technologies, Microsoft, Biztalk, ASP.net, HTML and any thing else. I am a web developer who is currently working with Biztalk and doing systems integration work, it's a big change of scene for me but I love learning new technology stuff.
A List of Useful Tools for developing with Biztalk
BizTalk Server Best Practices AnalyzerThe BizTalk Server Best Practices Analyzer V1.2 examines a BizTalk Server 2006, BizTalk Server 2006 R2, or BizTalk Server 2010 deployment and generates a list of … more
Biztalk - A Development Approach
Overview
Although there are always differences between BizTalk solutions there are also common approaches, which can be used to accelerate development of future solutions.
One of the most … more
Showing your activate subscriptions in Biztalk
The following shows how to check your activate subscriptions in Biztalk.
You can either check the filter of send port in the filter tab or can follow these steps. It is often useful to follow … more
A collection of arty web sites
Just wanted a place to collect some arty web sites that I like so I can refer back to them. I'll keep adding to it as time passes.
Culture VulturesGood site about art and cultural events of … more
Biztalk Development Best Practices: Directory of Sites
I was going to write an article about the best practices in developing with Biztalk. I am quite new to the platform so the purpose of this would have been to imprint some development … more
Biztalk error: Cannot locate document specification because multiple schemas matched the message type
This error occurs in a Biztalk Xml send or receive pipeline when, as the error states, you have more than one schema in your Biztalk application (or any applications that it refers to) which has the … more
Biztalk error: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF
ProblemI was getting the below error emanating from a Biztalk HTTP send port.
The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF
SolutionFor each … more
Converting an existing Biztalk map to XSLT
You have an existing Biztalk map, that you need to convert to xslt - normally this occurs when the mapping potential of Biztalk does not meet your requirements because of the complexities of what … more
The importance of the written word when developing
Whenever I am faced with a particularly difficult or complex development task which I am struggle to get my head around, I always find that the best way to make progress is to stop, take a breather … more
Could Wakefield host a digital festival?
Ok, no laughing please. Yep I've seen you before on twitter, Leeds based designers, mocking Wakefield and it's tiny web design agencies that you didn't think even existed. But Wakefield, … more
Biztalk: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Conclusion: You need to install the SSL certificate in your Windows certificate store.
I was recently working on a Biztalk project which required communication via the HTTP adapter on a send port to … more
Could not find file EmptyProject.btproj when creating a new Biztalk project in Visual Studio 2010
I had the error message "Could not find file... EmptyProject.btproj" when I created a new Biztalk project in Visual Studio 2010. I believe the problem originated since I installed a Biztalk … more
Problems with Using Remote Desktop Connections and the Biztalk Admin Console
I have recently been observing issues with using Biztalk admin console 2010 via an RDP connection, although I have been unable to find anything documented on the web about the issue I'm having, so I … more
Using Biztalk Shared/Common Applications for Sharing Schemas with Other Biztalk Applications
Where I am working right now we tend to have a shared application in Biztalk where we store common schemas that are likely to be used by any of the other Biztalk applications. We feel this is a … more
Writing XPath in a Biztalk Orchestration
I just wanted to write down a few tips that help with writing xpath code in an orchestration - you might want to do this if you need to access some xml attribute or element when it hasn't been … more