Re: [Soaplab-users] Problem with Infile Path
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2008-03-28 09:50:11
|
> you need to write a script that will warp it - and this script will > read the file name given to it by Soaplab, will copy the file to a > temporary directory and will pass a new name to your application > itself (together with the other parameters gotten from the Soaplab > service). One other option would be to write an input data adaptor class in Java that should implement the interface org.soaplab.services.adaptor.DataAdaptor. However, for your case writing a wrapper seems to be a more practical solution. Mahmut |