OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Anandan Subbaiyan (ASubbaiyanBRASSRING.COM)
Date: Tue Mar 12 2002 - 16:17:24 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    How can I stop/kill those ISAPI DLL's?

    -----Original Message-----
    From: Lewis Jones [mailto:Lewis.JonesONBASE.COM]
    Sent: Tuesday, March 12, 2002 5:06 PM
    To: DCOMDISCUSS.MICROSOFT.COM
    Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference

    When they say stop your Web Service... They mean stopping the "IIS Admin
    Services"...

    Stopping the WWW service isn't enough as all the ISAPI dll's and stuff will
    stay loaded...

    -----Original Message-----
    From: Anandan Subbaiyan [mailto:ASubbaiyanBRASSRING.COM]
    Sent: Tuesday, March 12, 2002 5:10 PM
    To: DCOMDISCUSS.MICROSOFT.COM
    Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference

    Here is the code I am using to call the Web Service. I have tried stopping
    the Web Server not the Web Service. How Could I stop the Web Service,as
    everything is happening behind the scene.
    ---------
    Set objSoapClient = New MSSOAPLib.SoapClient

    Call
    objSoapClient.mssoapinit("http://172.29.151.207/XMLReceiver/DSTSimulator.WSD
    L", "DSTSimulator", "clsDSTXMLReceiverSoapPort")

    strReturnXML = objSoapClient.PostXML(strPostXML)
    ----------

    Anand

    -----Original Message-----
    From: Alex Shevchuk [mailto:ashevchukCORILLIAN.COM]
    Sent: Tuesday, March 12, 2002 4:55 PM
    To: DCOMDISCUSS.MICROSOFT.COM
    Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference

    Try this:

    in Internet Information Services:

    - stop your Web Service;
    - right-click on your virtual directory:
      - If "Unload" button "Directory" tab is enabled - click it.
      - Otherwise, I don't know. :(

    Alex

    > -----Original Message-----
    > From: Anandan Subbaiyan [mailto:ASubbaiyanBRASSRING.COM]
    > Sent: Tuesday, March 12, 2002 1:39 PM
    > To: DCOMDISCUSS.MICROSOFT.COM
    > Subject: Web Server/SOAP Server NOT Releasing DLL Reference
    >
    >
    > I have created the WSDL File from the ActiveX DLL (VB) using MS WSDL
    > Generator in the Virtual Directory of IIS Web Server. The
    > Call to the SOAP
    > Server from the SOAP Client from Visual Basic (using MS SOAP
    > Toolkit 2.0)
    > works fine.
    >
    > I cound not able to compile the ActiveX DLL after the call . It says
    > "Permission denied".
    > I could able to compile after restarting the machine. So I am
    > thinking the
    > WebServer or the SOAP Server is holding the reference to the DLL.
    >
    > This may not be the right place to post this But any inputs
    > are appreciated.
    >
    > Thankx,
    > Anand
    >
    > ----------------------------------------------------------------
    > Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    > contains important info. Save time, search the archives at
    > http://discuss.microsoft.com/archives/index.html .
    > To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM
    >

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM

    ----------------------------------------------------------------
    Users Guide http://discuss.microsoft.com/archives/mailfaq.asp
    contains important info. Save time, search the archives at
    http://discuss.microsoft.com/archives/index.html .
    To unsubscribe, mailto:DCOM-signoff-requestDISCUSS.MICROSOFT.COM