Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Communicating with WS
Message
From
14/11/2001 15:18:08
 
 
To
14/11/2001 15:11:20
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00581736
Message ID:
00581744
Views:
16
>Is there a simple way to have a web service tell me what's going on? In a typical app, I would use the debugger, a messagebox, or strtofile to gather information.

Debug it as a VFP class.
oX = newo('mywsclass', 'mywsprg.prg')
oX.MyWebServiceMethod()
Then you can use the VFP debugger.
Previous
Reply
Map
View

Click here to load this message in the networking platform