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
Titre:
Secure update using web services?
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2003
Database:
Visual FoxPro
Divers
Thread ID:
00989935
Message ID:
00989935
Vues:
43
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform