Remoting over SMTP channel

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

Hi all,
I read I can use SMTP channel to send SOAP message. But what is the
benefit of using SMTP instead of TCP, HTTP?

Hardy
 
I read I can use SMTP channel to send SOAP message. But what is the
benefit of using SMTP instead of TCP, HTTP?

Asynchronous nature.
Over HTTP, the server has to respond immediately. Over SMTP, one can wait
for some time to receive the response... specially if the task is huge and
may take from a few minutes to a few hours or more...


--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
 
Back
Top