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.




How to consume authWS.asmx web service?

web-app

I am trying to create a program that utilizes the gemini web services to interact with my Gemini database.

I have managed to get the Gemini.asmx web service to work by adding a "Web Reference" to my VisualStudio.Net project.  I also got the GeminiWSE.asmx web service to work, but it sounds like we are not supposed to use this one.

However, when I repeat the process for other web services, such as the authWS.asmx web service, I get an error whenever I try to consume any of the methods of this web service:

The error is:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ApplicationException: The message must contain a wsa:To header
   at CounterSoft.GeminiBiz.WSBiz.VerifyMessageParts(SoapContext context)
   at Gemini.BaseWS.IsWSECompliant()
   at Gemini.AuthWS.LogIn(String userName, String password)

Is there a step that I am missing?

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

The WSE web services need extra authentication SOAP tokens to be set up.

Please see our WSE web services sample: http://www.countersoft.com/downloads/WebServicesSample.zip

 


Mark Wing
· 9108
Mark Wing