Sign In
Biztalk Discoveries, Experiences
My Biztalk Discoveries, Experiences on day to day work, during Dev , Qa ,Deployment , Production environments etc
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Archive
automated build
Bindings
Biztalk
biztalk administration
biztalk Map
Biztalk Messages
btproj
build
Commerceserver Adapter
Debug
Deploy
Distinguished Property
Email
functoid
Host Instances
how to Map
Log
map
Message
msbuild
Orchestration
PortType
sdctasks
Testcases
Archive
Archives
August 2008
(2)
July 2008
(15)
June 2008
(5)
May 2008
(2)
April 2008
(6)
February 2008
(2)
January 2008
(4)
January, 2008
MSDN Blogs
>
Biztalk Discoveries, Experiences
>
January, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Biztalk Discoveries, Experiences
Webservices from functoids (btm) thro Proxy server
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
we had a requirement where we had to call webservices from a btm biztalk map. the script functoid called an external assembly which in turn called a 3rd party webservice on the internet. this required a proxy server since it is on the internet....
Biztalk Discoveries, Experiences
Biztalk Orchestration vs .Net Class library Reusable code
Posted
over 4 years ago
by
Y2KPRABU
0
Comments
Which is better for a non workflow based code that needs to be called from orchestrations. I believe that the .Net component is a better choice : 1. .Net Component Write a .Net component class library which exposes a static method which does...
Biztalk Discoveries, Experiences
Biztalk : Atomic Transaction for Exception handling
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
Many times i have seen people using atomic / Long running transaction for a scope., just because we need to do some exception handling in the Orchestration code. The better way is to use transaction type as none , to avoid the overheads of a transaction...
Biztalk Discoveries, Experiences
Atomic scope for Non Serializable code
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
Many a times we use Atomic scope inside an orchestration to call non serializable code. for eg. Entreprise library logging component ver 3.0 is not serializable as the bts compiler suggests . error X2141: a non-serializable object type 'SomeAssembly...
Page 1 of 1 (4 items)