Hi, I'm trying to add network credentials to a proxy and it keeps telling "Credentials" is not a member of "StudioRpc" Here is the code for the creation of the...
[This was mistakenly posted to the wrong group - http://tech.groups.yahoo.com/group/xml-rpc/message/6575 - so I'm reposting it here] I'm trying to test some C#...
We're trying to write a new client to communicate in VB.NET with an existing server that came with a system we purchased. When we try it out, we get a...
Hello everyone ! :) I am new to XMLRPC , and can't do everything by myself in C++. (I did almost everything in C# - there it is so easy .. ). Can you tell me...
Hi, The Meta Weblog API states that getCategories() must return a struct which contains a sub-struct for each category. The following piece of codes which I...
I've posted about the "Operation could destabilize the runtime" here: http://www.cookcomputing.com/blog/archives/000548.html Unfortunately I've not been able...
I try to interface the Oodle Api using the xmlrpc.net. I do not know to set the member name in the XmlRpcMember for an xml array. This is working (the Oodle...
Hi, I am just getting started with XML RPC. I have a XML RPC server that is documented. The documentation has an example in Java. I read the XML-RPC.NET FAQ...
Hi, I'm working on an application that makes asynchronous method calls (I based this code on AsychBetty sample app). The application works fine however, can...
when I use the hello client to connect hello server which provided in the new release, the connection is still alive. Thought I set the proxy's property...
Anyone have some samples on how to use the MetaWeblog or MoveableType API's with XML-RPC.Net? I think the MT api's are the better approach for Wordpress....
Hi guys, I'm using XML-RPC.NET in a project I'm currently working on and I must say I love it since the first moment: intuitive design, decent documentation,...
Version 2.1.0 is up at http://www.xml-rpc.net/ New features and changes: * Add support for proxy interfaces with overloaded methods. * Add support for the...
Is there a how-to anywhere about using the xml-rpc client library over an ssl connection? Any pointers would be appreciated. I ran across an old post on this...
Hi, everyone. How XMLRPC server return a datatable to client? since i read the forum and XMLRPCNET site, is it XMLRPCNET able to return data in basic datatype...
Hi, i am having some troubles with using the component. I was wondering if someone could help me out. I am making a xml-rpc call to a xml-rpc server that...
When I first tried to run the code below in .NET 2.0 I got an error stating that an interface was inaccessible. So, I came by this site and noticed a new...
Hello This is my first time to use XML-RPC. The problem I met is when I made XML-RPC between TCL and C#, it failed. If the server is written in TCL and the...
I have an application that is attempting to send a base-64 encoded JPEG image to a method. The encoded string is about 26k. When I try to invoke the method...
Hi, I have got a strange problem accessing an eGroupWare Server via XML-RPC. Some of the functions, especially the ones that I myself have programmed, return...
Hi to all. I'm experiencing a little problem. I have a class extending XmlRpcClientProtocol with a method coded as below: [XmlRpcMethod] public RTAIRequest...
I have searched the docuementation for XML-RPC.NET, this forum, Google, and everything yet cannot come up with a way to dump the xml response from the server I...
I'm trying to use XML-RPC to connect to an HTTPS server. When I attempt to connect I receive the following message "WebException: The underlying connection was...
I have a web method mapped to a structure that is very simple. Here it is: Public Structure struct_adFrame 'Used by the SaveTheAd method. Public FrameType As...