HighTechTalks DotNet Forums  

how to receive xml data

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss how to receive xml data in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
srid
 
Posts: n/a

Default how to receive xml data - 09-20-2006 , 09:15 PM






I am developing a vb.net windows application.The backend is sql server2000.
presently company is receiving data in email format. the data entry person
checks the email every hour and enter the new info to the application/db. in
the future the website company will send the data in xml format.
my question:
1)how to write a windows application that listen continuously and receive
incoming xml data from this website and put the data to sql server 2000?
2)is there any built feature in sql server to do this?
3)any advice?
thanks


Reply With Quote
  #2  
Old   
Joseph Bittman MVP MCSD
 
Posts: n/a

Default Re: how to receive xml data - 10-08-2006 , 01:57 AM






October 7, 2006

An easy way is for the other company to send you the information through a
web service. The web service can handle multiple calls at the same time, and
your custom logic can insert the data into the SQL DBs. Also, the web
service can run under IIS which makes administration easier.

I'm not sure whether there is a for-sure feature of SQL which can do this...
but Biztalk may be able to help in this case. - You'd have to research more
about this idea because I'm not sure.

--

Joseph Bittman
Microsoft Certified Solution Developer
Microsoft Most Valuable Professional -- DPM

Blog/Web Site: http://CactiDevelopers.ResDev.Net/
"srid" <srid (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am developing a vb.net windows application.The backend is sql server2000.
presently company is receiving data in email format. the data entry person
checks the email every hour and enter the new info to the application/db.
in
the future the website company will send the data in xml format.
my question:
1)how to write a windows application that listen continuously and receive
incoming xml data from this website and put the data to sql server 2000?
2)is there any built feature in sql server to do this?
3)any advice?
thanks



Reply With Quote
  #3  
Old   
srid
 
Posts: n/a

Default Re: how to receive xml data - 10-08-2006 , 07:55 AM



thx for the info. i am doing some research on .net namespace

"Joseph Bittman MVP MCSD" wrote:

Quote:
October 7, 2006

An easy way is for the other company to send you the information through a
web service. The web service can handle multiple calls at the same time, and
your custom logic can insert the data into the SQL DBs. Also, the web
service can run under IIS which makes administration easier.

I'm not sure whether there is a for-sure feature of SQL which can do this...
but Biztalk may be able to help in this case. - You'd have to research more
about this idea because I'm not sure.

--

Joseph Bittman
Microsoft Certified Solution Developer
Microsoft Most Valuable Professional -- DPM

Blog/Web Site: http://CactiDevelopers.ResDev.Net/
"srid" <srid (AT) discussions (DOT) microsoft.com> wrote in message
news:52DD0BD3-979F-4185-9E97-29C29D8F753D (AT) microsoft (DOT) com...
I am developing a vb.net windows application.The backend is sql server2000.
presently company is receiving data in email format. the data entry person
checks the email every hour and enter the new info to the application/db.
in
the future the website company will send the data in xml format.
my question:
1)how to write a windows application that listen continuously and receive
incoming xml data from this website and put the data to sql server 2000?
2)is there any built feature in sql server to do this?
3)any advice?
thanks



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.