ATL/C++ Web Service Woes from VB SOAP client

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
 
M

Mr Bouffant

Umpa Lumpa said:
If they where "identical" they would be the SAME machine :D

So , therefore you have "similar" machines, not "identical"

hmm that was helpful wasn't it. perhaps a cross-post to alt.pedant
would have been appropriate?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top