Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is needed to run VFP WS?
Message
De
09/06/2006 15:31:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
01127704
Message ID:
01128211
Vues:
30
Hi Rick,

This is the code in my test VFP exe that works:
oX = createobject('MyServices.Service1')
wait window oX.MyMethod() && outputs a string properly.
And this is my sample ASP file, which I copied from your book :)
<html>
   <head>
      <title>Test</title>
   </head>
   <body>
      <p>COM Feedback
         < %
	         SET oServer = Server.CreateObject("MyServices.Service1")
	         Response.Write(oServer.MyMethod())
         % >
      </p>
   </body>
</html>
The ASP resides on the server hosting the DLL and IIS. I was able to open ASP file in IE but does not include the string that should have been returned by Service1.MyMethod() and no error is reported back as well.

Also, IIS is setup as a secured web server and we use HTTPS to access it. We have the Certificate requirement turned-off for testing.
ramil
~~ learning to stand still
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform