Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Creating Object Correctly
Message
From
22/02/2005 09:39:20
 
 
To
22/02/2005 07:44:19
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00985142
Message ID:
00989213
Views:
100
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform