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
Title:
Secure update using web services?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2003
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00989935
Message ID:
00989935
Views:
44
I am trying to create a utility which will allow a remote user to update data listed on a server. I have created some tools using web services to do this, but now I am starting to wonder about security.

I think I would like to implement using a combination of basic authentication and ssl. Right now I am trying to get basic authentication working, but as soon as I enable basic authentication I get an error on my service call indicating that there is "No Matching Authorization Scheme Available on connector". Following is the code I am working with. I am sure I am just missing something stupid.
oNet = CREATEOBJECT("MSSOAP.SoapClient30")
oNet.MSSOAPInit("http://PLOOTER/wsrest/ShowMenu.wsdl")
oNet.ConnectorProperty("AuthUser")="paul"
oNet.ConnectorProperty("AuthPassword")="angel"
? oNet.MenuItems
I get the error on the last line. Any suggestions?
Paul R. Moon
Business Software Solutions
paul@businessoftware.com
Next
Reply
Map
View

Click here to load this message in the networking platform