Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Gemini non WSE web services

web-app

This may have already been answered and if so, sorry for the repeat but I did not see it in my search.

What I'm trying to do is to access the various Gemini web services (Gemini 2.2.7). I have several other web services in use in my project that I've added by creating a VS 2005 (or 2008) Web Reference and (in this case) pointing the create web reference wizard at Gemini.asmx. This seems to generate a proper refrence.

What I seem to be having problems with is the web service call in understanding the accesscode/userid parameters.

What I have is something like the following (trying something simple)

GeminiWS issueService =  new GeminiWS();
object[] projects =  issueService.GetAllViewableProjects("xxxx",2);

where xxxx is the value I've specified in the Gemini Security Settings screen under Web Service Access Code and the 2 (in this case) is my userid (found in the DB). 

The return from this call is always an empty array of objects.

So, first, should I be able to get to the web services this way? I don't think I should need to add the various Gemini DLLs in the Gemini Services.zip file unless there is something "special" about the gemini WS. Assuming that this should work, am I just not understanding and passing the proper authentication parameters here. I don't seem to get any error returned or any exception, just no results.

Thanks

Neil

NeilL
· 1
NeilL
Replies (6)
helpful
0
not helpful

A small update. I did find that I could get project items back using

object[] projects =  issueService.GetAllProjects("xxxx");

so it must have to do with me not understanding what "Viewable" Projects are.

 


NeilL
· 1
NeilL
helpful
0
not helpful

Hi Neil,

We would recommend that you do try to move up to Gemini 3.x release as lots of changes have taken place around user permissions.

We do ship a compete sample application that you can use for your own learning.

 

 

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Can I upgrade my free 5 seat license to the 3.x? I'd be happy to do that if it is permitted under the agreement.


NeilL
· 1
NeilL
helpful
0
not helpful

I never did get a response to my question about if an upgrade is allowed under the free license agreement so I downloaded and installed the new version.

The answer appears to be "no it is not". The way I found out was that I was trying to follow the upgrade instructions and could not remove duplicate issue types. The delete button just laughed at me and did nothing. I started looking at other tabs and down under Global Settings | Licensing I found

License Limitations: Current license key prohibits the use of this product VERSION - please renew product subscription.

So, others, just beware as I had spent several hours doing the upgrade and now get to put everything back.

Neil


NeilL
· 1
NeilL
helpful
0
not helpful

You can simply request a new license key.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Oh, ok. Thanks I'll do that.


NeilL
· 1
NeilL