Search found 9 matches

by gmichaud
24 Aug 2007, 13:09
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 41058

Bad news :-(

Yes, I've found a solution: develop an interface between Mantis and Quality Center but without VBScript... so outside from Quality Center :-(
(VBScript was too restrictive)

Then, you're free to implement with any programming language which will be able to communicate with Quality Center (OTA API ...
by gmichaud
26 Feb 2007, 15:55
Forum: Customizations
Topic: Is it possible to hide some fields in Mantis?
Replies: 0
Views: 4018

Is it possible to hide some fields in Mantis?

Nothing to add here.
by gmichaud
02 Feb 2007, 08:19
Forum: Customizations
Topic: MantisConnect: method 'mc_issue_update' not defined
Replies: 2
Views: 6713

SVN

Indeed, and I don't understand why CVS isn't used anymore :-)
Anyway, Nant has failed on my environment to compile the files extracted from SVN. But the problem noticed in my last post has been resolved: it was only because I was enough stupid to use a wrong version of the Webservice...
by gmichaud
31 Jan 2007, 16:53
Forum: Customizations
Topic: MantisConnect: method 'mc_issue_update' not defined
Replies: 2
Views: 6713

MantisConnect: method 'mc_issue_update' not defined

1. I've downloaded from CVS the last MantisConnect *.cs files
2. I've used Nant to make a DLL successfully
3. I've downloaded from CVS the last Webservice PHP files
4. I've instanciated with success a Request object
5. Request.IssueGet method works fine, for example
6. But when a call is made to ...
by gmichaud
23 Jan 2007, 17:01
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 41058

GetObject

I've managed to find this VBScript source code line*, which seems to work:
Set SoapObj = GetObject("soap:wsdl=http://localhost/mantis/mc/mantisconnect/Web%20References/MantisConnectWebservice/mantisconnect.wsdl")

Indeed, the object SoapObj is correctly initialized. But then, I don't know how to ...
by gmichaud
23 Jan 2007, 08:28
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 41058

VBScript

Is it possible to work with MantisConnect easily using VBScript?
I ask this question, because Quality Center native language (for customization) is VBScript...
(and it seems that VBScript can't use SOAP webservices without special toolkits, that I can't install on the Quality Center server of my ...
by gmichaud
17 Jan 2007, 07:50
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 41058

Thank you!

Thanks a lot for all this information!
(implementing my solution has been delayed, but I'll keep this topic updated)
by gmichaud
26 Dec 2006, 08:38
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 41058

Do you need more information to answer to my questions, or was it just to say that you're interested in this topic?
by gmichaud
22 Dec 2006, 09:33
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 41058

Quality Center

I'd like to synchronize Mantis with data from Quality Center (defects module). Did someone already have this need? What would be the best way to design a solution?