Blog Migration
Update April 6th 2014: The migration of my blog and my books is now finished. It has been a very interesting experience, but I hope I will have more time for blogging from now on.
Update April 6th 2014: The migration of my blog and my books is now finished. It has been a very interesting experience, but I hope I will have more time for blogging from now on.
Today I saw two things I cannot recall having seen before: The first thing was a WSDL for a web service in which the target namespace and the service address were identical. As far as I know, there is nothing that disallows this, it is only peculiar – at least to me. The second thing… Read More »
In this post I will show a proof-of-concept for a dynamic HTTP proxy implemented using Mule. Principle The proxy forwards HTTP request using the context and relative path parts of the request URL to determine the server and port to which the request is to be forwarded. In the example in this article a SOAP… Read More »