Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating a Web Service Object that Accepts Parameters
Message
From
28/02/2002 10:32:49
 
 
To
28/02/2002 10:23:36
Mark Mcneil
Solutions Technology Group
Martinsville, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00626423
Message ID:
00626434
Views:
16
>I am developing a web service to which I need to pass several parameters.

How do you accpet the parameters? If you use "LPARAM para1, para2" VFP won't know what types of parameters they are and not be able to build the WSDL correctly, but if you use VFP7's syntax:
FUNCTION MyWebMethod(para1 AS String, para2 AS String) AS String
it shoudl work.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform