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 Gemini API from a WCF web service

web-app

I am calling the Gemini API's within a WCF Web Service and I get the following error:

The remote server returned an error: (401) Unauthorized.

I created an identical old-style ASP web service and I was able to call the API's without the error.

Can you help, please?

Thanks,

Mike

MichaelMarsh
· 1
MichaelMarsh
Replies (3)
helpful
0
not helpful

Are you using windows authentication?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Yes, and impersonation does not work.


MichaelMarsh
· 1
MichaelMarsh
helpful
0
not helpful

Well, that is the problem. It seems like your WCF web service is not running under a valid Gemini user account.

Did you try setting the application pool to run under that account?


Saar Cohen
· 5000
Saar Cohen