Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AuthName error
Message
From
28/07/2005 06:51:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
AuthName error
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01036507
Message ID:
01036507
Views:
69
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
Next
Reply
Map
View

Click here to load this message in the networking platform