MSSoap 3.0 Error while creating Virtual Directory with SOAPVDIR.CMD
        Posted  
        
            by 
                BenjaminPaul
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by BenjaminPaul
        
        
        
        Published on 2012-03-23T11:30:54Z
        Indexed on 
            2012/11/20
            17:03 UTC
        
        
        Read the original article
        Hit count: 494
        
soap
I am trying to install a web service (written in FoxPro) onto a newly configured server. Part of the installation process was to install MSSoap 3.0 which seems to be successful.
The server OS is Microsoft Server 2008 R2 (x64).
I am now trying to create a virtual directoty at the command prompt using the SOAPVDIR.CMD script and I am getting the following error:
CMD> SOAPVDIR.CMD CREATE CSLRosterService "C:\ROSTERWS"
CMD> ERROR (0x80070002):
     Soap Toolkit 3 Isapi is not correctly registered.
Does anyone know how I can correct this or what I am doing wrong?
© Server Fault or respective owner