|
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 (ASubbaiyan
BRASSRING.COM)Date: Tue Mar 12 2002 - 17:18:53 CST
I got it. I could able to compile the DLL after stopping the IIS Admin
Service or "World Wide Web Publishing Service". But this could not be an
ideal solution as stopping Web Services stops all the services and cannot be
taken to production.
I hope there must be some other solution to relase the DLL or it must be a
bug with SOAP Server creation using ISAPI (even the code generated for ASP
does not releases the SOAP Server reference)
Thankx and any additional inputs are appreciated.
Anand
-----Original Message-----
From: Jim Stanton [mailto:jstanton
ESCHERGROUP.COM]
Sent: Tuesday, March 12, 2002 5:28 PM
To: DCOM
DISCUSS.MICROSOFT.COM
Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
From the commandline:
iisreset /restart
From VBScript (search MSDN for IIsWebServer for more information):
' You may need to change the string below
Set objWebServer1 = GetObject("IIS://LocalHost/W3SVC/1")
objWebServer1.Stop
objWebServer1.Start
-----Original Message-----
From: Distributed COM-Based Code [mailto:DCOM
DISCUSS.MICROSOFT.COM]On
Behalf Of Anandan Subbaiyan
Sent: Tuesday, March 12, 2002 5:17 PM
To: DCOM
DISCUSS.MICROSOFT.COM
Subject: Re: Web Server/SOAP Server NOT Releasing DLL Reference
How can I stop/kill those ISAPI DLL's?
-----Original Message-----
From: Lewis Jones [mailto:Lewis.Jones
ONBASE.COM]
Sent: Tuesday, March 12, 2002 5:06 PM
To: DCOM
DISCUSS.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:ASubbaiyan
BRASSRING.COM]
Sent: Tuesday, March 12, 2002 5:10 PM
To: DCOM
DISCUSS.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:ashevchuk
CORILLIAN.COM]
Sent: Tuesday, March 12, 2002 4:55 PM
To: DCOM
DISCUSS.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:ASubbaiyan
BRASSRING.COM]
> Sent: Tuesday, March 12, 2002 1:39 PM
> To: DCOM
DISCUSS.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-request
DISCUSS.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-request
DISCUSS.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-request
DISCUSS.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-request
DISCUSS.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-request
DISCUSS.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-request
DISCUSS.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-request
DISCUSS.MICROSOFT.COM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]