Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XMLRPCNET · XML-RPC.NET

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 671
  • Category: Open Source
  • Founded: Apr 3, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, I'm trying to add network credentials to a proxy and it keeps telling "Credentials&quot; is not a member of "StudioRpc&quot; Here is the code for the creation of the...
3 Oct 23, 2006
1:01 pm

vicburns2001
Send Email

[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#...
4 Oct 23, 2006
12:42 pm

charlescookuk
Send Email

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...
4 Oct 22, 2006
2:54 pm

Jody Farr
jodyfarr
Send Email

I've noticed the list doesn't see any replies anymore - is there another group (or XML-RPC library) with active support?...
2 Oct 20, 2006
8:32 pm

Ivan Grozny
mt_headed99
Send Email

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...
1 Oct 1, 2006
10:30 am

yosif_slavov
Send Email

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...
1 Oct 1, 2006
10:25 am

dotnetjunky
Send Email

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...
2 Sep 22, 2006
8:30 am

janendoor
Send Email

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...
1 Sep 13, 2006
9:49 am

t_saether
Send Email

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...
1 Sep 8, 2006
8:54 pm

Philip Wagenaar
philipwagenaar
Send Email

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...
5 Sep 1, 2006
6:54 am

charlescookuk
Send Email

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...
1 Aug 18, 2006
2:22 am

acelen_ni
Send Email

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....
1 Aug 16, 2006
6:37 am

edburdo
Send Email

@Moderator: My last message no longer applies. Turned out it didn't have to do with XML-RPC.NET at all. My apologies. Tim...
1 Aug 15, 2006
6:47 am

thatiminator
Send Email

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,...
1 Aug 15, 2006
6:40 am

thatiminator
Send Email

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...
1 Aug 13, 2006
12:55 pm

charlescookuk
Send Email

Release 1.0.0 available at www.xmlrpc.net. Full details there. FAQ also updated. - Charles...
5 Aug 2, 2006
7:33 am

charlescookuk
Send Email

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...
1 Aug 2, 2006
6:29 am

netinlet
Send Email

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...
1 Aug 1, 2006
4:13 am

Hoi Kok Kent
kent_plaza
Send Email

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...
6 Jul 31, 2006
7:06 am

charlescookuk
Send Email

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...
4 Jul 31, 2006
12:20 am

Andrew Bradnan
anbrad
Send Email

FYI if you get the "The server committed a protocol violation" exception when making an XML-RPC call, have a look at this post: ...
1 Jul 26, 2006
6:40 am

charlescookuk
Send Email

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...
2 Jul 24, 2006
11:27 am

charlescookuk
Send Email

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...
2 Jul 21, 2006
6:29 pm

Charles Cook
charlescookuk
Send Email

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...
1 Jul 21, 2006
4:30 pm

acme821
Send Email

Hi to all. I'm experiencing a little problem. I have a class extending XmlRpcClientProtocol with a method coded as below: [XmlRpcMethod] public RTAIRequest...
2 Jul 20, 2006
11:56 am

charlescookuk
Send Email

When I try to compile my method for a test run, I get a TypeLoadException: Type 'XmlRpcProxy200c952c-d34f-4b4e-9879-f5bb71f933bc&#39; from assembly ...
2 Jul 20, 2006
7:23 am

charlescookuk
Send Email

I don't suppose I could just send a Dictionary along? Anyone know how to do this? Thx, Andrew...
2 Jul 17, 2006
2:46 pm

charlescookuk
Send Email

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...
2 Jul 1, 2006
5:38 am

mt_headed99
Send Email

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...
1 Jun 30, 2006
6:53 am

aa22we
Send Email

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...
3 Jun 29, 2006
6:03 pm

Jody Farr
jodyfarr
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help