Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to Que FTP uploads
Message
From
27/06/2008 14:39:58
 
 
To
27/06/2008 12:46:23
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01327263
Message ID:
01327339
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform