Click to See Complete Forum and Search --> : SOAP on IIS4 and NT4


Lothar Haensler
August 3rd, 2000, 01:31 AM
has anyone successfully tested SOAP on an IIS 4 on NT4?
(Yes, I know the readme file says that it has been tested only on IIS5 and W2K).
I have tried to implement a very simple SOAP scenario: ActiveX DLL on the server (written in VB 6), VB client. I used the ISAPI version (not the ASP version).

I can successfully load the Service Description on the client. When calling the first method IIS 4 dies miserably: no response, no entries in the event log, no entries in the error log, WWW service can't be stopped.
Only rebooting helps.

Anyone with the same or better experience?

al_paso
May 31st, 2001, 06:43 PM
Hello:

We are trying the same stuff ..running SOAP server on IIS5/W2K Here are my findings
with VB and wscript client on NT4 SOAP works fine but with ASP as client on WINNT4 the mssoapinit call throws the following error:

Client error '80020009'

WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057 - WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: No data is available for the requested resource. HRESULT=0x1

ever heard of this??we have checked the path pf the WSDL and WSML files and they are okay