Questions tagged [mule-connector]

72 questions
2
votes
1 answer

mule 4 http listener - reconnection when to use?

Using mule 4.4 runtime community edition on premise Am trying to understand HTTP Listener better and came across this attribute: Reconnection Documentation says: When the application is deployed, a connectivity test is performed on all connectors.…
2
votes
1 answer

Uploading image/pdf to slack channel using Mulesoft Slack Connector

i'm trying to use the mulesoft slack connector to upload a pdf file and a png file to a slack channel but i'm not able to configure the settings correctly to make this work. Has anyone been able to do so successfully? Here is my transform message…
1
vote
0 answers

password credentials grant type usage in HTTP Requestor of Mulesoft

I need to access an API which requires password credentials grant type to be used in authentication. But Mulesofts HTTP Request config supports only OAuth2 Authorization Code Grant Type Authentication and OAuth2 Client Credentials Grant Type…
Shree
  • 13
  • 2
1
vote
2 answers

bytearrayinputstream to string in Mule 4 using Java invoke static

I want to get elements from an .eml file in Mule 4 using the Java Module invoke static operation, but it gives this error Invocation of static Method 'Text(java.lang.String)' from Class 'testattach.Test' with arguments…
techie
  • 11
  • 1
1
vote
1 answer

CloudHub worker trying to connect to SFTP site which allows whitelisted IPs only

I have a Mule 4 application [App1] created on CloudHub. I tried to deploy the application's jar file onto CloudHub. This application has a Static IP [eg. 100.101.102.103] assigned to it in Runtime Manager. This IP address is whitelisted by customer…
Abjt G
  • 39
  • 7
1
vote
1 answer

how to upload to specific folder inside Azure blob container with Mule?

In my Mule 4 application I Azure Storage connector to successfully upload a blob to my Azure container: However this adds the file into the root directory of "my-container". I want to add the file to my-container/examples - i.e. the examples folder…
java12399900
  • 1,485
  • 7
  • 26
  • 56
1
vote
1 answer

com.sforce.ws.ConnectionException: Unexpected element

Salesforce have announced that they will be retiring API versions 21 through to 30 in the Summer 23 release (June 2023). After this date, any connections to Salesforce using one of these API versions will be unsuccessful. At the moment, we are…
1
vote
1 answer

CloudHub Notification - Fails connections from workers in VPC

I developed an API which will trigger email alerts based on some business requirements. To raise email alerts, I used cloudHub create-notification connector. The connector configuration is below:
Sambit Swain
  • 131
  • 1
  • 13
1
vote
1 answer

Unable to set userAccountControl to 512 using LDAPS

I am using MuleSoft to connect LDAP and provision a user. Connection for Mule 4 LDAP Connector is using LDAPS (SSL Connection using trustStore file + password) over port 636. As mentioned in online documents, I am setting valid userPassword…
Sambit Swain
  • 131
  • 1
  • 13
1
vote
0 answers

Unable to connect to Google BigQuery using Mule

I am trying to connect to BigQuery for migrating data and I am currently facing some issues in connection. 2 approaches which I am currently focusing on Database Connector with passing JDBC connection string
Karthik
  • 2,181
  • 4
  • 10
  • 28
1
vote
0 answers

How to write object tags to s3 using Mule?

I need to write tags to s3 objects I create using Mule with the create object operation of the S3 connector. Any way where I can pass the tags? The fields mentioned in the S3 create object operation doesn't have one. Do I need to pass it in user…
Rakesh
  • 104
  • 1
  • 11
1
vote
0 answers

How to consume SOAP Web Service secured with OAuth in Mule 4

I want to consume a OAuth secured SOAP API in Mule 4. I want to know how can I pass the bearer token in a header. I tried almost all the things by using transport header and writing as edit inline with key as Authorization and value as Bearer…
JackRack
  • 11
  • 1
1
vote
0 answers

Character encoding issue with Mulesoft IBM MQ Connector

Problem Description: We are trying to transfer a zip file to a destination coming from an IBM MQ queue. The Mulesoft flow has an IBM MQ 'On New Message' connector as a source. Whenever there is a new message in the IBM MQ queue, the connector picks…
1
vote
1 answer

How to Publish Mule Application to Exchange as Connector in Mule 4

I need to publish mule application to exchange as connector in mule 4. Could anyone please let me know the process.
1
vote
2 answers

What is the difference between HTTP API and REST API resource types in design center?

I having been trying to find the difference between HTTP API and REST API resource types but not getting the clear difference. When and how should one use HTTP API ? A use case would be really appreciated.
1
2 3 4 5