-
How to create a webservice
Hi Guys
I need to create a webservice which works in the back ground.
I have an XML file which has nearly 10000 records.
I need to dump the elements in this xml file to database every one hour.
For this I want to create a webservice which works in the back ground executes itself
every one hour on its own to transfer the data in the xml file to database.
I am a newbee. Any suggestions will be appreciated.
If you can provide some code that will be great.
My project is running on Asp.net1.1 anc C# , and Database is Sqlserver2005.
Thanks in advance
-
Web services aren't really designed to "execute themselves." They work like Web sites: they receive a request for some data and return it via http. Why not simply create a console application and schedule it to run as a Windows scheduled task?
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Hi Phil
Thanks for your suggestion.
Is it possible to get some code example for console application.
I never created console applications before.
-
 Originally Posted by ken_rgr
Is it possible to get some code example for console application.
From MSDN
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
Good resource for ASp.Net web services
Hi,
how to create web services in asp.net
Similar Threads
-
Replies: 0
Last Post: 04-04-2003, 05:25 PM
-
Replies: 0
Last Post: 04-04-2003, 05:13 PM
-
By Steve Oliver in forum VB Classic
Replies: 0
Last Post: 07-26-2002, 12:30 PM
-
By Steve Oliver in forum VB Classic
Replies: 0
Last Post: 07-25-2002, 04:29 PM
-
By M Gunawan in forum VB Classic
Replies: 1
Last Post: 06-13-2001, 09:48 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks