Month: April 2020

  • Deploy a Mule Runtime to Heroku

    Deploy a Mule Runtime to Heroku

    Quick walkthrough video that shows you how to deploy a Mule Runtime (4.2.2) to Heroku. You can find the Git project here: https://github.com/djuang1/mule-heroku-dyno Shout out to Mars Scott and Trevor Hall from Heroku on getting me 80% of the way there. I just needed to add a .profile file that leverages the Anypoint Platform REST…

  • Call a RPC-style SOAP Web Service in Mule 4

    Call a RPC-style SOAP Web Service in Mule 4

    Overview If you’ve worked with the Web Service Consumer connector, you’ve probably run into this error message at one point when given a SOAP endpoint. RPC style WSDLs are not supported by the Web Service Consumer But don’t worry, there are workarounds to accomplish integrating with these endpoints. In this article, I’ll show you how…