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.




Create a New Version Entry...?

web-app

Is there a way to create a new "Version" entry programatically.  I check the available WebServices and all I see if a "Get" method.  I was planning on creating a VB.Net Add-In that when a "Build" is created, that it would automatically create a new Version entry in the Gemini Database.  Is this possible?

TekkGuy
· 1
TekkGuy
Replies (2)
helpful
0
not helpful

This is possible in 2.0.2. You can use the VersionsWS.asmx web service to do all version related operations.

This is a web service that is build on WSE, so you will have to have WSE2.0 SP3 installed on the web server.

See http://www.countersoft.com/downloads/WebServicesSample.zip for exampels.

 


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you for the response.  Just have to install C# now in order to open the project.  Hehehe


TekkGuy
· 1
TekkGuy