Friday, March 18, 2016

WSDL checking through SOAP UI Tool

With the help of SOAP UI Tool, we could check our WSDL file. While providing request data , it will display response data, if your wsdl is fine. Else it may through any exception while submitting request to end point.

The below screenshot will explain , how to check wsdl.

Step 1: Create a New SOAP Project
            File -->New SOAP Project --> It will display pop up like below screenshot. Here, you have to provide project name and you must import your project wsdl file.




Step 2: Once you created project, just expand + symbol based on your project method. (In my sample project it is addValue). After expand that, you able to see request1. Click on that. Below pop up will open.


Step 3: The request asking , you should provide input parameter to request xml. After entering input details, click on left corner Green Arrow Icon(Submit End point). It will show the response XML in next screen like below.


Now your WSDL is working fine, if it is not throwing any exception. 

No comments:

Post a Comment