M
Mr Bouffant
Hi:
I have two "identical" servers (W2K Server SP3, XML parser, SOAPSDK
etc.) on which I have installed a web service I wrote using C++/ATL.
On box two it works fine. I can invoke it from javascript and from a
bit of VB I wrote using the SOAP SDK. Lovely.
On box one it does not work. I get the HRESULT=0x800A1527
SOAP.FaultString=Connector:Connection time out error.
Having put a large amount of tracing in my web service, I see the call
going in to the ISAPI module which gets created as part of the C++/ATL
project -- it just fails to call the DLL with the actual method in it.
Any ideas folks? I have checked the system DLLs and they all look
identical across the two boxes. Could it be a security issue? Where
should I look to see if IIS on both boxes is operating with identical
security contexts?
Many thanks
--simon
I have two "identical" servers (W2K Server SP3, XML parser, SOAPSDK
etc.) on which I have installed a web service I wrote using C++/ATL.
On box two it works fine. I can invoke it from javascript and from a
bit of VB I wrote using the SOAP SDK. Lovely.
On box one it does not work. I get the HRESULT=0x800A1527
SOAP.FaultString=Connector:Connection time out error.
Having put a large amount of tracing in my web service, I see the call
going in to the ISAPI module which gets created as part of the C++/ATL
project -- it just fails to call the DLL with the actual method in it.
Any ideas folks? I have checked the system DLLs and they all look
identical across the two boxes. Could it be a security issue? Where
should I look to see if IIS on both boxes is operating with identical
security contexts?
Many thanks
--simon