Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not Creating Object Correctly
Message
De
22/02/2005 09:39:20
 
 
À
22/02/2005 07:44:19
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00985142
Message ID:
00989213
Vues:
83
Hi,
loRegisterCustomer = loWSHandler.SetupClient("http://domain&5MyUserName:MyPassword@ip address:8081/3connect/services/RegisterCustomerV1?wsdl", "RegistrationCustomerService", "RegisterCustomer")
This should be "http://domain%5cMyUserName:MyPassword@....
(ie %5c as escape character = 5CH = CHR(92) = "\")
It doesn't work as a URL in IE (you'll get a 'Page cannot be displayed') but it should work as a parameter for .SetUpClient()

>>
THIS.wsObject.ConnectorProperty("AuthUser") = "MyUserName"
>>
I believe you said it was not needed but, for reference, if a domain name is required this line should be:
THIS.wsObject.ConnectorProperty("AuthUser") = "DomainName\MyUserName"

Regards,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform