}
try {
org.jitterbit.integration.server.implementation.webservice.interchange.treemapper.client.TreeMapperInfoProvider infoProvider = locator.getkonga_treemapper_infoprovider();
getConfiguration().setTimeOut((org.apache.axis.client.Stub) infoProvider);
WsLoadSourceDataInput input = new WsLoadSourceDataInput();
input.setCompressedBase64EncodedData(sourceData.getCompressedBase64EncodedData());
input.setPipelinePlugins(plugins);
input.setTransformationGuid(tranId.toString());
WsLoadSourceResult wsResult = infoProvider.loadSourceData(user, password, input);
if (Thread.currentThread().isInterrupted()) {
callback.cancelled();
return;
}