{
throw new ConfigurationException(e);
}
catch (IOException e)
{
throw new ProcessingException(e);
}
catch (TransformerFactoryConfigurationError e)
{
throw new ConfigurationException(e);
}
catch (TransformerException e)
{
throw new ProcessingException(e);
}
catch (Exception e)
{
throw new ProcessingException(e);
}
}
//Lets see how the response looks like
if(log.isTraceEnabled())
{