Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AuthName error
Message
De
28/07/2005 06:51:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
AuthName error
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01036507
Message ID:
01036507
Vues:
68
I am trying to access a web service that requires authentication. The code is as follows (I have removed the password, and can supply the contents of m.xmlData if required):
oSoap = CREATEOBJECT("MSSOAP.SoapClient30")
oSoap.MSSoapInit( "https://www.conveyancingportal.co.uk/conveyancingengine/services/instructionservice.asmx?WSDL", "InstructionService", "InstructionServiceSoap")
oSoap.ConnectorProperty("AuthName") = "REAPIT"
oSoap.ConnectorProperty("AuthPassword") = "xxxxx"
oSoap.Instruct(m.xmlData)
The line:
oSoap.ConnectorProperty("AuthName") = "REAPIT"
reports that the property is not recognized (despite documentation to the contrary). Any ideas?

Many thanks,

Dominic
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform