Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make my web service accept a parameter?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01040463
Message ID:
01040483
Views:
14
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform