|
From: Robert M. <rob...@gm...> - 2012-03-24 10:59:41
|
On Fri, Mar 23, 2012 at 9:27 PM, Marcelo de Barros Leiras <le...@pa...> wrote: > Hi again, > > i'm still trying to report issues on Mantisbt through a Java application > using SOAP API. > I'm using Java Client API from MantisConnect > (http://sourceforge.net/projects/mantisconnect/files/Java%20Client%20API/1.1.1.1/) Hi Marcelo, The client API from MantisConnect is a separate project from the MantisBT SOAP API. If you use Java you can use the Axis 1 stubs we publish at http://search.maven.org/#artifactdetails|biz.futureware.mantis|mantis-axis-soap-client|1.2.9|jar . Please note that while the stubs will emit the same warnings related to the mail and activation jars, we don't make use of those jars so you can ignore them. Robert > The report of "single issues" (with summary and description) is working, but > when i add attachments, they are not been saved on Mantisbt. > And the application don't show error messages. > First i was getting this warning message: > - Unable to find required classes (javax.activation.DataHandler and > javax.mail.internet.MimeMultipart). Attachment support is disabled. > But i put "mail.jar" of Java Mail API 1.4.5 > (http://www.oracle.com/technetwork/java/javamail/index-138643.html) on my > classpath, and the message disappears. > My MantisBT version is 1.2.9. > I attached my test class (Main.java). > Thanks for any help. > > Leiras > > > > > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Mantisbt-soap-dev mailing list > Man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-soap-dev > -- Sent from my (old) computer |