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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

Drew Marsh has come across a change in XML-RPC.NET 0.7.0 which I should have documented: when mapping the members of an XML-RPC struct to the members of the...
1 Jan 11, 2003
12:13 pm

charlescookuk <cha...
charlescookuk
Send Email

Available from: http://www.cookcomputing.com/xmlrpc/index.html...
1 Jan 6, 2003
8:35 am

charlescookuk <cha...
charlescookuk
Send Email

how do you set it?...
2 Dec 28, 2002
3:31 pm

charlescookuk <cha...
charlescookuk
Send Email

I need an example using XmlRpcClientProtocol sending and recieving structs. The reason being that I need to use headers in my request with the structs. I...
2 Dec 28, 2002
2:25 am

richard_w_house <r...
richard_w_house
Send Email

Hello, I really new to c# and xml. Can someone please give me a working example of a client call that passes a defined xml struct and recieves a response of...
4 Dec 24, 2002
4:05 pm

charlescook@...
charlescookuk
Send Email

All, I am trying to build an XML-RPC client in VB.NET and I want to know how it is possible to connect to a stand-alone server. By stand-alone server I mean a...
3 Oct 29, 2002
6:55 am

Charles Nadeau
charlesnadeau
Send Email

Hi all, Is there anything special that needs to be done (e.g. attribute ?) to send a C# struct ? I have a struct (as below) but it never seems to get...
3 Oct 22, 2002
1:08 pm

Serdar KiliƧ
ravenntc
Send Email

I'm a linux/PHP&C programmer and I build a new client XMLRPC VB.NET client (without knownledge of the language) in 3 weeks. Really easy of learn (VB and...
3 Oct 20, 2002
5:31 pm

charlescookuk
Send Email

I've just uploaded version 0.6.0. This contains the changes listed below. I've not yet updated the docs. This will take another week or two. 0.6.0 CHANGES ...
1 Oct 20, 2002
4:21 pm

charlescookuk
Send Email

Just a reminder: if you get an exception with this message: "Invoke on non-existent proxy method" when making a call on a proxy class, check these two points...
1 Oct 18, 2002
7:37 pm

charlescookuk
Send Email

Hello, Could somebody post or point me to a sample of an XML-RPC server written in VB.NET? I do not know C at all, so reading the examples in C#, on this group...
2 Oct 7, 2002
4:47 pm

charlescookuk
Send Email

Some updates to FAQ described here: http://www.cookcomputing.com/blog/archives/000125.html#000125 http://www.cookcomputing.com/faq/xmlrpcnetfaq.html...
1 Aug 18, 2002
12:46 pm

charlescookuk
Send Email

I've just updated the FAQ with an answer to this question: section 2.3 in: http://www.cookcomputing.com/faq/xmlrpcnetfaq.html...
1 Aug 13, 2002
6:17 am

charlescookuk
Send Email

I have a set of xml-rpc.net clients that need to talk to a number of our internal hosts taking advantage of SSL encryption. This has worked fine for us using...
3 Aug 10, 2002
2:34 pm

drsinder
Send Email

Hello, I have a Web Services in my machine that I make with xmlrpcservice, also I have a client that I run for test my Web Services.. but when I run it, the...
5 Aug 9, 2002
1:33 pm

Carlos Medina
CMedina@...
Send Email

Has anyone used XML-RPC.Net with the Compact Framework beta? -Bryce...
1 Jul 30, 2002
6:11 am

eurobryce
Send Email

FYI I've just posted a draft of the FAQ at: http://www.cookcomputing.com/faq/xmlrpcnetfaq.html In the next release of the library this will replace the current...
1 Jul 18, 2002
7:28 am

charlescookuk
Send Email

They have finally got back to me and said they want: <?xml version="1.0"> <methodCall> <methodName>login</methodName> <params> <param> <struct> <member> ...
2 Jul 17, 2002
12:52 pm

charlescookuk
Send Email

I've just released version of 0.5.4 of XML-RPC.NET. This release contains three changes: (1) In some cases the name of a member in an XML-RPC struct might be ...
2 Jul 17, 2002
10:56 am

Richard Thurbin
rthurbinuk
Send Email

I am getting the following error when trying to call a RPC. Unhandled Exception: The thread 'MainGFRLoop&#39; (0x310) has exited with code 0 (0x0). ...
4 Jul 14, 2002
3:38 pm

charlescookuk
Send Email

If you use XML-RPC.NET please note the following bug. If an array occurs in a position in an XML-RPC request or response where the type of its elements is not...
1 Jun 19, 2002
5:12 pm

charlescookuk
Send Email

I am trying to access Xindice from VB.NET, via XML-RPC. I have tested the Xindice-XMLRPC using Java clients and it works. I am now trying with XMLRPC.Net and...
2 Jun 12, 2002
1:19 pm

charlescookuk
Send Email

I've received a couple of emails about a missing key file if you try to build XML-RPC.NET from the distribution. The problem is that I've generated my own key...
1 May 8, 2002
6:48 am

charlescookuk
Send Email

Re earlier posting about generating proxies automatically using the RealProxy class, it won't work unless the code is running with extra security permissions...
1 May 6, 2002
3:49 pm

charlescookuk
Send Email

I received Ingo Rammer's excellent book Advanced .NET Remoting from Amazon a few days ago and this was the spur I needed to experiment with .NET Remoting....
1 Apr 28, 2002
9:40 pm

charlescookuk
Send Email

When using a .NET struct type as a parameter or return value, the members of the struct must be declared as public or else they will be ignored. For example,...
1 Apr 20, 2002
7:32 pm

charlescookuk
Send Email

This is some test code for the proxy class in part one of this sample. using System; using CookComputing.XmlRpc; using CookComputing.XmlRpc.BloggerAPI; class _...
1 Apr 19, 2002
11:08 pm

charlescookuk
Send Email

Given that Blogger is probably the most interesting public XML-RPC service available, here is a sample proxy class. A test client using this proxy will follow...
1 Apr 19, 2002
9:07 pm

charlescookuk
Send Email

I've been experimenting with the idea of using the .NET framework class RealProxy to automatically generate a proxy which implements the required interface. To...
1 Apr 16, 2002
6:57 am

charlescookuk
Send Email

This sample illustrates how the XmlRpcSerializer class can be used to serialize and deserialize XML-RPC requests and responses between instance of the...
1 Apr 11, 2002
9:09 pm

charlescookuk
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