1
votes

I have created an SOAP WebService as an ISAPI DLL ( with Delphi XE6 ) , but when i upload it on my host and when i try to execute it , noyhing happens !

I have tested my webservice as an stand alone application but know i converted it to an ISAPI DLL and I want to use it in my host

for example when i upload it in "vault-script/WebService" folder and when I type this address :

"http://example.com/vault_scripts/Web_Service/ISAPI.dll"

OR

"http://example.com/vault_scripts/Web_Service/ISAPI.dll?wsdl/INPG_WService"

Browser says "Not Found !"

How I should use this webService ?!

In other words I want to get WSDL XML address to import it in my client application !

I`m Using Delphi XE6 and my host is Windows with IIS 7.5

thanks

1
Delphi XE6 is compiled in win32. The IIS7.5 is this win32 or win64?Ravaut123
I have created both Win32 and Win64 DLL and Browser shows "Not Found" for bothG3ntle_Man
Did you follow these steps chee-yang.blogspot.be/2009/10/…Ravaut123
But I want to upload it on my host , not in my windows IIS directory !!G3ntle_Man
There is IIS on your host?Ravaut123

1 Answers

0
votes

Make sure that you have added the ISAPI filters rule in IIS under "ISAPI Filters" option. You will need to allow the particular extension in IIS. You can enable the extension under "Request Filtering".