How to consume authWS.asmx web service?
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 |
|
Tuesday, February 7, 2006, 11:18:17 PM |