[whups] access Whups API through SOAP

Andrew Preece andrew.preece at canfer.com
Tue Sep 20 14:28:05 PDT 2005


I'm trying to access the Whups API from c# in visual studio, and I was
hoping someone here could help me. 

My current code is:

			com.canfer.www.hordeService ws = new
cmdhorde.com.canfer.www.hordeService();
			ws.Credentials = new
System.Net.NetworkCredential("user","password");
			ws.PreAuthenticate = true;
			
			string[] str = ws.hordelistAPIs();
			foreach (string item in str)
				Console.WriteLine(item);

However, I an error that says
method '{urn:horde}hordelistAPIs' not defined in service

I get the same error, no matter which API I try to call. 

Any help would be greatly appreciated. 

Thanks, 
Andrew. 




More information about the whups mailing list