<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
   <channel>
      <title>Open Source Web Services Monitoring and SOA Governance</title>
      <link>http://www.membrane-soa.org/</link>
      <description>Open Source Web Services Monitoring and SOA Governance by predic8</description>
      <language>en</language>
      <copyright>Copyright (C) 2008-2010 predic8 GmbH</copyright>
      <lastBuildDate>Fri, 20 Jan 2012 11:59:14 +0100</lastBuildDate>
      <docs>http://blogs.law.harvard.edu/tech/rss/</docs>
      <managingEditor>info@predic8.com</managingEditor>
      <webMaster>info@predic8.com</webMaster>
      <ttl>600</ttl>
      <item>
         <title>ESB 3.2.0 - XML DoS Protection, Usage Statistics, etc.</title>
         <link>http://www.membrane-soa.org//esb/index.htm</link>
         <description>
      The new <a href="/downloads/http-router.htm">Membrane ESB 3.2.0</a> release adds 
      protection against XML-related attacks and Denial of Service to the feature list.
      It improves configuration of the request and response logging, shows
      per-proxy usage statistics in the <a href="/soap-router-starting-web-console.htm">admin console</a>
      and has Linux startup scripts for the <a href="/soap-monitor-doc/interceptors/examples.htm">examples</a>.
      <br/>
      The leight-weight open source HTTP router can be used for synchronous integration and
      is available under the Apache License 2.0.
    </description>
         <pubDate>Mon, 14 Nov 2011 00:00:00 +0100</pubDate>
         <guid>http://www.membrane-soa.org/news/esb-3.2.0-xml-attacks.htm</guid>
      </item>
      <item>
         <title>SOA Model 1.0.7 released</title>
         <link>/soa-model/</link>
         <description>
		  Finally the new version of SOA Model is ready for <a href="/downloads/soa-model.htm">download</a>.
		  In this release we've fixed a lot of bugs which you've found and posted to the <a href="https://groups.google.com/forum/#!forum/soa-model">SOA Model group</a>. <br/>
    
         </description>
         <pubDate>Tue, 8 Nov 2011 00:00:00 +0100</pubDate>
         <guid>http://www.membrane-soa.org/news/soa-model-1.0.7.htm</guid>
      </item>
      <item>
         <title>Membrane ESB</title>
         <link>http://www.membrane-soa.org//esb/index.htm</link>
         <description>During the last 12 months Membrane Router has made a huge development. The router now offers many features like transformation, content-based routing and filtering that it is more and more like an ESB. It is still small, fast and flexible and the only transport it offers is HTTP. Membrane ESB is an Open Source tool that helps you with HTTP based integration for synchronous communication.</description>
         <pubDate>Fri, 21 Oct 2011 00:00:00 +0200 </pubDate>
         <guid>http://www.membrane-soa.org/news/membrane-open-source-esb.htm</guid>
      </item>
      <item>
         <title>SOA Model 1.0.6 released</title>
         <link>/soa-model/</link>
         <description>
		  A new version of SOA Model is now available for <a href="/downloads/soa-model.htm">download</a>. <br/> 
		  This release contains following new features and bugfixes: <br/> 
		  - The element <i>attributeGroups</i> is now supported in parser and creators <br/> 
		  - Bugfix: The prefix <i>xml</i> is now bound to the namespace name <u>http://www.w3.org/XML/1998/namespace</u> by default.<br/>
		
    
         </description>
         <pubDate>Tue, 4 Oct 2011 00:00:00 +0200 </pubDate>
         <guid>http://www.membrane-soa.org/news/soa-model-1.0.6.htm</guid>
      </item>
      <item>
         <title>Service Proxy Quickstart Guide</title>
         <link>http://www.membrane-soa.org//esb-doc/soap-quickstart.htm</link>
         <description>Learn how to setup a service proxy for SOAP based Web Services in 10 minutes. The <a href="/soap-router-doc/soap-quickstart.htm">SOAP quickstart guide</a> 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:
<pre>
&lt;serviceProxy name="Example"&gt;
 &lt;validator
  wsdl=
  "http://example.com/?wsdl" 
 /&gt;
 &lt;target host="example.com" /&gt;
&lt;/serviceProxy&gt;
</pre>
    
         </description>
         <pubDate>Thu, 15 Sep 2011 00:00:00 +0200 </pubDate>
         <guid>http://www.membrane-soa.org/news/service-proxy-tutorial.htm</guid>
      </item>
      <item>
         <title>SOAP Service as REST Resource</title>
         <link>http://www.membrane-soa.org//rest2soap-gateway.htm</link>
         <description>Read how to <a href="/rest2soap-gateway.htm">expose existing SOAP based Web Service as REST</a> resource. The tutorial guides you trough a example that shows how to configure the new REST to SOAP gateway feature.</description>
         <pubDate>Fri, 12 Aug 2011 00:00:00 +0200 </pubDate>
         <guid>http://www.membrane-soa.org/news/rest2soap-adapter.htm</guid>
      </item>
      <item>
         <title>Membrane Web Console</title>
         <link>http://www.membrane-soa.org//esb-starting-web-console.htm</link>
         <description>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 <a href="/soap-router-starting-web-console.htm">here</a>.
		<a href="/soap-router-starting-web-console.htm">
               <img src="/news/web-console-news.png" alt="Web Console" title="Web Console"/>
      
            </a>
    
         </description>
         <pubDate>Mon, 8 Aug 2011 00:00:00 +0200 </pubDate>
         <guid>http://www.membrane-soa.org/news/membrane-web-console.htm</guid>
      </item>
      <item>
         <title>Membrane Router 3.0.1 RC</title>
         <link>http://www.membrane-soa.org//downloads/http-router.htm</link>
         <description>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 <a href="/downloads/http-router.htm">Membrane 3.0.1 Release Candidate</a>. 
		</description>
         <pubDate>Mon, 8 Aug 2011 00:00:00 +0200 </pubDate>
         <guid>http://www.membrane-soa.org/news/membrane-router-3.0.1RC.htm</guid>
      </item>
   </channel>
</rss>
