Well, installation of the Soap Toolkit should have done registration. Did you use the Toolkit coming with VFP8? It's a known bug of that CD, that it's installation fails, they put a broken version on VFP8 CDs. You'll need to download Soap Toolkit from MS Download then and I suggest doing that even though manually registering the DLLs might work.
Another reason might be 8insuffiient IIS rights on OLE classes or the MsSoap directory. Of course OLE needs access to that DLLs to be able to instaciate a class.
Bye, Olaf.
Main Topics
Browse All Topics





by: CaptainCyrilPosted on 2009-04-14 at 22:50:43ID: 24145000
You need to register the dlls before you can use them. Use regsvr32 <dllname> in DOS Command.