Overview

In this section:

The iWay .NET Technology Adapter enables .NET developers to create integration endpoints using their familiar design language or to reuse existing endpoints. Code written in a source language, such as Visual C# or Visual Basic .NET, that complies into Common Language Infrastructure (CLI) code can be interpreted and the methods invoked from Java executables. The CLI code runs in an instance of the Common Language Runtime (CLR) and data can be passed through the adapter in either direction (inbound or outbound.

This version of the adapter introduces support for constructors, sessions, and database connections. In addition, enhanced metadata capabilities are provided.

iWay .NET Technology Adapter is designed to work with method calls contained in .NET assemblies. The source code input is not used only the Common Intermediate Language (CIL).

The adapter has been tested with .NET framework runtime 3.5, 4.0 and 4.5 on Windows client and server machines. No other platforms are currently supported.

While the new enhancements open new areas of the .NET framework to use with the adapter, some parts of the framework remain out of scope and are explicitly not supported:

Do not use any class types that attempt to use Application environment variables. They will return the iway_home directory and not the expected assembly. All Assembly environment variables function as documented.

Known Issues and Limitations

For more information on supported functionality, usage considerations, known issues and limitations, see Known Issues and Limitations.


Top of page

x
Defining and Understanding User Proficiency Levels

There are three different user levels that should be considered when using the iWay .NET Technology Adapter:

Understanding these types of users and their specific roles can help define the expected usage scope for the iWay .NET Technology Adapter and its implementation in your organization.


iWay Software