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

Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.11. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonatype.plugins:nexus-staging-maven-plugin&package-manager=maven&previous-version=1.6.8&new-version=1.6.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2. Commits 50a41f7 [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.2 5af4519 [MJAVADOC-705] Upgrade Maven Reporting API to 3.1.0 ee4132f [MJAVADOC-704] Javadoc plugin does not respect jdkToolchain 651b98e Bump...

dependencies

Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.1 to 3.2.1. Commits 8c25c66 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.2.1 d85aec3 [MPIR-412] Dependency report generates non-well-formed output if the POM of a... 3c155a8 [maven-release-plugin] prepare for next development...

dependencies

Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2. Commits d37e995 [maven-release-plugin] prepare release maven-jar-plugin-3.2.2 7bb0bfc [MJAR-284] Remove override for Plexus Archiver a3e424d [MJAR-283] Upgrade Plexus Utils to 3.3.1 95bc15b [maven-release-plugin] prepare for...

dependencies

Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.9.1 to 3.10.0. Commits c56b7b2 [maven-release-plugin] prepare release maven-site-plugin-3.10.0 7029bab [MSITE-878] Upgrade Doxia to 1.11.1 and Doxia Tools to 1.11.1 7f8fe7e [MSITE-877] Shared GitHub Actions (#65) e330284...

dependencies

Bumps [wiremock-jre8](https://github.com/wiremock/wiremock) from 2.28.0 to 2.32.0. Release notes Sourced from wiremock-jre8's releases. 2.32.0 Enhancements Closes #1614 - proper support for subclassing of the JUnit5 WireMockExtension Add support for put/delete file...

dependencies

Hi. I'm trying to use axmlrpc to connect to odoo in android studio. When I try to create a record, this error is shown. W/System.err: de.timroes.axmlrpc.XMLRPCServerException: Traceback (most recent call...

Hi. So I'm using axmlrpc to connect android to odoo. When trying to create a model, I encounter this error. de.timroes.axmlrpc.XMLRPCException: No serializer found for type 'com.mark.busworld.DatabaseHandler'. at de.timroes.axmlrpc.serializer.SerializerHandler.serialize(SerializerHandler.java:193) W/System.err:...

After your last update , am getting this "de.timroes.axmlrpc.XMLRPCException: Error getting result from server." error in "onError" block for every api call hit. my client is : public OdooHelper(Context context,...

After the last update we are getting parser exception issue as of now we are using "com.github.gturri:aXMLRPC:master-SNAPSHOT " How do we resolve?