XmlRpcClient client = new XmlRpcClient();
client.setConfig(config);
if (SimulationEngine.eclipseEnvironment)
{
client.setTransportFactory(new CustomSAXParserTransportFactory(client));
}
clients.add(client);
// add factory for annotations for generated protocol
AnnotationClientFactory factory = new AnnotationClientFactory(client);