You can create a SOAP project based on the WSDL definition:
-
Select File > New Project.
– or –
Use the New Test tile on the Dashboard.
-
In the Create Project dialog, switch to the Definition tab and select WSDL definition (SOAP).
-
Specify the project name or full path or URL of the WSDL file.
-
Select necessary options:
Option Description Create sample requests for all operations
ReadyAPI will create default requests for each operation on the Projects page. You can modify these and use them in your tests later.
Create a test case for the imported WSDL
ReadyAPI will create a test case based on the WSDL specified. You can use this test case as a baseline for your functional tests.
Create a virtual service for the imported WSDL
ReadyAPI will create a virtual service based on the WSDL specified.
Use relative file paths in the project
ReadyAPI will use relative paths to get attached files instead of absolute paths. If you select this option, you will need to save the project before continuing.
-
Click OK.
ReadyAPI will create the project based on your service description.