I am currently working with a XML-RPC service from Where2GetIt a mapping company. Because there response is somewhat reformed I am using XmlRpcStruct and...
In the scenario I suggested a custom channel sink is used to configure Remoting to accept XML-RPC requests. The client can be any XML-RPC compliant client....
Charles, I will check the examples and the FAQs. I have not experiences on custom channel sinks... With the custom channel sink I can setup a service, bind it...
Hi Gabe - I can't reproduce this but I may be misunderstanding the problem. Can you send me an example of a response which is failing? - Charles ... [Non-text...
Charles, I tested the StateNameServer example as standalone server. I can request with SOAP and XMLRPC. Perfect. I think this is all I need. Thilo ... any ... ...
Due to the nature of different implementation of the metaWeblog.getCategories API out there (struct of structs vs array of structs) soes anyone know a way to...
Specify the return type as System.Object, a.k.a object in C#. - Charles ... metaWeblog.getCategories API out there ... get the library to return a ... it is?...
Is it the case that a XML-RPC client can send a struct but a server can not respond with a struct? If this is the case how do you do things like responding to...
Hi, Just want to let the group knows about an issue I've just fixed in the library. My app uses the lib to connect to blogging services such as TypePad and MT....
Hello all, Having issues with deploying my XmlRpc App, the issue is that the app works GREAT on my development box but only works partially on the box im...
Hi Armando - what type of XML-RPC.NET server implementation is it? If IIS and not remoting, is the web.config file ok? - Charles ... app works GREAT on my...
I'm using remoting, with a .config file the same one that I used on the development box A.J. Mayorga Network Security Engineer US NAVY / Fleet Information...
Now I am wondering if my App sees the .config file at all, I removed it from the dir and it gave me the same error, Does anyone have a sample of how to setup...
Hello, at first I have to say that I'm totaly new to .NET and C# .... I worked with XML-RPC in Perl and Java, but I realy have no experience with C# ... so,...
Hi Thomas - section 2.1 contains the code you need. However I noticed a bug in the code in the FAQ: the SumAndDifference method should be public. Also the name...
Hi All I'm a newbie to xml-rpc and am trying to get a news feed working on my website which is coded in vb.net. I've check the web and can only see a posting...
Hi I'm a student and making my poject exam. I use xml-rpc in asp.net I don't have much experience with this kind programming. I tryed to make a contact a...
Dear Charles, I hope it's OK to ask you another newbie-question :-) As I already told, I try to access the XML-Database eXist with C# / ... using System; using...
Tom - your Document method is implemented incorrectly. It should be: public String Document (String datei) { return (String) Invoke ("Document", new...
How can I get inside secodn struct? I tryed this: Dim str1 As XmlRpcStruct str1 = proxy.getAllAccounts(sesKey) '200 struct Dim str2 As XmlRpcStruct ' this is...
Hallo, I want to call my service with a struct as parameter. My first Tests with simple integers as parameters worked perfectly. Now I want to use structs. The...
Hi Jim, I am an absolut beginner but I could implement a server that respond with a struct. My problem is, that the server cannot receive a struct. :-) If you...
Joachim - After getting little (no) help from anyone in the newsgroup I did managed to get the thing running, both sending and receiving stuct. I code in...
thank you. I try to decipher. Did you realize that with the cookcomputing library or did you make your own xml-server? regards Joachim ... newsgroup I did...