This page was splitted. Membrane Router has moved to the Membrane ESB pages and Membrane Monitor stays at this page.

Membrane Monitor

Capture, analyze and manipulate HTTP and SOAP messages.

Membrane with a captured SOAP Message

Highlights

  • Open Source under ASF 2.0 licence
  • Inspection of HTTP traffic in realtime
  • Formatters for XML, SOAP and JSON
  • Syntax highlighting
  • Block and resend messages
  • Works as normal proxy and as reverse proxy

Documentation

Find tutorials, references and step by step explanations in the documentation.

Problems and Support

You can browse the Membrane Monitor Mailing List at Google Groups. Post any questions, feature requests and feedback to the list. A subscription is not needed for posting. You also can get commercial support for the Membrane products.

License

The Membrane SOAP Monitor software is provided under the terms of the Apache License Version 2.0. The software contains external components and libraries. See the notice regarding external components in the distribution archives..

RSS 2.0 Newsfeed

News:

Service Proxy Quickstart Guide 09/15/11

Learn how to setup a service proxy for SOAP based Web Services in 10 minutes. The SOAP quickstart guide introduces into the new configuration language. All you need to configure a proxy that validates SOAP messages against WSDL and XML Schema is the following XML snippet:

<serviceProxy name="Example">
 <validator
  wsdl=
  "http://example.com/?wsdl" 
 />
 <target host="example.com" />
</serviceProxy>

SOAP Service as REST Resource 08/12/11

Read how to expose existing SOAP based Web Service as REST resource. The tutorial guides you trough a example that shows how to configure the new REST to SOAP gateway feature.

Membrane Web Console 08/08/11

Since version 2.1.0 Membrane includes a Web Console that provides usage statistica and information about deployed services. You can learn more about the Web Console here. Web Console

Membrane Router 3.0.1 RC 08/08/11

In Membrane 3 we changed the whole architecture. Now we have serviceProxies and proxies instead of rules. The proxies can now be configured using a comfortable and powerful DSL. Membrane is still a Java reverse proxy implementation. But now you can use Membrane as a fas synchronous ESB. It is now possible to transform and route HTTP messages to their destinations. You can also configure a proxy that exposes a SOAP service as a REST resource. Try it and download Membrane 3.0.1 Release Candidate.

All news...