You're correct.
For the heck of it, I attempted to remove the Web service and readd it, just to make sure that it adds correct. After leaving the Service name: as "Web" and choosing IIS 6.0 I get the following:
System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> System.NullReferenceException: Object
reference not set to an instance of an object.
at DotNetPanel.EnterpriseServer.TaskManager.WriteLogRecord(Int32
severity, String text, String stackTrace, String[ textParameters)
at DotNetPanel.EnterpriseServer.TaskManager.WriteError(Exception ex)
at DotNetPanel.EnterpriseServer.ServerController.IsInstalled(Int32 serverId, Int32 providerId)
--- End of inner exception stack trace ---
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters)
at DotNetPanel.EnterpriseServer.esServers.IsInstalled(Int32 serverId, Int32 providerId)
at DotNetPanel.Portal.ServersAddService.btnAdd_Click(Object sender, EventArgs e)