Web Service Consumer – a simple way to handle SOAP service
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 Service. The client can call our flow…