Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get XML from another company

Status
Not open for further replies.

nicole08

Programmer
Apr 29, 2002
2
CA
hi all,

we would like to get an XML file from another company every day, and save it to our database. what shall i do?

the following is my solution, but i'm not sure about them:

option 1: as that company send us email including XML

option 2: MSMQ

option 3: SOAP

or something else??

Help needed cincerely. Thanks in advance.

Nicole
 
If you have SQL 2000 you can create a page where the user is uploading every day the xml document and you will parse the file using OPENXML directly to the DB.

If the company has a lot of money the use BizTalk and MSMQ. This is the future of XML data communication

Check this site, has a lot of info about XML and SQL

Regards,
Durug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top