Simple C# Client

This section explains how to create a C# client for Parallels Pro Control Panel Web Services using Visual Studio .NET. The steps in this tutorial assume that the Web Services application is installed on a server called myserver.myisp.com. When using this example, replace this server name with the name of your own Parallels Pro Control Panel server.

Verify that the Web Service is running

To verify that the Web service is running, open a Web browser and go to the following URL to get a list of supported operations:

http://myserver.myisp.com/epwhostingws/hostingws.asmx

Access the WSDL for the Web Services

To access the WSDL for the service, open a Web browser and type the following URL:

http://myserver.myisp.com/epwhostingws/hostingws.asmx?WSDL

In this section:

Step 1. Create a New Client Application in Visual Studio .NET

Step 2. Add the Web Reference to Your Project

Step 3. Add the Code to Provision a Site