Showing 195 open source projects for "webservice"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    crVCL PHP Framework

    crVCL PHP Framework

    Rapid Application Development Framework for PHP

    crVCL PHP Framework is based on PHP 5.4, Javascript 1.4 and CSS 2.1 (or higher). It provide classes and function for develop easy and fast web applications/webpages with graphical components. It give you more comfort in developing web applications with high usability. Rapid Application Development for PHP crVCL is inspired by JEDI VCL and Java Spring If you like the Project, donate it http://goo.gl/PYyiot for more visit the Website or take a look at the readme.txt More Videos on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Matrosdms

    Document Management System with real-life-objects

    DMS based on hierarchical tags and graph theory with real life entities. In the real world you deal with entities like car, family members, dealers and companies. In this dms you can use your real world objects. You can build hierarchical structures and can easily make timelines from your letters Security is one big concern when you scan your personal documents Thats why this DMS is not build as Online/Cloud/Webservice. * I want my scans on my computer only * I want my papers crypted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Warung

    Simple client for Web Database for Android

    This is a simple approach of communicating with WebService for Android App, as long as we know what to retrieve, why complicate ourselves with complex XML structures. For now, this project is really not much, just a proof-of-concept, that it can be done. But we can easily add features to the WebApplication who responsible for retrieving data, and then polish our UI codes on Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    jReflectServer

    A lightweight Java HTTP server and webservice-framework

    jReflectServer is a very small, lightweight and super easy-to-use java web-server and -framework for creating (distributed) pure java web-applications, webservices and small websites. jReflectServer is able to randomly forward requests to a cluster of remote server nodes. For this distributed code execution no special code is needed. A distributed session can be used to share data between the server instances. Due to its small footprint, it's also perfect for embedded hardware like the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 5

    unitils-soapui

    Unitils module to test web services.

    Module that allows you to launch your SoapUI webservice test from a Unit test. The module takes the SoapUI project file as input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    OpenPool

    Webservice to create and maintain a pool of survey participants

    OpenPool is intended to collect and maintain e-mail addresses and some socio-demographic data in order to send survey invitations to these addresses. It supports double opt-in, scheduled mailings, bounce handling, and demographic-filtered subsamples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ESP Easy

    Arduino IDE sketch for ESP8266 modules

    Firmware for ESP8266 modules. http://www.esp8266.nu/index.php/Tutorial_ESPEasy_Firmware_Upload Use an ESP8266 module as a wireless sensor for temperature, humidity, barometric pressure, LUX, etc. Or use it as an actuator to control Relays. Supports the following Home Automation platform protocols: * Domoticz HTTP * Domoticz MQTT * OpenHAB MQTT * PiDome MQTT * Nodo Telnet * ThingSpeak webservice * EmonCMS * FHEM HTTP * Generic HTTP using templates Supported devices: * DS18B20 * DHT11...
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8

    YADS

    Yet Another DPWS Stack, a WS4D JMEDS fork (discontinued)

    Note: This project has been discontinued due to the lack of quality of the original project's code base. I implemented a new DPWS stack from scratch for other projects, which was less work... YADS (Yet Another DPWS Stack) is a fork of the WS4D JMEDS webservice stack. YADS tries to integrate more standard Java SE features (type-safe template containers, concurrency, logging and modern Java language features) and high level HTTP components using non-blocking connections. YADS depends on apache...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    SignSOAPRequest

    SignSOAPRequest

    Sign a SOAP request message using a given digital certificate

    >>> Problem: Consider a webservice project where every request needs to be signed with a given digital certificate. The performance tests of that project are built at Borland SilkPerformer. This tool, until version 16, does not cover specific functions to sign one SOAP request message. Then, to do the performance test, using a SOAP/HTML SilkPerformer project, it was necessary to build an external component to sign the request. >>> Proposed Solution: Build a java project simple enough to do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PHP RESTful Plugin for Eclipse

    PHP RESTful Plugin for Eclipse

    User can create a PHP RESTful web service in one click.

    PHP RESTful Plugin for eclipse helps the user to create a RESTful web service in one click. 1) Slim Framework RESTful Webservice URL : http://oneclicklabs.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java RESTful Plugin for Eclipse

    Java RESTful Plugin for Eclipse

    User can create a Java RESTful web service in one click.

    RESTful Plugin for eclipse helps the user to create a RESTful web service in one click. 1) Spring RESTful Webservice 2) Jersey RESTful Webservice 3) RESTEasy RESTful Webservice 4) Restlet RESTful Webservice URL : http://oneclicklabs.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16

    Maximo SOAP Web Service Tester

    Simple application for testing XML Web Services in Maximo

    Maximo SOAP WebService Tester (Windows) Source: https://github.com/SVSagi/mxwst
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    phpWorldcup

    Bet game webapp (not for money) focused to the soccer worldcup events

    phpWorldcup, abbreviated worldcup, is a simple bet game webapp focused to the soccer worldcup series. It was written in PHP based on MySQL database. Families, friends can play with this webapp, where the fight is just for fun and score, not for money. The match results are being uploaded, continuously during the worldcup event, from www.openliga.de. The latter is an excellent webservice server containing plenty of sport events and their results. So only the tips of the users must be entered...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WebZPL

    Windows APP to automate ZPL printing

    This small windows application connects to a JSON webservice and automatically prints to Zebra printers via ZPL. Parameter substitution based on the JSON information is used to generate the ZPL. It also can accept files on the command line, that have the same JSON format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Mocker4J

    WebService Stubbing Framework for Java

    Mocker4J is a framework for stubbing Java WebServices. Advantages: ----------------- * No need to modify the Java code. * Significantly reduces development & maintenance cost. * We can tune all complex conditions/scenarios using config. file.* * We can point to any request field values dynamically. * No need to restart the server, when you do the configuration. file changes. * We can also configure negative scenarios. * No external jar files required in class path. * Mocker4J jar file size...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Maracas

    Maracas

    RDP Launcher

    ... Arreter l'application Maracas WebService : - Remonte dans le dossier \terminaux un inventaire des terminaux qui utilisent Maracas - Enregistre le dernier connecter pour fournir l'information à Maracas
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SecurityManager

    Web application to configure RBAC of different applications

    This application can manage the different ACL's/Users for different applications and expose them through webservice or database views using WAMP/LAMP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Sakai report webservice

    Webservice access to sakai report data

    Allows use of REST interface to access pre-defined report data automatically and remotely. The overall goal is to allow one to define the desired data using standard Sakai tools, but then have the data easily available externally and programmatically for further analysis, including integration of data from various Sakai report sources. That means that to get any report data, you can user this URL: http://localhost:8080/report/siteID/reportName.format where format can be xml, csv,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    pybongtv

    ABANDONED! successor: https://github.com/cmaugg/pybongtvapi

    ABANDONED! successor: https://github.com/cmaugg/pybongtvapi bong.tv offers online video recorder services for german TV channels. Recently, a webservice API was published which allows to browse a registered user's profile, make or delete recordings or browse the electronic program guide. pybongtv is a python library which makes it easy to interface with bong.tv's web service. It aims to provide a pythonic interface to bong.tv's web service.
    Downloads: 0 This Week
    Last Update:
    See Project