Questions tagged [anypoint-studio]

Anypoint Studio (formerly know as Mule Studio) is an Eclipse-based integration development environment from MuleSoft.

1133 questions
0
votes
2 answers

Mule-How to run soap magento calls manually not using Magento connector

As of this error where I couldn't find a solution, I am trying to run call manually not using Magento plugin. EDIT Tried something like this:
user2016
  • 153
  • 1
  • 5
  • 18
0
votes
2 answers

How to refer payload which is a ResultSet Iterator in mule dataweave?

Sql query returns a streamed output as Resultset iterator object from the Database component. i want to convert this to xml in dataweave. But don't know how to refer the incoming object, If it's a map i can access it simply by using .operator like…
0
votes
1 answer

Example for the RAML file in Anypoint studio

I currently follow this tutorial: https://docs.mulesoft.com/anypoint-platform-for-apis/creating-an-apikit-project-with-maven but I have a problem in creating the RAML file I don't know how to do this and I have to take the information from these two…
Rajeun
  • 721
  • 2
  • 12
  • 37
0
votes
1 answer

using "Payload" as a Map index

I'm getting crazy whith this, and I'll appreciate any help.... Is there any way to use the value of payload as a map index?. something like this: Thanks in…
0
votes
2 answers

Mule: Access file resource from Python script component in CloudHub

In a mule project, I have a Python script component that needs to access a cert.pem file. In AnyPointStudio I've placed it in the ./src/main/resources/ folder. When I create a Mule Deployable Archive, it ends up in the ./target/classes/ folder.…
The Pulsing Eye
  • 161
  • 3
  • 11
0
votes
2 answers

Mulesoft - Can the IMAP connector be used on cloudhub

I've created a Mulesoft project using the IMAP connector to retrieve e-mail messages. It works fine running locally via Anypoint Studio. When I attempt to deploy it to cloudhub, I get the following error: Your application has failed with exception…
Topher
  • 7
  • 4
0
votes
1 answer

Implement Quartz Scheduler in mule

This is the first time i am trying to use a Quartz scheduler in Mule. I am trying to schedule the start time of a flow based on the list of DateTimes that i took from DB. To study the working of a Quatrz scheduler and to schedule jobs based on a…
Renjith
  • 1,122
  • 1
  • 19
  • 45
0
votes
1 answer

Cannot run Mule project from within Anypoint Studio; ResourceException

Problem: When I want to run a project from within Anypoint Studio I am encountering a problem. This project was originally setup in Eclipse Juno with the Mule IDE plugin. From within Eclipse Juno I was able to run the mule-config.xml on a local…
user3510748
0
votes
2 answers

Authentication between Mule/Anypoint JMS and JBoss/Wildfly9?

I'm struggling with a small proof of concept for a feature we need for a bigger project. On my local machine I have a Wildfly 9 installation (with a user, password, and group configured). I can send messages via HornetQ from a small Java program,…
KlaymenDK
  • 714
  • 9
  • 31
0
votes
3 answers

Connector not showing up in AnyPoint Studio

I'm extremely new to Mule. I just installed the Apple Push Notifications Connector from AnyPoint exchange and restarted AnyPoint Studio. The problem is the connector is not showing up for the project. I went back to the Exchange and it shows as…
The Pulsing Eye
  • 161
  • 3
  • 11
0
votes
2 answers

MuleSoft DataWeave - Call .NET SOAP service via Web Service Consumer

I've got a .NET web service that has a method that accepts a string. In Mulesoft's Anypoint studio, I've successfully built a flow that accepts a POST, passes the POSTed string into the service, and returns a manipulated result. I'm now trying to…
0
votes
2 answers

Mule Server 3.7 > Anypoint Studio > AMQP > Handle request timeout

Is there a way how to handle AMQP timeout in Mule? How? What I want to achieve is: -------- ---> (AMQP TIMEOUT?) -> Log: "AMQP timed out..." Payload -> AMQP -> | Choice | -------- ---> (DEFAULT) -> Log: "AMQP…
ubuntux
  • 394
  • 3
  • 12
0
votes
3 answers

org.mule.module.client.MuleClient not found compile error

I have a Mule project that generates the following compile error: ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR]…
tbriscoe
  • 160
  • 1
  • 13
0
votes
1 answer

SAPJCO3 libraries in Mule domain

I'm going to develop couple of Mule applications that will use SAP connector so I'd like to keep SAP libraries (sapjco3.jar, sapidoc3.jar and native sapjco3.dll) in the Mule domain however I'm struggling with how to export sapjco3.dll. I'm not using…
Lukas
  • 9,476
  • 4
  • 20
  • 14
0
votes
3 answers

Drag and Drop issue with Anypoint Studio

I am new to Mule and Anypoint Studio (64bit Version: 5.2.0), I can't add "Byte Array to String" transformer using drag and drop.
2787184
  • 3,749
  • 10
  • 47
  • 81