How to Assign an Application to an Adapter
To process information between a local application and a remote server, an adapter must have one or more applications assigned to it.
To assign an application to an adapter
Add the application to the adapter by using
ISSOPSAdmin.AssignApplicationToAdapter
.You can retrieve the current list of applications assigned to an adapter by using
ISSOAdmin.GetApplicationsForAdapter
.Once you are finished, you can remove an application from an adapter by using
ISSOPSAdmin.RemoveApplicationFromAdapter
.