Hi Fabiano, I'm not sure how familiar you are with the Flex API in general or the GeometryService in particular, so this might not be the answer you are looking for...
The basic flow is to use the operation (for example intersect method) which will send the request to the server, once the response comes back, an event is thrown to indicate that the operation is complete (for example intersectComplete). If you would rather use a responder than the complete event, then you could do that instead.