Questions tagged [mule-sdk]

Mule SDK allow to create connectors and modules for Mule 4. This tag should be used to questions related to the Mule SDK and creating connectors and modules for Mule 4.

The Mule SDK allow to create connectors and modules for Mule 4.

There are currently two SDKs:

  • Java SDK: used to develop conenctors with Java.
  • XML SDK: to develop connectors using existing connectors and Mule XML configurations.

This tag can be used for both.

22 questions
0
votes
1 answer

Unable to deploy custom Mule Connector to Anypoint Exchange

I built a custom mule connector using Mule SDK and tested with Anypoint Studio. When I tried to deploy the Mulesoft Exchange using mvn deploy after updating the pom.xml file with Organization details, I'm running into the following Unauthorized…
sravan
  • 97
  • 1
  • 10
0
votes
1 answer

Unable to load External Lib jar in the global config Mule SDK

I'm creating a CosmosDB connector using Mule SDK. I'm trying to add CosmosDB dependency in the global configuration using the below code but it seems to be not functioning as expected. It's downloading maven dependency but not adding the jar in the…
sravan
  • 97
  • 1
  • 10
0
votes
2 answers

There was an issue resolving the dependency tree for the artifact

I am following Mulesoft tutorials to create a connector with Mule SDK(https://docs.mulesoft.com/mule-sdk/1.1/getting-started). I followed the steps but when I try to include the connector…
0
votes
2 answers

Mule XML SDK and its Error in Maven Settings.xml

I'm doing the XML SDK in Mule 4.2.2 with Maven 3.6.3 [though Mule inbuild using (3.6.9)] and AnypointStudio 7.4.2 . Please clarify my doubts 1) Is that XML SDK connectorPlugin creation is supported only in Mule-EE version or public? 2) I'm using…
star
  • 1,493
  • 1
  • 28
  • 61
0
votes
2 answers

Convert Resuable ErrorHandling flow in to connector/component in Mule4

I'm Using Mule 4.2.2 Runtime. We use the errorHandling generated by APIKIT and we customized it according to customer requirement's, which is quite standard across all the upcoming api's. Thinking to convert this as a connector so that it will…
star
  • 1,493
  • 1
  • 28
  • 61
0
votes
1 answer

Call external API using Mule SDK

I am trying to implement a Mule 4.x policy using Mule SDK. In doing so, I need to call an external API in the policy operations implementation. The result returned by the external API response would determine the policy output. public class…
techjourneyman
  • 1,701
  • 3
  • 33
  • 53
0
votes
1 answer

Background process of Mulesoft

I would to learn what is happening on the background of mulesoft. Example when we drag and drop a compent ie palette in Anypoint studio what will happen? I would like to see the Java code and how it works actually. Can someone give me clue or guide…
Vignesh
  • 1,183
  • 2
  • 10
  • 18
1
2