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

  • Gain Advanced Threat Protection for Your AWS Workloads Icon
    Gain Advanced Threat Protection for Your AWS Workloads

    Running FortiGate NGFW on AWS Graviton2 Lets You Boost Scalability With Reduced Compute Costs

    FortiGate-VM delivers comprehensive security and scalable VPN connectivity for your AWS workloads, while native AWS integrations unlock broad coverage for your environment. Now with support for AWS Graviton2 instances, FortiGate lets you optimize price performance and reduce your Amazon EC2 costs by up to 20 percent. Deploy today in AWS Marketplace.
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 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: 6,065 This Week
    Last Update:
    See Project
  • 2
    Laravel SOAP Client

    Laravel SOAP Client

    Laravel Soap Client

    This package provides an expressive, minimal API around the Soap Client from Phpro, allowing you to quickly make outgoing SOAP requests to communicate with other web applications. It is using HTTPplug as a handler with Guzzle as client. Some code is based/copied on/from Laravel HTTP wrapper.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    NetSuite PHP API Client

    NetSuite PHP API Client

    NetSuite PHP API Client with namespaces and autoloading

    A PHP API client package for NetSuite, pried from the NetSuite PHP Toolkit and made more consumable for modern PHP application development. All of the classes in the NetSuite\Classes namespace are code provided by NetSuite with a license allowing redistribution. The custom work provided by this library separates these nearly 2,000 classes out into their own files and allows the classes to be installed with composer and accessed using standard autoloading support. It allows configuration to be read from the environment, adds support to log requests and responses and provides a simplified client wrapper class (NetSuiteService). You can alternatively place your config in environment variables. This is helpful in hosted environments where deployment of config files is either not desired or practical. You can find the valid keys in the included .env.example file with sample values.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Soap

    Soap

    A SOAP client and server for node.js

    A SOAP client and server for node.js. This module lets you connect to web services using SOAP. It also provides a server that allows you to run your own SOAP services. Very simple API Handles both RPC and Document schema types. Supports multiRef SOAP messages. Support for both synchronous and asynchronous method handlers. WS-Security UsernameToken Profile 1.0. Supports Express-based web server (body parser middleware can be used) The so called one-way (or asynchronous) calls occur when an operation is called with no output defined in WSDL. The server sends a response (defaults to status code 200 with no body) to the client disregarding the result of the operation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    Portable and very simple C API functions to write a soap client/server in c.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 6
    mendelson AS4

    mendelson AS4

    Implementation of ENTSOG AS4, e-SENS AS4, ebMS AS4, PEPPOL AS4

    mendelson AS4 is a free JAVA-based open source AS4 solution. Contains a logging- and configuration GUI (SWING), supports PUSH and PULL messages, ENTSOG AS4 Usage Profile, e-SENS AS4 Usage Profile, ebMS AS4 Usage Profile, BDEW AS4 Usage, PEPPOL AS4 Usage Profile, signatures (SOAP, payload), selectable profile per trading partner, encryption (SOAP, payload), UserNameToken, TLS, pluggable into any servlet container, trading partner management, compression, certificate management
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    The suds project is a python soap web services client lib. Suds leverages python meta programming to provide an intuative API for consuming web services. Runtime objectification of types defined in the WSDL is provided without class generation.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    WebLOAD
    This project is intended for ISVs, SIs and software developers who need to integrate load generation engine into their applications. For enterprise load and performance testing initiatives, RadView offers WebLOAD Professional, a complete solution for creating, executing and analyzing the performance of web applications under load.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 9
    EXIficient
    NOTE: we moved to http://exificient.github.io !!! The Efficient XML Interchange (EXI) format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources. Besides the EXI library EXIficient provides a command-line interface (CLI, see com.siemens.ct.exi.cmd.EXIficientCMD) and a graphical user interface (GUI, see http://exificient.sourceforge.net/exificient.jnlp)
    Downloads: 3 This Week
    Last Update:
    See Project
  • Intranet Software To Connect Your Employees | Interact Icon
    Intranet Software To Connect Your Employees | Interact

    Intranet software built for communicators. Connect your enterprise. Drive engagement. Provide a better employee experience.

    Join the revolution in workplace communication with an AI-powered intranet.
  • 10
    wsdlpull is an efficient and powerful command line utility for dynamic inspection and invocation of WSDL web services.It provides a C++ library with dynamic WSDL invocation API,WSDL parser,Schema parser and Validator and an xmlpull Parser/Serializer.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    PHP 5 Web Service Proxy Generator. wsdl2php is a tool for generating proxy classes that can be used to access web services.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    This program implements a SOAP client that could send an XML to a web service and display a response interactively. It was primarily built to test different security measures that are usually implemented to protect SOAP traffic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    MActor is an extensible tool for functional integration testing. It can facilitate tests a range of integration technologies (support for JMS, XML over HTTP, SOAP, TIBCO Rv, IBM MQ series and file-shares are currently supplied with the tool)
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    dove

    a powerful little soap client.

    A little super-simple but powerful soap client that offers an easy way to send soap request to a server (from file or stdin), test server robustness by sending same request on multiple threads and eventually see the whole http conversation. If you need a quick and easy way to do soapcalls from your terminal or script, this tool is for you.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    A C/C++ based client and server implementation of the OGSA Basic Execution Service, used to provide a Web Services interface to distributed resource managers such as Platform LSF and PBS/PBS Pro. The SOAP stack is provided by the gSOAP toolkit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Jitterbit is an open source integration tool that delivers a quick and simple way to design, configure, test, and deploy integration solutions. It supports many document types and protocols: XML, web services, database, LDAP, text, FTP, HTTP(S), file
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    indysoap

    SOAP/WSDL library for Delphi (version 5 -> XE3+)

    IndySoap is a Open Source Library for implementing Web services using Delphi/CBuilder Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included. Feature List: *RPC and Doc|Lit support *Soap using Interfaces *WSDL generation *WSDL importer *Extensively DUnit tested *many other things
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    jSOAP is designed for mobile devices which runs a J2ME platform. With jSOAP you can deal with a webservice using SOAP. jSOAP is very usefull when you don't now before the application starts how is structured the webservice. No need of WSDL !
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    The BioSchemas project develops XML schemas for the exchange of biological data e.g. through SOAP-based web services. It is a collaborative and open project intended to increase the interoperability between bioinformatics applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    This project aims to replace the multimedia server application for the Gateway, GoVideo, and NetGear DVD players & set-top devices. The new server software aims to be more organized and support a wider variety of formats than Digital 5's original.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    The goal of this project is to produce a light weight C++ SOAP client library. Longer term support for WSDL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    EDAS2 is a web-based environmental quality data management and decision support framework
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    InstantSVC (pronounced as Instant Services) provides a set of tools to ease Web Services development with PHP5. You just need to document your PHP code with PHPDocumentor to generate Web Services from it - SOAP Services as well as RESTful Web Services.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    MOLGENIS can be used to generate databases for life science experiments (micrroarray, mass spectrometry, genomics) having a web user interface, csv exchange format, and programmatic interfaces (web services, rest, and r-project). See NatRevGen 8.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next