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.




Web services

web-app

After upgrading to the latest version of Gemini I find that the non WSE web services no longer works.  I would use the WSE version but I have never used WSE before and it appears to be impossible to work out.

Can you use the old webservice as I was pre-upgrade ?

The main problem is that all the code samples are provided in c sharp and are do everything examples.

Does anybody have any exmaples of just referenceing the web services authenticating and calling getallprojectissues using WSE but in VB.net ?

Thanks

Simon

shs
· 1
shs
Replies (1)
helpful
0
not helpful

You can comment out all (put <!-- before and --> after) references to WSE in the web.config file to make Gemini.asmx work:

  • <section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

  • <webServices>

    <soapExtensionTypes>

    <add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

    priority="1" group="0" />

    </soapExtensionTypes>

    </webServices>

  • <microsoft.web.services2>

    <diagnostics />

    <security>

    <securityTokenManager type="CounterSoft.GeminiBiz.GeminiUsernameTokenManager, CounterSoft.GeminiBiz" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"

    qname="wsse:UsernameToken" />

    </security>

    </microsoft.web.services2>


Saar Cohen
· 5000
Saar Cohen