Once deployed, the SOAtest and Virtualize Server can be used for core virtual asset management tasks as outlined in REST API documentation. You can access the documentation at the following URLs:
- Swagger:
http://<HOST>:<PORT>/soavirt/api
- WSDL definition of the SOAP services:
http://<HOST>:<PORT>/axis2/services/StubService?wsdl
You can add the server as a remote server in the Virtualize Server view or SOAtest Server view. If you are using Parasoft CTP, Parasoft Virtualize Server can also be used for virtual asset deployment. If the required env.manager.*
properties are set in the properties file (as described in Configuring Virtualize Server), the server will automatically register itself with Parasoft CTP.
A Java-based client is available to help you get started using the API. See Creating and Modifying Assets through the REST API.