soap.smtp://

  • Thread starter Thread starter Elementary Penguin
  • Start date Start date
In comp.os.linux.advocacy, Elementary Penguin
<[email protected]>
wrote
Brain.Save()
steve maine's blog

"I finished up my sample implementation of an SMTP transport for Wse2.
Thanks to the power of WSE, you can now easily call Web Services via
email :)"

http://hyperthink.net/blog/CommentView,guid,d337a6f5-a0c8-45b8-920e-132391eedc31.aspx

Errrrummm....the SOAP spec specifically states that it's callable
by Email; SMTP is a valid transport layer (like HTTP is in that
regard). I now have to ask whether what you implemented was
in fact strictly necessary, although I can see some value of
having a SOAP method to send out a text Email.

Just curious.

http://www.w3.org/TR/2003/REC-soap12-part0-20030624/

is only a primer I know but I don't want to dig through the
entire spec; however, Example 15 is a SOAP message carried
across SMTP.
 
Back
Top