Questions tagged [mule]

Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data. Mule enables easy integration of existing systems, regardless of the different technologies that the applications use, including JMS, Web Services, JDBC, HTTP, and more.

Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data. Mule enables easy integration of existing systems, regardless of the different technologies that the applications use, including JMS, Web Services, JDBC, HTTP, and more.

The key advantage of an ESB is that it allows different applications to communicate with each other by acting as a transit system for carrying data between applications within your enterprise or across the Internet. In addition it supports API driven development by offering full support and integration of RAML modelling language.

Mule main capabilities includes:

  • Service creation and hosting — expose and host reusable services, using Mule as a lightweight service container
  • Service mediation — shield services from message formats and protocols, separate business logic from messaging, and enable location-independent service calls
  • Message routing — route, filter, aggregate, and re-sequence messages based on content and rules
  • Data transformation — exchange data across varying formats and transport protocols
7956 questions
1
vote
1 answer

Overload error when splitting string in Anypoint Studio to create new filename

I am using Mule 4 and Anypoint Studio 7. I am looking at renaming the file that I'm processing with the timestamp that it has been processed. So test.csv becomes test+2019-01-30T16:32:56.95Z.csv. My issue is that it appears to work when I run the…
user3165854
  • 1,505
  • 8
  • 48
  • 100
1
vote
1 answer

Overload error in Mulesoft workflow when transforming Excel file from an AWS S3 bucket

I am using Mule 4 and Anypoint Studio 7. I looking to get a list of objects from an AWS S3 bucket, read each xlsx file and transform the message so it is has some new column names. When I do this I get an error: Unable to call any overload of…
user3165854
  • 1,505
  • 8
  • 48
  • 100
1
vote
1 answer

Munit 4: Is there a way to mock a payload from the same cache-scoped HTTP Request in different test cases for a suite?

I am trying to Mock a response payload from HTTP request like this:
Ara Kokeba
  • 149
  • 1
  • 4
  • 15
1
vote
1 answer

Mule 4- SalesForce connector - How to specify externalIdFieldName in Create Job Bulk V2 operation

I'm using the following: Mule 4.1. SalesForce api version 41 Latest SalesForce connector for Mule Using the SalesForce connector's Create job bulk v 2 operation in a flow. In a new Mule flow, when I use the Create job bulk v 2 operation with an…
John Buchanan
  • 5,054
  • 2
  • 19
  • 17
1
vote
0 answers

Why anypoint platform is not able to authenticate from anypoint studio 7.3.1 for deployment on CloudHub?

Problem In the learning of Mule 4, I have to deploy project to CoudHub from Anypoint Studio 7.3.1 in Windows 10. Taken the following steps in Anypoint Studio 7.3.1: Right clicked the project in package explorer>Anypoint Platform> Deploy to…
Zain Ul Abideen
  • 1,617
  • 1
  • 11
  • 25
1
vote
1 answer

DataWeave and Case Sensitivity

Can I turn off case sensitivity in DataWeave? Two different requests are returning responses where the first contains a node called CDATA while the other contains a node called CData. In DataWeave is there a way to treat these as equal or do I need…
1
vote
2 answers

org.mule.api.MuleRuntimeException: CorsManager not started yet

I'm currently working on a Mule 3.9 app that handles both REST and SOAP requests. The REST side works fine, however I'm running into a bizarre issue with the SOAP functionality. Right now, the file is just the HTTP Listener, a SOAP Router, and two…
trauch
  • 61
  • 8
1
vote
1 answer

POST Call With no Body Gives 411 in Mule

I'm attempting to create a mule api call an asp .net API that is a POST call. This call takes in query parameters, but no post body. When attempting to set the call up in Mule, I am returning a 411 status, the cause seemingly being that Mule does…
greglorious_85
  • 71
  • 2
  • 15
1
vote
1 answer

MuleSoft - how to catch an error/exception into Munit test?

Into a flow i raised and error and i would like to test it in Munit. The documentation doesn't seem to contain and explain this particular case. what is the text that i need to insert into : expected error type expected exception
Ion Utale
  • 551
  • 1
  • 9
  • 22
1
vote
1 answer

HTTPAppender not found Log4j2

I am trying to use HTTP appender of Log4j2 in my mule project but unfortunately I am receiving during compile time . 2018-12-11 15:56:53,355 main ERROR Error processing element Http ([Appenders: null]): CLASS_NOT_FOUND 2018-12-11 15:56:53,389…
Naveen Rayappa
  • 119
  • 3
  • 17
1
vote
1 answer

How to distinctBy after splitBy MuleSoft Dataweave

I have splitBy one of my field and would like to distinct it by showing only 1 record per duplicate. eg, if have 5 id = 'abc' then it will only show 1 id = 'abc' on the result. Based on the below sample output, how do I distinct it to show only 1…
Jason Lee
  • 43
  • 9
1
vote
0 answers

Mule 4 - Create WSDL web service using Anypoint studio 7

I already read the documentation about the new way to create soap web service using newest mule (https://docs.mulesoft.com/apikit/4.x/apikit-4-soap-prerequisites-task), but it doesn't really help. Because I try to do following, using that tutorial…
Vincent Zheng
  • 385
  • 1
  • 4
  • 19
1
vote
1 answer

Mule 4 Munits : Call flow with basic Authenication

I am using Mule 4, I am trying to create a test case where I want to call flow have Http listener with basic authentication using flow-ref
1
vote
1 answer

Mulesoft : Could not find a transformer to transform "SimpleDataType{type=java.util.LinkedHashMap

I am trying to get the data from Netsuite and save it in the salesforce object using Mulesoft Dataweave element alongwith When-Otherwise as per the snippet below, but gives me error: Could not find a transformer to transform…
PGS
  • 13
  • 1
  • 3
1
vote
2 answers

Component Exception

I am attempting a tutorial from the book 'MULE_ESB_COOKBOOK' by packt publishing and I have posted this question in another forum too. In the first chapter, there is a 'Deploying your first Hello World application on the Mule server' exercise which…
javaperson
  • 109
  • 1
  • 12