|
|
Choosing A Webhost: |
100-continue support: msg#00020cms.opengroupware.xmlrpc.devel
I saw the change log entry ----- NGObjWeb SOPE/skyrix-sope/NGObjWeb v4.2.300 WOSimpleHTTPParser.m: added very simple support for 100-continue to make the Mono HTTP client happy ---- and figured I'd give it a try; but got the same thing as before. Curious if anyone else has tried it (and if this is in opengroupware-sope-4.2-ogo082.i386.rpm, published on 02/18/2004 so I'd assume so)? awilliam@estate2 mono]$ mono XMLRPCtest.exe Unhandled Exception: System.Net.WebException: Error getting response stream ---> System.Exception: at System.Net.WebConnection.HandleError() at System.Net.WebConnection.ReadDone() at System.MulticastDelegate.invoke_void_IAsyncResult() at System.Net.Sockets.Socket+Worker.End() at System.Net.Sockets.Socket+Worker.Receive() in <0x000ee> System.Net.WebConnection:HandleError (System.Net.WebExceptionStatus,System.Exception) --- End of inner exception stack trace --- -------Compilation----------------- mcs -r /usr/lib/CookComputing.XmlRpc.dll XMLRPCtest.cs opengroupwareServer.cs -------XMLRPCtest.cs--------------- using System.Net; using System; class Test { opengroupwareServer ogo; static void Main() { opengroupwareServer ogo = new opengroupwareServer("adam", "*******", "SKYRiX"); Console.WriteLine(ogo.getHostName()); } } -------opengroupwareServer.cs----------- using CookComputing.XmlRpc; using System.Net; using System; [XmlRpcUrl("http://kohocton/RPC2")] class opengroupwareServer : XmlRpcClientProtocol { public opengroupwareServer(string userName, string password, string realm) { this.Credentials = new NetworkCredential(userName, password, realm); } [XmlRpcMethod("system.getHostname")] public string getHostName() { return (string)Invoke("getHostName"); } } -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Replication via xmlrpc, Adam Williams |
|---|---|
| Next by Date: | Re: 100-continue support, Helge Hess |
| Previous by Thread: | Replication via xmlrpc, Albi Rebmann |
| Next by Thread: | Re: 100-continue support, Helge Hess |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |