I am trying to set up a web store using magento on a SOA Architecture. So I int开发者_Go百科end to use all of the functionalities through the API connecting it with mule ESB.
What is the recommended way to create a completely custom aggregator in mule 3.x?By completely custom, I mean according to my own logic, not using correlation IDs, message counts, etc.
I have been trying for a while to get working the Mule\'s Magento Cloud Connector. However I have had no success.
How do I obtain the modified records of employees for a certain period of time? How to get list of role?
I want to integrate my spring (3.0) application with Mule ESB (Mule3) and make available those service for different clients (.Net, GWT etc). For accomplish this, whether I should deploy my Spring app
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have configured one MULE application. I want this application to be a portlet in a LIFERAY. How can I achieve this.
For example in mule-config.xml file, if we have ---Start spring:bean id=\"objPool\" class=\"org.apache.commons.pool.impl.GenericObjectPool\"
How do you make a HTTP GET request in Mule, and then stream the response to a file?My application stores the entire response in memory, but the response can be large, so this needs to be fixed.I want
I need to transform inbound payload into map (java.util.Map). There are any way to create map in mule xml configs?