Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating an existing DLL
Message
 
À
01/07/2003 09:23:17
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00805672
Message ID:
00805691
Vues:
20
IIS caches the mtdll, so, you'd have to unload that first by either pressing the 'Unload' button in the IIS Console for the virtual directory it's running in or by automating the Unload with some ADSI code.
>I am using VFP8 to create a Multi-Threaded DLL. I then use the Task Pane to publish the DLL as a web service on my development PC.
>
>At first, I only had 1 method in my project. After I published the DLL as a web service in the Task Pane, I then selected the Service from the 'Explore an XML Web Service' drop down and this service's method then displayed in the method drop down list. This worked as expected.
>
>The problem is that when I went back into VFP8 and added a few methods to this project and re-compiled the DLL and re-published this as a web service, the new methods never displayed in the methods drow down list in the Task Pane. For some reason I can't get the new methods to be recognized in the web service, but the old method still works.
>
>But I can access the new methods as a com object through the VFP command window.
>
>Also, if I create a new project and create a new DLL and publish that as a web service, all the methods do display as expected in the web service.
>
>How do you successfully modify a web service?
>
>Thanks,
>
>Jerry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform