Showing 44 open source projects for "soap c#"

View related business solutions
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    ServiceStack

    ServiceStack

    Simple, fast, versatile and full-featured services framework

    ... the same high-performance APIs can be consumed from HTTP in any combination of Route, QueryString, FormData or a myriad of data formats, via popular resilient MQ Servers whilst simultaneously supporting legacy integrations like SOAP or adopting new technologies like gRPC without sacrificing any native HTTP integrations. To maximize the value of APIs we're focused beyond the API boundary by making it as simple as possible for API Consumers to call your APIs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. Like SOAP or CORBA, but much simpler.
    Leader badge
    Downloads: 133 This Week
    Last Update:
    See Project
  • 3
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming...
    Leader badge
    Downloads: 457 This Week
    Last Update:
    See Project
  • 4

    Empact Foundation Class Library

    Cross-platform C++ library for use as a default application framework.

    A mature cross-platform C++ library for use as a default application framework. Features include: * Threading & synchronization * Socket programming: SSL, NanoMsg & ZMQ * File I/O utilities: zlib, ini, yaml * Native Database access: MySQL, SQLite, BerkleyDB, Postgre, REDIS and ODBC * Built-in mini XML parser; optional EXPAT, LIBXML and MSXML support * Network protocol stack: HTTP, FTP, SMTP, POP3, SOAP, XMLRPC * Scripting languages: Perl, Python, JavaScript, VBScript, Java, Lua, TCL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 5
    DotNetOpenServer SDK

    DotNetOpenServer SDK

    Lightweight fully extendable client/server application framework

    DotNetOpenServer SDK is an open source lightweight fully extendable TCP socket client/server application framework enabling developers to create highly efficient, fast, secure and robust cloud based smart mobile device and desktop applications. Why? Unlike most application server frameworks, which are implemented over slow inefficient stateless protocols such as HTTP, REST and SOAP that use bulky ASCII data formats such as JSON and XML, DotNetOpenServer has been built from the ground up...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    Flying Squirrel

    universal multi-platform light-weigth extensible scripting framework

    A small footprint scripting framework including Squirrel VM (scripting language), SQLite (database enginge), and FLTK (graphical interface). Extensible via binary plugins (DLL, SO, DYLIB) or pre-compiled scripts. Framework behavior can completely changed to run GUI application (default, listener pattern), games (using game loops), or server services (SOAP, REST, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    csmake

    csmake

    Cloud Service Make.

    To make the native application to support cloud service, csmake will genarate a client stub and the service application, it's similar with the webservice, COBAR, omniORB, SOAP, gsoap etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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: 4 This Week
    Last Update:
    See Project
  • 9

    libzeep

    SOAP and webapp library for C++

    A C++ library used to create SOAP and REST servers. This library uses several boost libraries to create a complete SOAP server implementation during compile time based on the signature of exported methods. This library includes a validating XML Parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    libMPF is a C++ crossplatform application framework. It features a framework for normal and daemon processes, generic processing of datatypes (validation, formatting and conversion), logging, a WSDL parser, dynamic SOAP parsing/generation and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LibY!Mail

    .NET object oriented encapsulation and access library to Yahoo! Mail

    LibY!Mail is a .NET object oriented hierarchical encapsulation of the Yahoo! Mail web services. It allows developers of web applications easy access to the web services, without the hassle of having to follow message ID's, part ID's and their relations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    C++ production ready implementation of Scott Seely's Simple SOAP RPC code. OS neutral, HTTP transport, XML validation, envelope parsing, RPC dispatching, extendable data types, fault generation and a extendable test suite useful for release validation. Now builds on newer versions of Linux.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Sharp Serialization Library serializes and deserializes primitives, ArrayLists and Hashtables, compatible with PHP serialize(). Use it for SOAP/Web Services communications where Hashtables cannot be passed otherwise, or saving to a file readable by php.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ChecksumValidation

    Validation of IBANs, bank accounts, credit cards, identity cards

    ... 2.0. It consists of: - ChecksumValidation: a class library (DLL) for in-process use - ChecksumSoapServer: a SOAP interface - ChecksumTcpServer: a TCP interface implementing a domain-specific language (DSL) for validation - ChecksumComServer: a COM interface - ChecksumClient: a test utility - ChecksumUnitTest: a 100% covering NUnit test - ChecksumUtility: a command-line tool for helper functions
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MagentoXtender .NET Webservice Client is an open source .NET library to connect to the webservice of a Magento Webshop using XML-RPC. This module gives you the ability to create .NET applications which can communicate with a magento webshop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SoapTrace.Net. A soap message monitoring utility written in C#. Captures soap messages by behaving as a proxy server or by capturing data packets using the WinPcap library or Windows Raw Sockets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    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: 10 This Week
    Last Update:
    See Project
  • 19
    That project aims at providing a framework around the WSDLPull (http://wsdlpull.sourceforge.net) source code, so as to ease the packaging and delivery processes, allowing to deliver packages for a great number of Linux distributions and Unices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Framework for supporting reliable, secure E-Business using open standards. Including components for web service calls, non-repudiation, UDDI-registries and a standardized subset of the UBL 2.0 business document profile. Supported for .Net and java.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    MM7 protocol library for fast and easy MMSC(Multimedia Messaging Service) client development even for non-telecom guys. Easy to use classes covers all needed functionality for MMS applications developers and Content Providers. Written for .NET 2.0 in C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A collection of libs and tools for working with the Betfair public API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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: 7 This Week
    Last Update:
    See Project
  • 24
    The Virtual Laboratory for Earth and Planetary Materials (VLab) collaborative GRID-based environment. Concentrating on scientific computation workflows and auto-generation of visualization services. http://vlab.msi.umn.edu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next