Re: Doubt on AXIS Handlers

2005-02-16 Thread Bill Keese
Wow, mail transport... the world's slowest RPC?  :-) And if that is still too fast, try: org.apache.axis.transport.postalmail Bill [EMAIL PROTECTED] wrote: Hi Kumar, Other than the HTTP Transport, Axis also provides a JMS Transport and a Mail Transport. See the following packages for de

Re: Doubt on AXIS Handlers

2005-02-15 Thread aveitas
Hi Kumar, Other than the HTTP Transport, Axis also provides a JMS Transport and a Mail Transport. See the following packages for details: org.apache.axis.transport.mail org.apache.axis.transport.jms So instead of communicating SOAP over HTTP, you would communicate SOAP over JMS or SMTP/POP3. A

Doubt on AXIS Handlers

2005-02-15 Thread babloosony
Hi, What exactly is a transport handler in AXIS and can anyone please give one real world example of when shall we go for implementing our own transport handlers in AXIS ? Thanks & Regards, Kumar.