When SOAP COM+ application is created, it is hosted in IIS as a SOAP VRoot. All this is created automatically by Component Services with .NET.

First, we see it under IIS as Web Application

If we go to C:\WINDOWS\system32\Com\SOAPVRoots\JApp folder, and look throught the files, we see that

Further access to the web service is performed via the objectUri="JDLLServer.3.soap": both the automatic generation of the WSDL and performing of actual calls. The .soap extension is handled by ASP.NET automatically by serving the calls to the associated JDLLServerLib.JDLLServerClass component, which is a thin interop wrapper (placed in the bin folder) to the original J COM component, with prog ID JDLLServer, as it was added in COM+ configuration.

Interfaces/SOAP Web Service/Details (last edited 2008-12-08 10:45:33 by )