Hi:
I'm trying to access a web service thas is in a remote server.
The remote server has user and password on http protocol and I get an error when I access the web service by code.
when the remote server does not have http user and password the web service works well.
My code is something like this
-------------------------------------------------
Dim theClientList As new ClientList()
theClientList.Url = "-----------------------------------------------------
How can I set the http user and password to the webservice?
Thanks!!
I'm trying to access a web service thas is in a remote server.
The remote server has user and password on http protocol and I get an error when I access the web service by code.
when the remote server does not have http user and password the web service works well.
My code is something like this
-------------------------------------------------
Dim theClientList As new ClientList()
theClientList.Url = "-----------------------------------------------------
How can I set the http user and password to the webservice?
Thanks!!