Google Summer of Code 2007 – Project progress
Project
Implementing mail transport (SMTP/POP3) support for SOAP 1.2 for Axis2/C
Project Proposal
http://wiki.apache.org/general/RajikaKumarasiri/GSoC2007/proposal
Architecture
=== This is a diagram which describe the path of a SOAP message go through the mail transport===
+---------------+
+ +
+ Mail Server +
+---------------+
Client ^ | ^ | Server
+-----------------+ | | | | +-----------------+
+ +------------+ + SMTP | | | | POP3 + +------------+ +
+ + Sender + +--------------------------------+ | | +-------------------->+ + Receiver + +
+ + + + | | + + + +
+ +------------+ + | | + +------------+ +
+ + | | + +
+ +------------+ + | | + +------------+ +
+ + Receiver + + POP3 | | SMTP + + Sender + +
+ + + +<----------------------------------+ +------------------------>+ + + +
+ +------------+ + + +------------+ +
+ + + +
+-----------------+ +-----------------+