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 proxy classes problem in Gemini 2.2.6

web-app

Hi,

Please help me in my next situation. We have Gemini 2.2.6 running and we need to use its web services. But I have several problems with that.

First one is that is when I simply add web services references in VS, then automatically generated proxy classes don't inherit from Microsoft.Web.Services3.WebServicesClientProtocol (instead - System.Web.Services.Protocols.SoapHttpClientProtocol), so that I cannot reuse sample ProxyHelper.cs and actually set WSE 3.0 security token on services.
WSE 3.0 is installed on server, I use VS 2005 with enabled WSE for my test web application project.

Second, then I try to generate proxy classes manually using WseWsdl3.exe utility. And in that case generated proxy inherit from Microsoft.Web.Services3.WebServicesClientProtocol. But when I make test call I get exception with message "The request failed with HTTP status 405: Method Not Allowed."
Access code and credentials are correct, because of third attempt is successful, please see below.

Third case is when I use proxy classes and CounterSoft.GeminiLib from code samples. In that case, everything works, but as far as proxy classes seems related to Gemini 2.0.5 (and CounterSoft.GeminiLib has 2.0.5 version), then they partially match methods available in 2.2.6. For example, there is no GetGeminiUserByName method, that I need, and which exists in 2.2.6 version.

Does anyone has sample proxy classes for Gemini 2.2.6?
Or maybe there is a known problem related to "The request failed with HTTP status 405: Method Not Allowed." exception.

slava.boyko
· 1
slava.boyko
Replies (2)
helpful
0
not helpful

Seems like you are using an old version of the services classes.

We do not have this online anymore, can you upgrade?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, we will upgrade some day to latest version, but for now we would like to integrate with our current Gemini that is 2.2.6....


slava.boyko
· 1
slava.boyko