I am afraid, your question seems to be not very clear. I know resolution but I do not understand your question. What relation between the set of Horn clauses and S?
Resolution, thus unit resolution, is sound. So the "only if" part is immediate.
At the ground level, the "if" part is really easy, but the trick at the first order level is showing that "factoring" is not needed. JACM 21,4 is overkill, but it does this amongst other results.
Intuitively, a ground positive unit proof can be lifted to (a proof of) the first order clauses, of which it is a set of instances, in the usual way -- EXCEPT that a single ground step may correspond to a unit resolution involving a clause in which k literals have been factored together into one. But unification theory allows this one step on a factor to be replaced by k (unit) steps on the original clause, resulting in the same resolvent produced by the one step with the factor.
(This is mostly intuition and not even a proof sketch.)