Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual FoxPro .NET?
Message
 
 
À
14/07/2000 10:08:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00391641
Message ID:
00392391
Vues:
10
>Web Services extends the concept of the separation of data from user interface to the Internet. Now, instead of web servers providing both content and formating with Web Services the web server may provide only content, in a universal format (XML) thus allowing the recipient of this data to format it as they please.
>
>Kind of a thin client form web content?

Mmm, almost. The way I prefer to think of it is a COM server (which it could be, but doesn't have to be) with a universally agreed upon protocol (SOAP). IOW, the "typelib" is a package in a Standard Data Language (SDL, which is really just XML; BTW, I'm probably wrong on what SDL stands for, but it's close enough). So, your client goes and asks the server, "what do you offer?" The server responds with a SDL package. The SDL is just like a typelib (only it's in XML) in that it gives you a list of all methods, data types of the parameters those methods take, and what the data type of return value is.

So, the "content" is not necessarily in XML; in fact, it probably isn't in XML. Take the stock quote example. What you get back from the server is going to be a regular, everyday decimal return value. You feed it a string containing a stock symbol, and you get back a stock price; no XML is involved (except for the SDL package). You might get a string of XML back, but not necessarily. But, you're right in that the client can format it however they please.

Check out the VS SOAP Toolkit to which I referred Jim, the docs should make this Web Services thing much clearer.
Mike Stewart
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform