Browse free open source XML-RPC software and projects below. Use the toggles on the left to filter open source XML-RPC software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Field Service+ for MS Dynamics 365 & Salesforce Icon
    Field Service+ for MS Dynamics 365 & Salesforce

    Empower your field service with mobility and reliability

    Resco’s mobile solution streamlines your field service operations with offline work, fast data sync, and powerful tools for frontline workers, all natively integrated into Dynamics 365 and Salesforce.
    Learn More
  • 1
    The portable Universal Plug and Play (UPnP) SDK provides support for building UPnP-compliant control points, devices, and bridges on several operating systems. The main repository is at GitHub in https://github.com/pupnp/pupnp. This is just a clone repository for legacy reasons. Old SourceForge repo: git://pupnp.git.sourceforge.net/gitroot/pupnp/pupnp
    Leader badge
    Downloads: 3,891 This Week
    Last Update:
    See Project
  • 2
    gRPC

    gRPC

    High performance, open source universal RPC framework

    gRPC is a C-based high performance remote procedure call (RPC) framework that can run in any environment. It efficiently connects services in and across data centers with plenty of support, and can also connect mobile devices and browser clients to backend services. Essentially, it makes it easier for you to create distributed applications and services.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Apache Thrift

    Apache Thrift

    Language-independent stack for point-to-point RPC implementation

    Apache Thrift is a software framework for scalable cross-language services development. Apache Thrift allows you to define data types and service interfaces in a simple definition file. Taking that file as input, the compiler generates code to be used to easily build RPC clients and servers that communicate seamlessly across programming languages. Thrift is a lightweight, language-independent software stack for point-to-point RPC implementation. Thrift provides clean abstractions and implementations for data transport, data serialization, and application level processing. Thrift is specifically designed to support non-atomic version changes across client and server code. This allows you to upgrade your server while still being able to service older clients; or have newer clients issue requests to older servers. For more details on Thrift's design and implementation, see the Thrift whitepaper included in this distribution, or at the README.md file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    TestLink-API-Python-client

    Python XML-RPC client for TestLink

    TestLink-API-Python-client is a Python XML-RPC client for TestLink Initially based on James Stock testlink-api-python-client R7 and Olivier Renault JinFeng idea - an interaction of TestLink, Robot Framework and Jenkins. TestLink-API-Python-client delivers two main classes - TestlinkAPIGeneric - Implements the Testlink API methods as generic PY methods with error handling - TestlinkAPIClient - Inherits from TestlinkAPIGeneric and defines service methods like "copyTCnewVersion" and the helper class - TestLinkHelper - search connection parameter from environment variables and command line arguments
    Downloads: 40 This Week
    Last Update:
    See Project
  • Top Corporate LMS for Training | Best Learning Management Software Icon
    Top Corporate LMS for Training | Best Learning Management Software

    Deliver and Track Online Training and Stay Compliant - with Axis LMS!

    Axis LMS enables you to deliver online and virtual learning and training through a scalable, easy-to-use LMS that is designed to enhance your training, automate your workflows, engage your learners and keep you compliant.
    Learn More
  • 5
    XML Truncator-Fixer

    XML Truncator-Fixer

    Truncates XML at first error-uses the xmllint to add correct end tags.

    XML is intolerant of errors. This program will automatically salvage XML files by finding the first XML error, then truncating a configurable number of characters before the error and finally using the great xmllint to recover the xml file by automatically adding the correct end tags. The program starts with a default of 50 characters truncation. This truncation value may need to be changed if the truncation happens in the middle of a complex tag as xmllint may not know how to recover the file correctly. Additionally some extra text or data may be recoverable by changing the truncation amount to less than 50 characters.The extra truncation is needed in the first place because the XML validator used is not able to perfectly identify where the XML corruption begins and will often not flag the corruption for several characters after it begins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Tpl makes it easy to serialize your C data using just a handful of API functions. The data is stored in its native binary form for maximum efficiency. C, Perl and XML supported. Data is portable across CPU types and OS's from Unix to Mac to Windows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Javeline TelePort is an Open Source communication layer supporting all popular web services such as XMLRPC, SOAP, JSON and REST. TelePort is part of the Javeline Framework.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    XINS is an open-source Web Services technology, supporting SOAP, XML-RPC and REST. It consists mainly of an XML-based specification format and a Java-based implementation framework.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Aria2Web
    Aria2Web is a PHP- and Javascript-based application that allows you to control the excellent and lightweight "aria2" over the web. That way you can use it as a download manager.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10
    A PHP implementation of the XML-RPC web RPC protocol. Extra modules provide support for the JSON and JSONRPC protocols. A javascript version of the library is also available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    WinCC Open Architecture C# Framework

    C# Framework for WinCC OA Open Architecture connectivity (XMLRPC)

    Author: Andreas Vogler Homepage: www.rocworks.at Communication .Net client to WinCC Open Architecture. Works fine with MonoTouch and Mono for Android! GPLv3 License is used for the public domain. If you plan to use it in a CLOSED SOURCE project, please get in touch with me - andres.vogler@gmail.com ! Communication can be done directly with XMLRPC or with the included proxy: * .net remoting is used for "commands" from the client to the proxy (dpConnect, dpQueryConnect). * tcp (xml over tcp) for sending unsolicited data/events from the proxy to the client. The proxy also acts as a distributor - if clients have the same dp(Query)Connects, the connects are done once, and the proxy will forward it to the clients. Easy example for a dpQueryConnect with a delegate: client.DpQueryConnectSingle((object s, ArrayList a) => { Console.WriteLine("event!); }, "SELECT '_online.._value', '_online.._stime' FROM '*.**'");
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    XooNIps is a XOOPS-based infrastructure for the neuroinformatics platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    A Python library to provide and automate XMLRPC over a SSH2 encrypted tunnel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    AJAX WebService component provides easy and efficient way to explore/invoke any WebServices directly from JavaScript (both RPC and Document style), without additional server-side support. Incorporated WebService Explorer shows many abilities of component
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Af-Arch is an Open Source N-tier framework to build distribuited applications. Its license schema allows Open Source and commercial (closed source) applications. This is the foundation to build an new set of applications in a fast and reliable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ajax.NET is an implementation of the AJAX technology used by Google, Orkut, Flickr, ... for the .NET environment. Call server side methods as if they were on the clientside.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Maintain all anaksibolga project components
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Apache brpc

    Apache brpc

    Industrial-grade RPC framework used throughout Baidu

    Apache brpc is an industrial-grade RPC framework for building reliable and high-performance services. Apache brpc (incubating) is an effort undergoing Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. brpc is an industrial-grade RPC framework for building reliable and high-performance services. Build HA distributed services using an industrial-grade implementation of RAFT consensus algorithm which is opensourced at braft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Aura is a plug-and-play XML-RPC application framework in PHP5. It bundles an XML-RPC client and an XML-RPC server. It has simple and clean API and allows exposing already written functions and classes as web services for instant productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    It is an implementation of the IETF Bidirectional Forwarding Detection Draft as a linux application that has a RPC based interface for the its local/remote clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Written in PHP5, this project is an API for use with the Amazon Web Services. It is focused on simplicity of use. It interacts with version 4 of AWS, retroactively named ECS 4.0 (E-commerce Web Services).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Blog Pinger can ping xml-rpc update servers when you post something new in your blog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Planing events, and comercials for TV Broadcast stations, Interfaces to PBS(tm), Pinnacle-Vortex(tm) with Web frontend
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CCNI (Chinese Chess Network Protocol) is a communication protocol for Chinese chess programs. It will provide a standard way for them to interact via LAN or internet. This project also provides a referenced implementation of CCNI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CUAHSI water1flow web service 1.0 api provide programming interface for water1flow web services. Api will expose to .net, java, php, javascript etc programming language. Developed by Joe hu at MapWindow software lab,Idaho State University
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next