Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is needed to run VFP WS?
Message
From
09/06/2006 15:31:07
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01127704
Message ID:
01128211
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform