xmlrpcwsc-dotnet icon indicating copy to clipboard operation
xmlrpcwsc-dotnet copied to clipboard

XML-RPC Web Service Client C# implementation

Results 5 xmlrpcwsc-dotnet issues
Sort by recently updated
recently updated
newest added

Hi I have following lines of code ``` var dict = XmlRpcParameter.EmptyStruct(); dict = XmlRpcParameter.AsStruct(XmlRpcParameter.AsMember("state", "done")); var parameters = XmlRpcParameter.AsArray(dict); client.Rpc.Path = "xmlrpc/2/object"; XmlRpcRequest request = new XmlRpcRequest("execute_kw"); var objToUpdate...

odoo

This would be very nice :)

enhancement

It would be really helpful if XmpRpcResponse.GetString() would return as valid json. The namespace / class name is used when values are of type Dictionary in ObjectToString(object value) and the...

enhancement