The task is used to list the services that are deployed to Service Virtualization server.
Attribute | Description | Required |
projectFile | Project File (.vproj or .vproja) from which we want to list the services on the server. The project file also contains the server management URL so if you specify the project file you don't have to set the management url separately (but you can of course). | No (if you use the url parameter). |
url | The server's management endpoint (e.g. https://localhost:6085/management or http://localhost:6080/management) | No (if you use the projectFile parameter). |
username | Username for conencting to the server management endpoint. | No |
password | Password for conencting to the server management endpoint. | No |
<svlist url="https://localhost:6085" username="HPSV" password="secret" />Lists the deployed services on the server.
<svlist username="HPSV" password="secret" projectFile="myProject.vproja" />Lists the deployed services from specified project file on the server. Note that the server management endpoint url is gathered from the project file.
<svlist url="https://localhost:6085" username="HPSV" password="secret" projectFile="myProject.vproja" />Lists the deployed services from specified project file on the server. Note that the server management endpoint url is not used from project file because it is specified separately.