inlineResponse = getAttributeAsBoolean( INLINE_RESPONSE, true );
logger.debug("Parameter [" + INLINE_RESPONSE + "] is equal to [" + inlineResponse + "]");
if(getAuditServiceProxy() != null) getAuditServiceProxy().notifyServiceStartEvent();
IEngineInstance iEngInst=(IEngineInstance)getAttributeFromSession( EngineConstants.ENGINE_INSTANCE );
GeoEngineInstance geoInstance=(GeoEngineInstance)iEngInst;
if(outputFormat == null) {
logger.info("Parameter [" + outputFormat + "] not specified into request");