Hi there,
I’m developing a webservice for upload and download files, but due to security reasons I’ll have to authenticate the user to access directories/folders based on IIS FTP accounts. How can I perfome that
For now, I’m thinking about using SOAP Headers to transmit the user/password and create/set the user credential in the WebService. Is there another way to do that Where could I get some examples
Thanks in advanced,
Otavio

WebServices and Authentication
bchan