XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
config.setServerURL( url );
config.setEnabledForExtensions( true );
this.xmlRpcClient.setConfig(config);
XmlRpcCommonsTransportFactory transportFactory =
new CustomXmlRpcCommonsTransportFactory(this.xmlRpcClient);
this.xmlRpcClient.setTransportFactory(transportFactory);
this.testProjectService = new TestProjectService( xmlRpcClient, devKey );
this.testPlanService = new TestPlanService( xmlRpcClient, devKey );
this.miscService = new MiscService( xmlRpcClient, devKey );