Steps for installing and using SoapUI are as follows
- Install the Soap UI plug-in in eclipse or WebLogic Workshop
- Go to the Help > Software Updates > Find & Install
- Select for "Search for new features to install".
- Click Next button
- Click on "New Remote Site".
- Enter the name : SoapUI
- Enter url: http://www.soapui.org/eclipse/update/site.xml
- Click Finish
- SoapUI plug-in will be installed on system.
- After installation is complete, restart the workshop
- Go to Window > Open Perspective > Other
- Select SoapUI
- Right click on Project Icon on the left and create "New WSDL Project"
- Enter the project name
- Enter the WSDL location
- Click OK button
- Project will be created with entered name and all the projects exposed by WSDL will be visible under the + sign
- Click on + sign to view all the methods
- Double click on the method you want to test and click on Request 1 icon
- Enter the inputs required by the method and click on green play button on the top left.
- Based on entered input Response is generated on right pane.
No comments:
Post a Comment