You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Naresh Agarwal <na...@in.firstrain.com> on 2002/06/26 18:09:18 UTC

Does AXIS supports SMTP. JMS etc.

Hi

Does AXIS supports transports like SMTP, JMS, MQSeries etc?

Which transports are currently supported by AXIS (other than HTTP)?

thanks,
regards,
Naresh

Re: Does AXIS supports SMTP. JMS etc.

Posted by Lyndon Durham <ne...@verizon.net>.
Transports and handlers are used to allow developers the ability to 
configure and deploy their own usage or implementation of Axis. The core 
of  Axis is the Engine that handles the actual SOAP Message etc. 
Therefore in short even though Axis ships with a HTTP transport as part 
of the Axis release, the impetus is up to you to use whatever transport 
protocol you choose to get the SOAP Message to the Axis Engine. So you 
could build any number of transports i.e smtp,jms, file transport etc.