if i created a webservice using VB.net and i wish to access the clients file it keeps searching for the file on the server end..i even described the full file extension directory....
Printable View
if i created a webservice using VB.net and i wish to access the clients file it keeps searching for the file on the server end..i even described the full file extension directory....
A web service runs on the server.
You can't access anything on the client.
If you need to use a file on the client, it has to be passed as an argument to the webservice's function.