Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters to web service
Message
From
30/08/2004 13:24:03
 
 
To
30/08/2004 08:01:15
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00937499
Message ID:
00937712
Views:
8
>>I am a first-time Web Service creator and am trying to figure out how accept parameters. The parameter lnUniqid isn't accepted when I run my web service (it works fine without any parament). Here is my web service code:
>
>This is the proper syntax to define a function which accepts parameters:
>
>
>FUNCTION Login(tcUsername AS String,tcPassword AS String) AS Boolean
>
>
>You need to define the type of each accepted parameters as well as the type of the returned value.


thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform