Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make my web service accept a parameter?
Message
 
À
11/08/2005 20:45:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01040463
Message ID:
01040483
Vues:
13
This message has been marked as a message which has helped to the initial question of the thread.
>
>i would like him to call it like this
>
>testws.getcustomer(11011)
>
Something like this:
PROCEDURE login(m.lclog,m.lcpsw) AS STRING
  IF !DBUSED('DBWS')
    OPEN DATABASE (gcWebSDat+'DBWS')
  ENDIF
  lcXMLa11=-1
  lcXMLa11=sp_user_login_xml(m.lclog,m.lcpsw)
  CLOSE DATABASES ALL
  RETURN (lcXMLa11)
  ENDPROC
In this example m.lclog,m.lcpsw - two parameters...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform