hi,

you can use multiple .net data adapters within a single adapter set. You just have to configure the adapters.xml correctly so that it can connect to your remote .net adapters.

e.g.:

note the name property of the <data_provider> element

obviously you have to configure your second data adapter to use port 6663 and 6664 instead of using 6661 and 6662.

From a client point of view you must now set the adapter name to receive data from the desired data adapter:

note the setDataAdapter call

hope that helps