PDA

Click to See Complete Forum and Search --> : web service


Linkesh
Jul 12th, 2002, 05:18 AM
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....

Frans C
Jul 12th, 2002, 05:38 AM
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.