Title: RE: SMTP transport API

Though it seems unlikely that im going to use the SMTP as transport, i'd be glad to have a copy of the same.

Im planning to add some more admin pages and functionality to the Apache Soap Server, which include listing of all the instances of a particular service class (including both which are scoped SESSION and APPLICATION).

 Currently the admin jsp pages only allow listing of the deployed service descriptions and undeployment of the same!

Arvind

-----Original Message-----
From: Lucas Gonze [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 5:12 PM
To: [EMAIL PROTECTED]
Subject: RE: SMTP transport API


I've been fooling with the SMTP binding over the past few days, Arvind.  Net
result is that it's raw, probably more of a proof of concept than anything.

For example, javadoc is scant, documentation is sometimes inaccurate, when you
send a message your thread blocks for the response from the pop3 mailbox read
(i.e. you can't do asych processing), the SOAPaction header isn't used, the
exception stack trace is useless because of the aggressively event oriented
control flow, and the source is hard to read in places (e.g. in the constructor
for SOAPSMTPConnection).  Overall the problem is that the coding style is too
personal to support easy patching.

It was pretty trivial to rewrite the SMTP/SOAP bridge (for my own use), and I
will probably end up doing the same for SOAPSMTPConnection.  If you want a copy
of the source let me know.

best,
Lucas

-----Original Message-----
From: Arvind Gudipati [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 11:03 AM
To: [EMAIL PROTECTED]
Subject: SMTP transport API


Hi all,

     There seems to be not enough documentation for SOAP SMTP transport API.

     Has anyone tested the SMTP transport API ?
     Are there any known issues with SMTP transport API?

thnx,
Arvind
CONFIDENTIALITY NOTICE:  E-mail may contain confidential information that is legally protected.  Do not read this e-mail if you are not the intended recipient. This e-mail transmission, and any documents, files or previous e-mail messages  attached to it may contain confidential information that is legally protected.  If you are not the intended recipient or a person responsible for delivering it to the intended recipient,  you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED.  If you have received this transmission in error, please immediately notify us by reply e-mail, by forwarding this to [EMAIL PROTECTED] or by telephone at (877) PANACYA, and destroy the original transmission and its attachments without reading or saving in any manner.  Thank you.  For information about PANACYA Inc., please visit our website at http://www.panacya.com.

Reply via email to