That worked well, thank you - could you tell me how to set the file name of the response? I tried setIdentifier(), but it does not seem to work:
result = new StringRepresentation( "...", MediaType.valueOf( "..." ) ); result.setIdentifier( "facility.kml" );

