I think that this is as easy as I can explain it. Please, anyone is welcome to correct me or add to this.
SOAP is a way for message format used by disconnected systems (like across the internet) to exchange information / data. It does this by sending with XML messages going back and forth.
Web services transmit or receive SOAP messages. They work differently depending on what language they are written in.
Since they are disconnected, REST provides a way to simulate a consistent connection so that messages are can be processed as part of a transaction.
