To answer my own question: requestObject."getDatahandler()".getName() --> name of cache file.
Using the xsd:base64Binary and resulting axis mapped DataHandler -object seems to work fine. > From my skeleton impl: > FileOutputStream fos = new FileOutputStream(file); > "MTOMrequest.getDataHandler()".writeTo(fos); > So what happens here, will I actually be writing the data to disk a second > time? In this case yes, it would be a bad idea having enabled the file-cache in axis2.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
