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.




Calling web services from Plugin

api

Hi,

   When an issue is assigned to someone, we want to have the status changed to in process.  So, we wrote a plugin to do this.  It looks like we then need to call the web service to update the issue, so we tried to reference the web service dll, but it appears that referencing that causes the plugin to not work.  I think it may be a version problem as our version of Gemini is on the 2590 build, but the webservice API does not appear to have been updated. 

 

Can anyone tell me:

   1) Does that seem like it would be the problem?

   2) Is that really the approach we should be taking (write a plugin that turns around and calls the web service), or is there a way to update the issue directly from the plugin?

 

Thanks,

 

Randy

rcantrell
· 1
rcantrell
Replies (4)
helpful
0
not helpful

I've had the same issue. You are right. The WebService dll has not been updated and it creates a conflict when dlls (plugins) are being loaded.

Regarding the #2, I'd like to know if there is a better way to access the domain model than through web service.


MisterY
· 1
MisterY
helpful
0
not helpful

Apologies, oversight on our part. Have updated the download: http://www.countersoft.com/downloads/v36/CounterSoftGeminiAPIv36_3.zip

As for the 2nd part not at the moment. We are looking to introduce before and after update events so you can update the issue before the actual update and Gemini will presist it.

Will that help?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yeah, that would help a lot.


rcantrell
· 1
rcantrell
helpful
0
not helpful

Saar Cohen
· 5000
Saar Cohen