open-source .NET library for implementing Services (from .Net 2.0)
Questions tagged [xml-rpc.net]
18 questions
0
votes
1 answer
How to send xml to XML-RPC web service
.NET MVC 4.5 in C#
xml-rpc.net library from Charles Cook
Trying to hit a 3rd party vendor with xml-rpc. I need to send them some xml formatted like the following:
…

Scott Decker
- 4,229
- 7
- 24
- 39
0
votes
1 answer
How to display XML-RPC.Net Server instance data in the UI?
We've trying recently to use XML-RPC.Net library on our project.
Both server(.Net Remoting) and client have been made according to the instructions we've found on http://xml-rpc.net/.
The connection has been made, we obtain data from the server and…

Roberto
- 83
- 1
- 8
-2
votes
2 answers
XML-RPC timeout?
I'm attempting to consume an XML-RPC webservice from C# (.NET 3.5). If it doesn't respond within 15 seconds, I'd like the request to time out, so that I can attempt to contact the backup webservice.
I am using the CookComputing.XmlRpc client.

André Luiz
- 6,642
- 9
- 55
- 105