Hi, You can try this out.
WSO2 WSAS (http://wso2.org/projects/wsas/java), which is based on Axis2, supports deploying "Axis" services also. That means you can run both Axis and Axis2 services. So you can try adding the Synapse VFS transport listener (http://synapse.apache.org/) to WSAS axis2.xml and deploy the Axis service there. That means instead of Axis engine you use WSAS which has an Axis engine builtin. You can run WSAS standalone or in Web containers. This may work. Upul On Thu, Apr 3, 2008 at 5:07 PM, Manjula <[EMAIL PROTECTED]> wrote: > Hi, > > > > I'm using Axis 1.4, I have added activation.jar and mail.jar to it so as > to send and receive attachments. > > It is working fine with HTTP protocol. > > > > Now my question is can we use this Axis_1.4 + activation.jar + mail.jar > combination to send attachment over FTP or FTPS rather than HTTP? > > > > Can we use FTP with Axis1.4 without using Axis 2 or VFS Apache Synapse? > And how to achieve it? > > > > *Regards,* > > *Manjula *** > > > > > ------------------------------ > > *From:* Asankha C. Perera [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, April 02, 2008 2:16 PM > *To:* [email protected] > *Subject:* Re: Axis attachment with FTP > > > > Manjula > > FTP is a supported transport with the Apache VFS based transport > implementation used in Apache Synapse <http://synapse.apache.org> (This > transport is fully compatible with Axis2) > > asankha > > Manjula wrote: > > > > Hi, > > > > > > > > Can we use Axis framework with FTP protocol, rather than using HTTP, for > sending attachments. > > > > If yes please give guidelines on how to proceed and an example snippet if > possible. > > > > > > > > Thanks & Regards, > > > > Manjula > > >
