aXMLRPC icon indicating copy to clipboard operation
aXMLRPC copied to clipboard

A lightweight Java XML-RPC client for the use with Android. Since there is absolutely no dependency to any android specific library (and I assure, that it never will have any), it also works fine in n...

Results 15 aXMLRPC issues
Sort by recently updated
recently updated
newest added

Hi there.. I stumbled across a nasty encoding issue that could only be solved by using the vm parameter `-Dfile.encoding=UTF-8`. It seems your `SimpleXMLCreator` is a little liar when it...

Improvement

In case of: XMLRPCClient client = new XMLRPCClient(url)); client.setCustomHttpHeader("Accept-Encoding", "gzip"); in the XMLRPCClient.java should handle it with: Existing Line #689: istream = http.getInputStream(); if ("gzip".equals(conn.getContentEncoding())) { istream = new GZIPInputStream(istream);...

Feature

Is it possible to make multicall in one request ? How ? (RFC: system.multicall)

Feature

I'm currently not able to parse large endpoint responses due to memory issues (one of the endpoints is a list with 22,746 value entries and no result pagination). A solution...

Improvement

Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.28.0 to 2.35.1. Release notes Sourced from com.github.tomakehurst:wiremock-jre8's releases. 2.35.1 - Security Release 🔒 This is a security release that addresses the following issues CVE-2023-41327 - Controlled...

dependencies