PrepAway - Latest Free Exam Questions & Answers

What should you do?

A BizTalk Server 2010 solution includes a map that is used in a loan approval process. The input schema contains values for loan amount and yearly salary. The output schema contains a Boolean value that indicates the approval status of the loan. There is a Microsoft .NET helper method in another project within the solution that accepts the two parameters for loan amount and yearly salary and returns the approval status Boolean value. You need to invoke the .NET helper method from a scripting functoid in the map. What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Use the Inline C# script type to reference the class containing the method with a C# using statement.

B.
Use the Inline XSLT script type to reference the class containing the method by its fully qualified assembly name.

C.
Add a reference to the project containing the class that contains the method. Reference the method as an external assembly script type in the scripting functoid configuration.

D.
Add a reference to the project containing the class that contains the method. Use the Inline C# script type to reference the assembly in the scripting functoid configuration.

15 Comments on “What should you do?


Leave a Reply