Last Updated on 02/05/2021 by Patryk Bandurski HTTP GET method’s simple design has been published in a previous article. I designed the account service using the RAML specification. It is time, now, to implement that service so our potential users could consume it. To implement the service I use Flow Designer available on Anypoint Platform….
Most Valuable Blogger Program
Recently I have decided to join Most Valuable Blogger (MVB) Program on DZone. Some articles, selected by DZone, will be republished and available on their site. So if you follow them you won’t miss any of my articles.
Best practices to design REST GET method on Anypoint Platform
Last Updated on 30/05/2021 by Patryk Bandurski This article is an intro to a blog series about HTTP methods usage in RESTful services. As a GET is the most common, I will start with it. This method is used for retrieving the collection of resources or a single resource. In other words, GET can be…
Web Service Consumer – a simple way to handle SOAP service
Last Updated on 03/05/2021 by Patryk Bandurski In my previous post, I have described the usage of the CXF proxy client to consume soap web service. We will create a similar service but this time we will use Web Service Consumer. Background We are going to create in mule simple service which consumes SOAP Web…
CXF proxy client – consume SOAP web service
Last Updated on 02/05/2021 by Patryk Bandurski When it is time to consume the SOAP Web Service mule has a couple of ways to handle this task. There was a time when I would generate stub classes based on the WSDL file, but I wanted to create flows without generating a single line of code. So I…