Hi Asankha,
I looked into the javadocs of the VFSTransportListener.It had the following
to add in the axis2.xml of Synapse :
<transportReceiver name="file" class="
org.apache.axis2.transport.file.FileTransportListener">
<parameter name="transport.file.Directory"
locked="false">..</parameter>
</transportReceiver>
I added the above (with a slight change :
org.apache.axis2.transport.file.FileTransportListener to
org.apache.axis2.transport.vfs.VFSTransportListener).
But I didn't know where to change in the services.xml ( actually didnt know
which services.xml to change).
I'll look forward to the samples which you'd be adding with gratitude.
Thanks for looking into this.
Regards
Eric.
On 8/19/07, Asankha C. Perera <[EMAIL PROTECTED]> wrote:
>
> Eric
>
> My apologies on this as I got carried away into some other work before I
> could add the samples.. I am planning to close this during next week.
> Could you give me a few more days. Basically you need to enable the
> transport in the axis2.xml as stated in the Javadocs of the
> VFSTransportListener, and specify service specific parameters in the
> services.xml of Axis2 that maps to parameters for a Synapse proxy
>
> asankha
>
> Eric Nygma wrote:
> > Hi again,
> >
> > Can someone please guide me how to enable/use VFS/File transports in
> > Synapse.
> >
> > Thank you.
> > Eric.
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>