Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Secure update using web services?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2003
Database:
Visual FoxPro
Divers
Thread ID:
00989935
Message ID:
00989983
Vues:
16
To answer my own question, the following code seems to work:
oNet = CREATEOBJECT("MSSOAP.SoapClient30")
oNet.MSSOAPInit("http://PLOOTER/wsrest/ShowMenu.wsdl")
oNet.ConnectorProperty("AuthUser")="paul"
oNet.ConnectorProperty("AuthPassword")="angel"
oNet.ConnectorProperty("WinHTTPAuthScheme") = 1
? oNet.MenuItems
Paul R. Moon
Business Software Solutions
paul@businessoftware.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform