Biztalk Bam Question:
Download Job Interview Questions and Answers PDF
Explain how do you call a Non-Serializable .Net helper class inside an Expression Shape?
Answer:
Add a reference of that dll (class). The class must be strongly signed and in the GAC.
Make sure your transaction type of Orchestration is Long Running transactional.
Add an Atomic scope.
Create an Orchestration variable of that class inside the scope.
Create an instance on that object inside the scope.
Call the method
Make sure your transaction type of Orchestration is Long Running transactional.
Add an Atomic scope.
Create an Orchestration variable of that class inside the scope.
Create an instance on that object inside the scope.
Call the method
Download Biztalk Bam Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain me is there any shape in Orchestration which can't be tracked? | What is rehydration? |