2

I want to connect the Mantis Bug Tracker tool through my Java code. I searched a lot and found i can do it using MantisConnect. I tried to found some good beginner's article to accomplish my task using MantisConnect. But i couldn't. Please suggest me if any other good tutorial is available in internet. Any help would be appreciable.

Manigandan
  • 5,004
  • 1
  • 28
  • 47

1 Answers1

1

MantisConnect is not needed, and I'd venture to say that it's out of date. What I suggest you do is pick up the prebuilt Axis 1 stubs, as documented in the MantisBT integration documentation

Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
  • Thanks Robert. I did my task. – Manigandan Nov 25 '13 at 11:39
  • Hi Robert, May i know how to log an issue with an attachment. I tried by using "mc_issue_attachment_add". It adds an issue with the file in a corrupted format. I tried many ways but couldn't. Used piece of code "portType.mc_issue_attachment_add(Username,Password, issueId,"Error.jpg", "base64", encodedAttachment);" Please let me know if any work around is there. – Manigandan Dec 30 '13 at 14:09