Hello All,
Here, i described the Simple Mule Project Creation with Mule Studio and i also thankful to Azaz who help me in this task.
Here, i described the Simple Mule Project Creation with Mule Studio and i also thankful to Azaz who help me in this task.
Step1: Start Mule Studio and create a workspace directory
Click on the "New Mule Project" from the Welcome pageOr click on File -> New -> Mule Project from the Mule Studio menus.
Step 2:Enter the project name "Hello Mule" and click Next ,Create flow "hello" then click Next and Finished.
Step3: After that you will get Mule flow GUI screen as follow.
Now we are ready to start using Mule Studio.
No Description 1. Package Explorer Tree. 2. src/main/resources where the flow/s is/are stored. 3. scr/Main/app contains the flow xml files. 4. Palette where Endpoints, components, transformers, filters, routers, scopes and cloud connectors are displayed in order to create the flow in the canvas. 5. Canvas. Depending on 7, 8 and 9, different editor sections will be shown. 6. Outline view. 7. Message flow graphic editor. 8. Global Elements view. 9. Configuration XML editor. 10. Problems section where errors are displayed.
Step4: Create package under src/main/java and then create a class "HelloWorld", we can create a method "sayHi()" in HelloWorld
Step5: Drag the HTTP endpoint and double click the HTTP endpoint,and change the host, port and path value.
Step 6: Now drag the SOAP Web Service the component ,double click the SOAP component,click the browse button and select a class which u created before and click OK.
Step 7: after that u can drag the component from components drop down,double click the component and select the class using browse and click OK.
Step 8: Now run hellow .mflowfile , right click the hello .mflow file Go to Run-> click the Mule application.
Step 9: Go to http:localhost:8081 and enter and you should see the following results in your browser.
2 comments:
what to next....
it is throwing an exception
WARN 2014-04-25 15:47:10,844 [[hellomule].connector.http.mule.default.receiver.02] org.apache.cxf.phase.PhaseInterceptorChain: Interceptor for {http://org.com/}HelloMuleWorldService has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: No such operation: (HTTP GET PATH_INFO: /)
Really cool post, highly informative and professionally written and I am glad to be a visitor of this perfect blog, thank you for this rare info!
Regards mulesoft training in hyderabad
Post a Comment