Archive for December, 2007
Monday, December 31st, 2007
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 [...]
Posted in BAS, Biztalk | Comments (2)
Friday, December 28th, 2007
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 [...]
Posted in Biztalk, custom pipeline, Receive Pipeline, Send Pipeline | No Comments
Friday, December 28th, 2007
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 [...]
Posted in Uncategorized | No Comments
Wednesday, December 26th, 2007
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 [...]
Posted in orchestration | No Comments
Tuesday, December 25th, 2007
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 [...]
Posted in Physical Ports, Receive Port, Send Port | Comments (2)