Consider two main kinds of message exchange patterns in SOAP (and operation types in WSDL): (1) request-response and (2) one-way. How would you implement oneway messages over HTTP, which is a request-response protocol? How would you implement request-response messages over SMTP, which is a one-way protocol (do not assume any special receipt notification functionality, which some mailers support)?