Hey Glen, thanx for the fast reply!
Since i'm just going to write plain text, i guess the Java IO classes will work fine for me. Thanx and best regards GlenMazza wrote: > > MTOM doesn't write files to storage devices, so you would have to use > the Java IO classes. Take a look at the MTOM sample[1] available in the > samples directory of the binary download--it takes a file from the > client and saves it to file storage, so it may be doing exactly what you > are looking for. > > Glen > > [1] > http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/mtom/ > > > Am Mittwoch, den 13.06.2007, 22:14 -0700 schrieb omega-psi: >> Hey everybody. I'm pretty new to Axis2 and allthough i read a lot i have >> a >> perhaps trivial question, perhaps i'm not very used to programming >> server-side code. >> >> I just like to know if i can use the Java io-classes to write files on >> the >> server or if i have to use MTOM to write the files. >> >> Best regards and thanx in advance! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Saving-files-on-the-server-tf3919644.html#a11114177 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
