Mule ESB (a.k.a. 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 ESB enables easy integration of existing systems, regardless of the different ...
0
votes
0answers
6 views
Mule: Failed to route event via endpoint: DefaultOutboundEndpoint
Sometimes I get this error, not always. It works normally. Not really sure what is the problem. Can any one suggest?
P.S. I got the same error for the 'https' outbounds. I solved it by installing the ...
0
votes
0answers
15 views
Mule - How to send asynchronous replies to individual clients?
I'm trying to use Mule to get a request from a client, query two or more databases, then return those results to the client as and when they're ready. For communication between the client and the ...
1
vote
1answer
14 views
Issues with devkit 3.3.2 and eclipse CoreException
I am trying to create a connector in Mule Studio 3.4 using Devkit 3.3.2.
The following is a maven (3.0.2) command which I used to generate the project structure:
$ mvn archetype:generate ...
0
votes
2answers
16 views
How to use Xpath on mule.payload which contains string arrray
I have mule payload which contains 3 different soap request message.
How can I read the value of one of the xml tag/node present in 2nd soap request using MEL ?
e.g. message payload is as follows
[
...
0
votes
0answers
19 views
Queries releated to FTP Inbound in Mule 3
I am using FTP inbound in Mule 3 to read the file from FTP location. It is part of the flow that performs two more steps before this and based on soap response from second step FTP inbound tries to ...
0
votes
1answer
37 views
Apache httpclient library not found
When I try to deploy an application to my Mule standalone server, the application deploys properly but when I try running a flow which uses RestTemplate (spring) and ...
0
votes
2answers
22 views
Can't call web service with Mule
I edited the question down, it was getting overly complicated. I disabled the SSL requirement from the web service to remove it as a concern.
I am simply trying to call a local web service from Mule. ...
0
votes
0answers
17 views
Session variables skipping multiple requests
I understand that session variables in Mule ESB can be shared between different flows of the same request, but... How can I make a variable visible to multiple requests?
It is a variable, so it would ...
0
votes
1answer
18 views
Mule - Returning data from multiple flows as soon as it's ready
Hello there Stack Overflow.
My scenario is that I have a web page where a user can enter data (search terms, such as the name of a product on sale, a category, etc). On submission, this data is sent ...
0
votes
2answers
34 views
Mule proxy client not creating header for Soap 1.2 message
I am new to Mule and trying to establish a small flow from .Net Client to Mule Proxy web service to Mule Proxy Client to .Net Service. Flow is pass-through flow without any logic inside the flow. I am ...
0
votes
1answer
9 views
MULE :process input expression
How can i input the expression value as inbound:http.request=/${rest.path}/SOMETHING/ABCD ..Is there a way to do it in xml.I am able to take the input as defined in the path Annotation.However i want ...
0
votes
0answers
9 views
Creating my own connector - Access Flow Variables within a MessageDispatcher
I want my connector to be robust and accept MEL expressions. Right now though I'm having a problem where I'm doing the MEL Evaluator, but what's in my event is not evaluated. I have <set-variable ...
0
votes
0answers
8 views
Is it possible to use Mule's Facebook Connector to view posts from Facebook group pages?
I'm currently using Mule to pull RSS feeds. However, there are some sites that don't have RSS feeds so I'm trying to pull the same information using their Facebook page. Initially I first converted ...
0
votes
0answers
12 views
Can Mule cxf:proxy client component handle streaming of big data
My application is supposed to handle large data (~100MB), I am trying to send ~80MB of payload using <cxf:proxy-client> component via InputStream. I don't see any activity in my logs from the ...
0
votes
1answer
24 views
Mule avoiding warning of missing variable
I have a flow that looks inside the incoming XML payload and tries to set the value of an optional element to a variable.
<set-session-variable variableName="priority"
...