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

When trying out a very simple client example on Universal Windows Platform, UWP, [XmlRpcUrl("https://xxx/UserInterfaceServlet/")] public interface IService : IXmlRpcProxy { [XmlRpcMethod("userInterface.execute")] string Execute(Hashtable parameters); } var proxy = XmlRpcProxyGen.Create(); var...

bug

``` Traceback (most recent call last): 1 at System.Object.GetType() in "System.Object" line 0 2 at CookComputing.XmlRpc.XmlRpcStruct.Add(System.Object key, System.Object value) in "CookComputing.XmlRpc.XmlRpcStruct" line 19 ... System.NullReferenceException: Object reference not set to...