Microsoft .NET is a set of Microsoft software technologies for integrating software applications. In Synapta Services Builder, .NET components are generated in Task Builder for IMS and can be deployed to a .NET runtime environment as either Web services or remotable .NET objects.
A remotable object is one that can be controlled from a computer different from the one where it is deployed. Using this object, you can run tasks on computers where the IMSConnectorProxy Service and the Java Virtual Machine are not installed and develop native client applications that do not require Java.
This .NET interface |
Does this |
---|---|
.NET Web service |
|
.NET remotable client object |
|
As shown in the following diagram, the native client uses remoting to communicate with the .NET object on the Web services computer; the Web services client communicates using SOAP. From the server, using COM, the .NET object communicates with the Attachmate IMSConnectorProxy service. Through JNI, the IMSConnectorProxy service calls into Java and then runs tasks using the IConnectorAccess interface.
For help with alternative deployment scenarios, see the .NET Deployment Examples topic.
![]() |
|
![]() |
Using Tasks in Your Applications |
![]() |
Configuring a .NET Environment |
![]() |
Deploying Web Services Using .NET |
![]() |
Deploying a .NET Remote Client Object |
![]() |
.NET Deployment Examples |
![]() |