Search found 4 matches

by mhsimkin
Fri Mar 03, 2006 2:12 pm
Forum: Gold Support (Dragnet) -- Read-only
Topic: Web Service Error
Replies: 1
Views: 24408

Web Service Error

Here is the code that is returning the time out message. int ret = -1; string authTicket; Dragnet.MantisProject[] Projects; Dragnet.DragnetWebService dws = new Dragnet.DragnetWebService(); ret = dws.LoginPlainText("Dashboard", "dashboard", out authTicket); if (0 == ret) { dws.Dra...
by mhsimkin
Mon Feb 27, 2006 6:14 pm
Forum: Support (Dragnet)
Topic: Web Service documentation
Replies: 3
Views: 9910

I know that, thanks. But still...

Linda, thank you for pointing me to that page. I have looked at it, but it still does not help. Here is the code that is returning the time out message. int ret = -1; string authTicket; Dragnet.MantisProject[] Projects; Dragnet.DragnetWebService dws = new Dragnet.DragnetWebService(); ret = dws.Login...
by mhsimkin
Mon Feb 27, 2006 1:07 pm
Forum: Support (Dragnet)
Topic: Web Service documentation
Replies: 3
Views: 9910

Need better examples of ...

I am trying to build a dashboard/reporting environment for dragnet. I need to get better examples (or maybe the source code). I can not get the ListProjects to work, it just returns 1004 SOAP Timeout.
by mhsimkin
Sat Feb 25, 2006 2:12 pm
Forum: Support (Dragnet)
Topic: Web Service documentation
Replies: 3
Views: 9910

Web Service documentation

Hi. Where can I find documentation on the web service API. What each method does, what the resultsets are, etc.

thanks