This example take json file from source folder, split it based on json array’s elements to multiple payload, renamed then saved to multiple files in target folder. See below gif animation: Input file:Orders.txt Output file: 2501.txt Output file: 2502.txt Output
Calling Odata using HTTP Listener, HTTP Request with uriParams and queryParams
This example call from postman to mule app, then call to northwind api with dynamic entity type (Customer, Orders, etc) and dynamic query string. The dynamic part is achieve using url placeholder and mulesoft attributes. We will see mulesoft debugger
Hello MuleSoft using HTTP Listener, Logger and Set Payload
This is simple MuleSoft app to expect http call, then return plain ‘hello world’ kind of response. Test run in postman tool. Main flow: HTTP Listener set with path ‘/hello’. HTTP Listener config using localhost and port 8081. Logger simply