Calling .NET assemblies from ESQL
Use the CREATE FUNCTION or CREATE PROCEDURE statements in a node that supports ESQL.
About this task
Tip: To associate .NET code with
an ESQL node, drag an existing .NET assembly onto the canvas, or a
node that supports ESQL, and then follow the prompts.
Procedure
- In Microsoft Visual Studio, create and build your project.
- In the IBM App Connect Enterprise Toolkit, drag one of the nodes that support ESQL onto the message flow.
- Double-click the node to open the ESQL editor.
- Define a CREATE FUNCTION or CREATE PROCEDURE statement,
specifying the language as either .NET or CLR. See CREATE FUNCTION statement and CREATE PROCEDURE statement for details, including examples.