1 Reply Latest reply on Jun 30, 2003 9:16 PM by juzepeleteiro

    How to byte[] as attachament? HELP-ME!

    juzepeleteiro

      Can I return a byte[] as a attachament?

      Example:
      I have a Bean with:
      public byte[] getFile();

      The Jboss.net/axis get the content, return a attachament that the clients call a URL and get the bytes. Without BASE64.

      Is it possible? How?