How to create webservice SOAP project in mule stand alone

Requirements
  1. commons-beanutils , you can download from here http://commons.apache.org/beanutils/
  2. commons-loging , you can download from here http://commons.apache.org/logging/
  3. mule studio,  you can download from here http://www.mulesoft.org/all-mule-studio-downloads
  4. JDK 1.6
  5. SoapUI-5.0.0.exe

2. Hands on

  1. Create a “Mule Project” in mule .
  2. Project name: Demo, and click on “Finish” button.
  3. Unzip both common-beanutils-xxx.zip and commons-logging-xxx.zip.
  4. Add commons-beanutils-xxx.jar and commons-logging-xxx.jar to the classpath of your project.(Like commons.logging-1.1.1.jar and commons-beanutils-1.8.3.jar) download

Structure of This project:



Create Service Class:



Create Service Implementation class:

Create two request and response class of  SOAP:

Request Class: Person
       
          
SOAP response class :
     
                                    
Service Configuration 
open demo.xml file flow:

and 

Click configure.xml of this flow then show the code
 
      
Now run this project in mule flow so that it will success full deployed


Test this Project:
1>OPEN Soap GUI  click on soap icon in your desk top after install of SOAP 

Click Projects ---->create new soap project after that 




Now have any concern please give me feedback and i will give the response



Previous
Next Post »

3 comments

Click here for comments
ccc
admin
24 February 2015 at 06:38 ×

good topic discussed..given good knowledge.!

Reply
avatar
Unknown
admin
27 February 2015 at 03:31 ×

Excellent Kartik. You have covered it very nicely

Reply
avatar
Unknown
admin
28 September 2015 at 07:10 ×

Good topics really.. :)

Reply
avatar