Coder Social home page Coder Social logo

xrogzu / service-proxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from membrane/api-gateway

0.0 1.0 0.0 41.42 MB

API gateway for REST and SOAP written in Java.

Home Page: http://www.membrane-soa.org/service-proxy/

Java 91.02% CSS 1.36% JavaScript 2.64% XSLT 1.52% HTML 0.59% Batchfile 1.30% Shell 1.51% PowerShell 0.06%

service-proxy's Introduction

Membrane Service Proxy

Check the Repository at GitHub for the latest source code. Read the CHANGELOG for recent changes.

What is Membrane?

Membrane Service Proxy is an open source, reverse HTTP proxy framework written in Java, licensed under ASF 2.0, that can be used as

  • a Service Virtualization layer,
  • an API Gateway,
  • a synchronous ESB for HTTP based Integration,
  • a Security Proxy.

To get started, follow the SOAP and REST tutorials or have a look at the examples or the FAQ.

Get Started

Download the binary.

Unpack.

Start service-proxy.sh or service-proxy.bat.

Have a look at the main configuration file conf/proxies.xml. Changes to this file are instantly deployed.

Run the samples in the examples directory or go to the website for more documentation.

Samples

Hosting virtual REST services is easy:

<serviceProxy port="80">
    <path>/restnames/</path>
    <target host="www.thomas-bayer.com" />
</serviceProxy>

SOAP proxies configure themselves by analysing WSDL:

<soapProxy wsdl="http://thomas-bayer.com/axis2/services/BLZService?wsdl">
</soapProxy>

Add features like logging or XML Schema validation against a WSDL document:

<soapProxy wsdl="http://thomas-bayer.com/axis2/services/BLZService?wsdl">
	<validator />
	<log />
</soapProxy>

service-proxy's People

Contributors

rrayst avatar xorpherion avatar r41d avatar predic8 avatar fabiankessler avatar danielbo avatar vlk32 avatar helpermethod avatar am29d avatar bonoadil avatar symle avatar

Watchers

xrogzu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.