Showing 21 open source projects for "open ssh windows"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 1
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Zeep

    Zeep

    A Python SOAP client

    ... interface to a SOAP server. Parsing the XML documents is done by using the lxml library. This is the most performant and compliant Python XML library currently available. This results in major speed benefits when processing large SOAP responses. The SOAP specifications are unfortunately really vague and leave a lot of things open for interpretation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    goetas-webservices / soap-client

    goetas-webservices / soap-client

    PHP implementation of SOAP 1.1 and 1.2 client specifications

    PHP implementation of SOAP 1.1 and 1.2 client specifications. Pure PHP, no dependencies on ext-soap. Extensible (JMS event listeners support). PSR-7 HTTP messaging. PSR-17 HTTP messaging factories. PSR-18 HTTP Client. No WSDL/XSD parsing on production. IDE type hinting support. Only document/literal style is supported and the webservice should follow the WS-I guidelines. There are no plans to support the deprecated rpc and encoded styles. Webservices not following the WS-I specifications...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Savon

    Savon

    Heavy metal SOAP client

    Heavy metal SOAP client. Savon version 2 is available through Rubygems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Alpega TMS: Your Comprehensive Transportation Management Solution Icon
    Alpega TMS: Your Comprehensive Transportation Management Solution

    For shippers, logistics service providers, distributors, and manufacturers of all sizes

    Reduce your overall freight spend with a global, modular, cloud-based transportation management solution (TMS). Enable collaboration across the end-to-end process of transporting goods by connecting shippers with their carriers, suppliers and customers.
    Learn More
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    General purpose PHP SOAP-client

    General purpose PHP SOAP-client

    A general purpose SOAP client for PHP

    Sick and tired of building crappy SOAP implementations? This package aims to help you with some common SOAP integration pains in PHP. Its goal is to make integrating with SOAP fun again! Since life is too short to read documentation, we've added a scafolding wizard which will get you communicating with your SOAP server in no time! Implementing SOAP extensions is a real pain in the ass. It forces you to overwrite core methods of the built-in SOAP client. If you ever had to implement WSA or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Package Generator

    Package Generator

    Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP

    Package Generator generates a PHP SDK from any WSDL so you can easily consume any SOAP Web Service without wondering how SOAP is used under the hood. Package Generator provides many options to generate your package even if a few are required. This project has been tested with many WSDL and is currently used on the platform Providr.IO. Package Generator generates files that are detailed in the MANIFEST. You are encouraged to read it to understand how and why the files are generated in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RapidASDev for Oracle

    RapidASDev for Oracle

    RASD for Oracle

    RASD (Rapid Application Service Development) development platform is product of RapidASDev project. The main goal of this platform is to build fast with less or no programming. You can build simple web applications or complex business web applications. For developing in RASD all you need is browser. The program you create is published as HTML5 or REST service. All subprograms (look up's, ...) are published as HTML5 or. REST too. If you create batch program in PL/SQL you can use the same...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Fraud.com aiReflex Icon
    Fraud.com aiReflex

    Enterprises interested in a fraud detection and prevention to protect customers, reduce fraud losses and enable better decisions

    Fraud.com's aiReflex determines which transactions are legitimate in real-time using a multi-layer defence coupled with explainable AI to fight fraud & improve customer trust.
    Learn More
  • 10
    Fronsetia

    Fronsetia

    A web application for testing webservices

    Fronsetia (Free Online Service Testing Application) is a Java web application that allows testing webservices. No end-user installations required, just deploy the application on your server and pass the link so that users can use their usual browsers to access Fronsetia. You can think of Fronsetia as a simple version of SoapUI on the web, or a simple and free and open-source version of the "wls_utc" utility. See the project homepage https://fronsetia.sourceforge.io and the project Wiki...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Go Soap

    Go Soap

    SOAP package for Go

    SOAP package for Go. Package to help with SOAP integrations (client).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WSDL to Go

    WSDL to Go

    WSDL2Go code generation as well as its SOAP proxy

    Generates Go code from a WSDL file. Generate idiomatic Go code as much as possible. Support only Document/Literal wrapped services, which are WS-I compliant. Supports XML, Schema 1.0, SOAP 1.1. Resolve external XML Schemas. Support external and local WSDL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

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

    phpMySOAP

    php-based SOAP Server for MySQL databases

    This project is a PHP-based SOAP server which provides mainly MySQL data to a SOAP client. It exposes all available DB objects (views and tables) to any SOAP client based on NuSOAP's SOAP server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A SOAP client C# GUI to perform U.S. Federal personal income tax estimates using the RushTaxOS taxEngine. Versions will be provided for desktop (Microsoft Windows XP & Vista), web-based (Internet Explorer), and mobile devices (Microsoft Windows Mobile).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mSoap is a SOAP client library for Java ME (J2ME) designed to work with most SOAP servers out there. mSoap is released by Machina Networks AS under the GPL version 2 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Wingfoot SOAP client (wsoap) is SOAP 1.1 compliant client library for MIDP/CLDC, Personal Java/CDC, J2SE and J2EE platforms. It has an extremely small footprint- 35k with the XML parser, and 21k without it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The goal of this project is to produce a light weight C++ SOAP client library. Longer term support for WSDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Portable and very simple C API functions to write a soap client/server in c.
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 20
    Weather Data Miner is a PHP/SOAP service that caches weather data in a MySQL database. The data can then be accessed by any SOAP client to obtain weather information of a weather station. Currently supports Australian and major world city station data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Be4gle is a web services layer for MySQL that exposes the database as a SOAP server. HTML forms and a generic JavaScript soap client are generated from XML templates enabling client side data binding and event-driven web applications (AJAX).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next