Discussion:
Running VFP8 Web Service on Windows 2003 Server
(too old to reply)
enews.newsguy.com
2004-04-21 09:37:46 UTC
Permalink
I am having some problems configuring Windows 2003 Server to run a VFP Com+
dll as a web service.

I have added an application in COM+ Applications.

To the application I have added the DLL as a component.

On the Activation Tab of the application properties I have set Activation
Type to be server application. However the SOAP section under this is
disabled (grayed out) and I cannot find out how to make it active. I have
searched MSDN with little success. Has any one ever come across this problem
? I originally tried to get it to work with the Soap toolkit until I found
out it wasn't supported on 2003 server.

TIA

Keir
Eric den Doop
2004-04-21 10:30:18 UTC
Permalink
Hello, enews.newsguy.com!
You wrote on Wed, 21 Apr 2004 10:37:46 +0100:

enc> come across this problem ? I originally tried to get it to work with
enc> the Soap toolkit until I found out it wasn't supported on 2003 server.

While the SOAP toolkit isn't supported on Windows 2003, you can easily get
it to work by adding an isapi extension for WSDL in IIS6. To do so, add a
new webservice extension in
IIS. In the Extension Name box, enter "SOAP Webservices" (or whatever you
prefer). Add "C:\Program Files\Common Files\MSSoap\Binaries\SOAPIS30.dll" to
the Required Files list. I've been using this setting without any problems
for over 6 months.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
Keir Springthorpe
2004-04-21 14:03:52 UTC
Permalink
Post by Eric den Doop
While the SOAP toolkit isn't supported on Windows 2003, you can easily get
it to work by adding an isapi extension for WSDL in IIS6. To do so, add a
new webservice extension in
IIS. In the Extension Name box, enter "SOAP Webservices" (or whatever you
prefer). Add "C:\Program Files\Common Files\MSSoap\Binaries\SOAPIS30.dll" to
the Required Files list. I've been using this setting without any problems
for over 6 months.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
Thanks Eric that seems to have got SOAP working.

Keir

Loading...