Main menu:

 

December 2007
M T W T F S S
    Jan »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Site search

Archives

Categories

Tags

Links:

Archive for December, 2007

Destination party not found while attempting to send message

If are working with BAS , you may encounter this issue. Now if you have deployed your trading client and activated the agreements earlier, there are chances you may encounter this issue.
Resolution:
Deactivate the client agreement in the BAS Site
Undeploy the client in the BAS site
Activate the client agreement in the BAS Site
Deploy the [...]

Custom Send and Receive Pipelines - When to use in BizTalk

There are basically exisiting pipelines, for receive as well as send adapters, they are PassThruReceive . XMLReceive, PassThruTransmit and XMLTransmit .
When you don’t want your application to bother about the format and file types, you can simply set passthrureceive or passthrutransmit for receive ports and send ports respectively.
If you are using a standards [...]

Guide to BizTalk Server hosted on paid domain

Hello everyone,
I feel proud to announce that this blog BizTalkServerGuide has been hosted on a paid domain , well the domain name is same as the blog, thank god , this domain was not reserved. Well the name of the domain is http://biztalkserverguide.com/ . The domain name and hosting cost me around $20. worth it [...]

In which scenarios you should use Call or Start Orchestration shapes in BizTalk

I had encountered a scenario where in I had to send a mail after the batch of 10 orders is processed successfully.
The shape which I used initially in the Orchestration A was Start Orchestration , well, this was not the right way because, the start orchestration is asynchronous, which means , just start the [...]

How to test HTTP Send and Receive port in BizTalk

I have interviewed around 10 people on BizTalk, none were able to answer this question.
How do I test HTTP Send and Receive in BizTalk?
One guy told me to create a Plugin using DOT Net using webrequest and webresponse objects.
I asked him is there any alternative and quick way of doing the same without writing a [...]

Converting xml to pdf in BizTalk

Businesses are more concerned about reports , that is easily readable. I have seen many users who have posted asking , how to convert xml to pdf files in BizTalk. Well , this can be achievedas follows.
Create a Table in a Database, with the key fields : for Ex: Invoice will contain Invoice #, Customer [...]

How to debatch a xml file

I searched the internet to find ways to debatch an xml file and found a way to do the same.
I did not write a custom pipeline component to achieve the same.
What I did is wrote a method which accepts the xpath of the node , you want to debatch , its current node ,count and [...]

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!