private void buildDelegateService() {
TypeMappingRegistryImpl typeMappingRegistry = new TypeMappingRegistryImpl();
typeMappingRegistry.doRegisterFromVersion("1.3");
SimpleProvider engineConfiguration = new SimpleProvider(typeMappingRegistry);
engineConfiguration.deployTransport("http", new SimpleTargetedChain(new HTTPSender()));
GeronimoAxisClient engine = new GeronimoAxisClient(engineConfiguration, portToImplementationMap);
delegate = new Service(engineConfiguration, engine);
}