Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling WebServices from DOS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00569045
Message ID:
00569078
Vues:
25
>Hi!
>
>I have created some WebServices in VFP7 and would like to call them from a DOS Batch File.
>
>Is it possible to call a WebService from the DOS command line / prompt or from a DOS App.?
>
>Thanks
>
>Sarosh

I could be wrong, but as I see it, here are your choices:

1) If win95 or better, forget the Batch file and use VB/Win Scripts. You can take advantage of the SOAP toolkit this way.

2) Find some 3rd party libraries made for DOS to connect to a web site, and build an app. (This option is probably getting harder and harder to find)

3) Load a TCP/IP stack on your DOS PC, get out a C++ compiler, and start some sockets programming. You would have to post data to a port on the machine with the SOAP listner (Your VFP7 WebService). The syntax of these messages is not so bad, it is the opening ports for DOS that I'm a little shaky on.

Choice 1 would be the easiest if at all possible.

Good Luck,

Bill
Bill Mittenzwey
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform