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]
