Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML Services, tell me how to do it and I pay you
Message
 
À
07/04/2006 11:09:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01108400
Message ID:
01111423
Vues:
31
>1.) What data type can be pass as parameter to a web-service method. Is it the same like a normal UDF (Any type Character, numeric, date integer etc..) or does it have to be an XML file only?

- it understand any data type as parameters to WS

>
>2.) What data type can the WS method returns? Any or XML file only?

- one parameter as any type. (but usualy I return table which transfer on a server side to XML file and back to cursor at the client side)

>
>3.) How do I implement distribution? Does the computer that provides the service need to have VFP installed in order to register the service?
>

- you need to distribute as usual - your application + VFP runtime library + SOAP 3.0 package (usually I give it to client separatelly and istall once)... If you need to install WS on a client server - I usually do it by myself remotely and continue support updates (in this case I use full VFP version)...

P.S. I hope my message helps you a little bit...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform