Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Credentials object
Message
From
16/04/2008 13:14:52
 
 
To
15/04/2008 12:04:21
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01310744
Message ID:
01311211
Views:
20
The eTecnologia VFP Extender for .Net will create a Web Service able to be called from VFP using the Extender, with very little work. www.etecnologia.net

Hank

>I am trying to connect to a Web Service, I have the VB code but can't find out how to do the equivelant of a .Net "Credentials" object. Can anyone help?
>
>VB Codes is:
>
>Dim strWebURI As String = "http://www.autotask.net/atservices/1.1/atws.asmx"
>Dim myService As New WebReference.ATWS
>myService.Url = strWebURI
>Dim cred As New System.Net.NetworkCredential("myUserName@domain.com", "myPassword")
>Dim credCache As New System.Net.CredentialCache
>credCache.Add(New Uri(myService.Url), "Basic", cred)
>myService.Credentials = credCache
>
>I've tried using the MSSoap object and also wwSoap (This has properties for Username & password) but whatever I do I get a 401 error returned.
>
>
>Gary.
Previous
Reply
Map
View

Click here to load this message in the networking platform