J
john sparrow
Hi There!
I have an ATL Server Webservice created with the VS
Wizard. In that service I wish to Initialize
an ISAPI service (through a call to the
m_spServiceProvider member) for that handler. I figure the
place to do it is in an override of the InitializeHandler
() member function but according to the documentation a
lot of initalization goes on in the
CSoapHandler::InitializeHAndler() so I thought I would do
my initialization and then call:
__super::InitializeHandler( pRequestInfo, pProvider );
to make sure I get all the initialization of the
CSoapHandler version. This however doesn't seem to work.
My webservice client times out waiting for the webservice
to initialize....
Why is that?
I have tried leaving out the call to "__super..." abd just
return HHTP_SUCCESS from my InitializeHAndler but the
result is the same.
Q2: Why is there no separate ATL Server newsgroup?
Any help much appreciated.
I have an ATL Server Webservice created with the VS
Wizard. In that service I wish to Initialize
an ISAPI service (through a call to the
m_spServiceProvider member) for that handler. I figure the
place to do it is in an override of the InitializeHandler
() member function but according to the documentation a
lot of initalization goes on in the
CSoapHandler::InitializeHAndler() so I thought I would do
my initialization and then call:
__super::InitializeHandler( pRequestInfo, pProvider );
to make sure I get all the initialization of the
CSoapHandler version. This however doesn't seem to work.
My webservice client times out waiting for the webservice
to initialize....
Why is that?
I have tried leaving out the call to "__super..." abd just
return HHTP_SUCCESS from my InitializeHAndler but the
result is the same.
Q2: Why is there no separate ATL Server newsgroup?
Any help much appreciated.