Tag Archives: CXF

Enabling WSSE Basic Authentication for a Web Service client in Mule

In a previous post I described how to enable WSSE security options in your web services proxied by Mule ESB. In this post I show you how to enable WSSE basic authentication on a ‘client’ side. I used this set … Continue reading

Posted in Mule3, Web Service | Tagged , , , | Comments Off on Enabling WSSE Basic Authentication for a Web Service client in Mule

Signing and Validating Soap requests with Mule ESB

Some months ago I have been busy implementing a web-service-proxy by using the Mule ESB CE. Although it took some work to get it up setup nicely it is working well now for quite some time. In this post I … Continue reading

Posted in Mule3, Security, Web Service | Tagged , , , | 6 Comments

Mule and the “Attempted read from closed stream”-exception

When you are using a certain version of Mule ESB you are going to run into an existing bug sooner or later. That isn’t really a problem, I would call it inevitable (at least based on my own experience). The … Continue reading

Posted in General, Mule | Tagged , | Comments Off on Mule and the “Attempted read from closed stream”-exception

Mule2, CXF and serializable classes

This post is one of the series of posts about issues that occurred when we were using Mule2 in a real life project. As I wrote in my last post we were using CXF to call a webservice with Mule. … Continue reading

Posted in Mule, Web Service | Tagged , , , | Comments Off on Mule2, CXF and serializable classes

Mule2, CXF and http chunking

This post is one of the series of posts about issues that occurred when we were using Mule2 in a real life project. One of the things we had to do with Mule is communicating with a web service. This … Continue reading

Posted in Mule | Tagged , | Comments Off on Mule2, CXF and http chunking