xmlrpc icon indicating copy to clipboard operation
xmlrpc copied to clipboard

A port of CookComputing.XmlRpcV2 for dotnet core 2

Results 12 xmlrpc issues
Sort by recently updated
recently updated
newest added

I'm trying to send a structure like this in a .NET6 class clibrary wrote on C#: `{ "e_key": "abc", "other_charge_line_ids": [ {"name": "test", "quantity": 1}, {"name": "test1", "quantity": 2} ]...

![image](https://user-images.githubusercontent.com/58787109/171960459-85dd0bf5-98e5-496c-95ea-8f58cfd7ecaa.png) when use ResponseEvent the stream **deserStream** is close from ReadResponse and has exception file XmlRpxCLientProtocol.cs

i try to using opennebula xml/rpc client i guess all xml/rpc client will be same do you have any sample code i can study?

I set the flag to `AllowStringFaultCode` and it keeps throwing the error `Exception thrown: 'CookComputing.XmlRpc.XmlRpcTypeMismatchException' in Kveer.XmlRPC.dll: 'fault response contains string value where integer expected [fault response : struct mapped...

bug

Do you have a simple example of this working with asp.net core? the xml-rpc.net site is down, and the cached copy has information that doesn't seem applicable.

question

Hello, I hope you're very well. I'm implementing the dll with odoo 14, and in one method i'm receiving exception. How Can I decode error? I want know really the...

I am trying to send multiple parallel requests to a Xml-RPC in order to reduce the response time. The proper way to do it would be to use system.multicall, but...

question

Are there any plans to support async/await in this library?

enhancement

See screenshot ![image](https://user-images.githubusercontent.com/2220085/46220026-cefcf980-c2fd-11e8-89ae-493342717c60.png)

enhancement

Add NonStandard option `AllowNull` to allow serialization of method calls with NULL values in parameters. It is well supported XML-RPC extension: https://web.archive.org/web/20130120074804/http://ontosys.com/xml-rpc/extensions.php

enhancement