Browse by Tags

All Tags » BizTalk (RSS)

Something you REALLY should know about dates ! (beeing Kind to DateTime.Kind)

Here we go, some important stuff about dates.....(it's not only BizTalk related) I had a very simple scenario. Webservice Receives a request (with several datetime fields in it) Send the received message to SQL via the WCF adapter For some obscure...
Posted by Patrick Wellink | with no comments
Filed under: ,

Really nice BizTalk Admin tool, BizTalk 360

Today I stumbled upon a really nice BizTalk admin tool. (thanks google reader) Have a look at it >>here<< It's a kind of Silverlight BizTalk Administration console with quite a few extra's. Really good work !
Posted by Patrick Wellink | 1 comment(s)
Filed under:

Removing unwanted namespaces from a BizTalk Map

BizTalk is a great tool but sometimes the output is a little unreadable because of the number of namespaces in a document. This post is related to a previous post where I had to import a zillion schemas . Once I had those schema's imported I could...
Posted by Patrick Wellink | 2 comment(s)
Filed under: , ,

XSLT Distinct another way to determine distinct in XSLT 1.0

I had a requirement to map a buyer only if it was the same buyer throughout the entire document. The reason for this was that in the source document the buyer was defined in a sub sub sub node of a document and in the destination it occurred only once...
Posted by Patrick Wellink | with no comments
Filed under: , ,

xs:int and xs:integer, what's the difference....

I am busy creating schema's and exposing them as a web service. I always generate a client and try to post some messages and this time I was again surprised by BizTalk. (or should I say XML). When creating a schema you can chose several types for...

Download all files referenced in an xsd locally (+ Possible fix for BizTalk CS0013 compilation error)

Well if you ever end up like me with a XSD that has about a zillion includes ( schemaLocation ), maybe this tool is something for you. It is a pretty simple tool. You give it an XSD, and it will download all files that are referenced to your local system...
Posted by Patrick Wellink | with no comments
Filed under: ,

Using XSLT Templates in a map (reminder@self)

We all know that using XSLT inside a map can be very usefull to do stuff that's very hard to do with the mapper itself. Sometimes using XSLT it is the only way things can be done. I find myself struggeling each time to figure out how specific tasks...
Posted by Patrick Wellink | with no comments
Filed under: , ,

Again a BizTalk Hotrod issue you should not miss

Last week I stumbled upon the Tenth issue op BizTalk HotRod. I have looked into it a couple of times cause there are so much goodies in there. The items covered in this issue are: Creating Business Documents Automating deployments of BizTalk change requests...
Posted by Patrick Wellink | 1 comment(s)
Filed under:

Interessante Blog Postings

Gedurende een bepaalde periode kom je op het internet interessante zaken tegen of zijn er interesante blogpostings gedaan. Soms google je wat en kom je een oude maar zeer interessante blogposting tegen. In dit artikel wil ik een aantal van deze blogpostings...

How to Add a Virtual Directory to an BizTalk Application

I had a BizTalk Webservice that was generated by the WebService Wizard from BizTalk. When I exported the MSI the WebDirectory came along. I thought this webdirectory was added during the export. But this is not the case. The WebService Wizard adds the...
Posted by Patrick Wellink | with no comments

BizTalk Server future sneak peak

Well some people are still not convinced BizTalk is here to stay, today some very nice information popped up in bloglines (my favorite RSS reader) about the futur of BizTalk. Almost every new technology MS has released are mentioned, to name a few: WCF...
Posted by Patrick Wellink | with no comments
Filed under: ,

Gjeeeeez, Guidance automation and VS 2008 SP1, Thank Google for that !

When you are working with the Guidance Automation toolkit, you are creating all kind of wizards yoursef. Currently I am in the middle of doing so and after adding a specific recipe to create a Biztalk Project I got the following error :" project...

Custom BAM and making it really work

I have a solution where I use BAM to build a complete audit trail of a message flow. Custom components write a message to a predefined BAM view whenever you want it to. Normal points where you would use this functionality is in receive & send pipelines...
Posted by Patrick Wellink | with no comments
Filed under: ,

Building your own Adapter. Serious Pitfals / Adapter WOES !!

This blog post is about several experiences I had when building my own Sybase adapter. Normally i would suggest to the customer that they should buy an adapter, but in this case that was not possible since the only good working Adapter for Sybase was...
Posted by Patrick Wellink | 3 comment(s)
Filed under: ,

The transport proxy method DeleteMessage() failed for adapter XYZ (Bug in Codeplex Adapter Wizard)

Ok, I have seen this error a couple of times on the internet. They all have to do with the same issue. And in my current project i stumbled upon this problem. I found a solution and thought it would be nice to share this with the community You have created...
Posted by Patrick Wellink | 6 comment(s)
Filed under:
More Posts Next page »