Questions tagged [anypoint-studio]

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

1133 questions
3
votes
3 answers

pass parameters to SOAP request in mule esb

I have situation like on picture: I configured request connector like i did in soap-ui, but I don't know how to build valid SOAP HTTP_Request with uri or query parameters from HTTP listener. How can I pass those parameters to SOAP…
user1598696
  • 550
  • 1
  • 4
  • 22
3
votes
2 answers

Mule DataWeave transform-message failing with missing metadata:id attribute

I have a very simple hashmap payload being converted to application/json. I have done this in other flows by just dragging the dataweave component in, and writing the mapping expression. now for some reason, I am getting the following error: The…
Nathan Tregillus
  • 6,006
  • 3
  • 52
  • 91
3
votes
1 answer

Anypoint Studio - Debugger is not launching

I could not launch "Anypoint Studio Version: 5.3.0" debugger for ESB Mule project. When I clicked debug option from drop down menu for corresponding project, the console tab is running with INFO message. But in "Mule Debugger" tab shows that "Mule…
Simbu
  • 766
  • 1
  • 12
  • 37
2
votes
0 answers

Mule 4 debug how to maintain history of debug statements in studio

In Mule 4 anypoint studio when I am debugging an application , many a times I need to view the payload in json format , so while in debug view I go here : Evaluate Dataweave expression Here everytime I have to manually paste the below dataweave: %dw…
boomslaw
  • 31
  • 4
2
votes
2 answers

Mule condense data based on a category

Example below. I've got a set of account numbers, with an account attribute. For each account_number there are three categories, and I would like the sum for each account number based on each balance in DataWeave. Data input [ { …
anonMule
  • 91
  • 2
2
votes
1 answer

Anypoint Studio problem with JSON into XML transformation

I am trying to convert JSON response into XML and then call SOAP API with payload. I managed to get JSON response without any trouble, but I am unable to convert it to XML. the problem is data has to be in format:
Curiosity
  • 81
  • 6
2
votes
3 answers

How to access a multi value XML containing a json string

I have a json string inside a multi value xml tag, which I'm struggling to access. I would like to concatenate the "pid" values to have something like "listOfPids" : "0000444, 0000111"
maco
  • 55
  • 7
2
votes
2 answers

Change timezone from undefined to utc in dataweave

I have a plain date / time string (local european summer / winter time) I would like to transform into UTC. The date I receive looks like this {"message": "2021-05-01 15:39"} But using LocalDateTime like this (payload.message as LocalDateTime …
maco
  • 55
  • 7
2
votes
2 answers

Mulesoft - Failed to read artifact descriptor for org.mule.tools.maven:mule-app-maven-plugin:jar:1.7: Could not transfer artifact

I am setting up an existing mule application but running into below error. any help please.. [ERROR] Unresolveable build extension: Plugin org.mule.tools.maven:mule-app-maven-plugin:1.7 or one of its dependencies could not be resolved: Failed to…
vangli
  • 53
  • 1
  • 6
2
votes
1 answer

org.xml.sax.SAXParseException, Mule 4.3, Anypoint studio 7.8

I am new to Mulesoft(using Mule 4.3ee and Anypoint Studio 7.8). I added a Database Select tool. I configured with the Oracle database. The Test connection is successful and it worked fetching the records successfully. Later I added a new…
2
votes
3 answers

Using p() function in Transform Message in Mule Plugin

I have a mule plugin added as a dependency in my Project-A, In the mule-plugin I have defined a Transform Message where I am referring the values from the properties file defined in the plugin using p('property_name'). But it is throwing an error.…
Sufi
  • 186
  • 1
  • 2
  • 12
2
votes
2 answers

Mule3 insert data into 2 tables in a query

I have a payload similar to the below sample {"timezone": null, "recurrence": null, "event_id": "55bfe76n3", "attendeesEmail": [ { "email": "abc@xyz.com", "responseStatus": "needsAction" }, { "email":…
melmatvar
  • 25
  • 1
  • 1
  • 4
2
votes
1 answer

Mule 4 - Anypoint MQ Retry Exhausted Exception and dead letter queue

I started using Anypoint MQ Subscribe with Max Redelivery Countset to 2. Application should throw ANYPOINT-MQ:RETRY_EXHAUSTED exception after 2 failed deliveries, but the message was returned back to main queue and picked up again in the next…
2
votes
1 answer

How to aggregate this data using Dataweave 2.0?

Take the following JSON. It is an array of objects. [ { "objects": [ { "saleItems": [ { "itemID": 1, "saleItemType": "Sale", "productCode": "072", "legacyProductCode":…
JackBruce
  • 23
  • 4
2
votes
1 answer

Cannot coerce Array error while using map operator with XML data in mule 4?

I am getting the following error while using the map operator: org.mule.runtime.core.internal.message.ErrorBuilder$ErrorImplementation { description="Cannot coerce Array (org.mule.weave.v2.model.values.ArrayValue$IteratorArrayValue@22af825a) to…
HMT
  • 2,093
  • 1
  • 19
  • 51
1 2
3
75 76