Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Secure update using web services?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2003
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00989935
Message ID:
00989983
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform