Questions tagged [esb]

The Enterprise Service Bus (ESB) acts as a crucial software architecture component, offering essential services for intricate systems through an event-driven and standards-based messaging engine. Developers commonly build ESBs by utilizing technologies from middleware infrastructure products that adhere to established standards.

Mapping JSON to JSON

We are in need of a JSON mapping tool that can convert Type-A to Type-B (JSON to JSON string). While there are ESB tools available for XML to XML mapping like IBM ESB, we require a similar tool for JSON. Are there any options available as open source tool ...

Mule Server 3.6 Connecting to Anypoint Studio Using the Request Connector

Is there a way to configure the Request Connector to send raw JSON data using the POST method? In my Set Payload transformer, I have the following code: #[{ "productId": #[sessionVars.productId] }] After running my Mule App, I encountered this error: E ...

Transforming JSON Object to a Different Object using Mule ESB

My current process is as follows: <?xml version="1.0" encoding="UTF-8"?> <mule xmlns:json="http://www.mulesoft.org/schema/mule/json" xmlns:db="http://www.mulesoft.org/schema/mule/db" xmlns:tracking="http://www.mulesoft.org/schema/mule/ee/trackin ...