Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generating a Web Service Object that Accepts Parameters
Message
De
28/02/2002 10:32:49
 
 
À
28/02/2002 10:23:36
Mark Mcneil
Solutions Technology Group
Martinsville, Virginie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00626423
Message ID:
00626434
Vues:
12
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform