python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SalesForce Mule connector v10.13.0 on CloudHub subscribing event multiple times
I have implemented an API on the CloudHub platform, in a Mule application deployed on 2 Workers on Mule 4.3.0 runtime. This Mule application is listening to a Salesforce event using subscribe-channel-...

Sambit Swain
Votes: 0
Answers: 2
Error while communicating to web service - Error reading XMLStreamReader
I find below error when I try to consume a webservice from Mule ESB 3.8.0. I am using the Web Service Consumer and I get the below error
What happens here is, I am able to consume the webservice using...

Mahesh A R
Votes: 0
Answers: 1
clear messages from rabbitMQ queue in mule 3
My requirement is to clear all the messages from queue before processing the flow or publishing anything in the queue.
We are using rabbitMQ and due to some reason messages are stucked in the queue an...
Devendra
Votes: 0
Answers: 1
How to remove namespaces from xml payload
I want to remove all the namespaces from my XML input.
Input payload
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns...
joono
Votes: 0
Answers: 1