Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to Que FTP uploads
Message
De
27/06/2008 14:39:58
 
 
À
27/06/2008 12:46:23
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Programmation orienté objet
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01327263
Message ID:
01327339
Vues:
14
>To expand then: I could use a serializable entity object to create the record and serialize it into a local folder. Then I could have a DataManager class to monitor the folder and upload the xml file to the web service. This should be pretty light weight I think. Do you use security on your web service? I was thinking of a method that had two extra parameters for a userid and a password. If they weren't both passed in correct I would just ignore the request. I am not too familar with web service security.

Yes, I have security on the Web Service. However, its methods varies based on its implementation. Some prefer to pass the username and the password at every hit. I prefer to create a cookie, so a Login() method is called at first, and then the user is recognized for all incoming hits. There are also various other mechanisms. When you use a cookie approach, your client need to enable the credentials in order to keep it in memory.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform