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
-------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

The death of music TV channels in UK - but not Europe? 4
System.Net.Mail SmtpClient SMTP Quit Command 3
Using SOAP in XML 1
Lost the tv remote...? 2
Secure SMTP 1
SMTP 1
SMTP Connection failure.... 2
SMTP error 1

Back
Top