access Whups API through SOAP

"Andrew Preece" <[email protected]> Tue, 20 Sep 2005 15:28:05 -0600
Newsgroups gmane.comp.horde.whups
Organization Canfer Rolling Mills Ltd
Message-ID <[email protected]>
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. 


-- 
Whups mailing list - Join the hunt: http://horde.org/bounties/#whups
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]