English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have to export a record from sql database, then create xml document of that data and push it to another server. Here is what one company is telling me, "...it would be pushed to our server via XML with all fields...". I can turn the data into xml, i can also do a rss feed link, but they want me to push the xml to the IP address they will give me, so their listener can parse the data. Any help would be great.

Database: sql server
Programming: ASP

Thank you

2006-11-06 06:29:31 · 2 answers · asked by mwaheed 2 in Computers & Internet Programming & Design

2 answers

You can push the XML using the regular HTTP post function. Just create a simple app that will read the XML file and transfer it through the HTTP classes very easy to do in C#.

2006-11-06 07:40:01 · answer #1 · answered by yairs2000 3 · 0 0

lots of different protocols can do the push...

a simple telnet could upload to a goofy shell script
simple ftp could send it
http can send it and get back a custom response
soap can do it to a non-xml application (sending via xml)

there are libraries and stand-alone program that can make this as simple as one line of code.

2006-11-06 08:27:19 · answer #2 · answered by jake cigar™ is retired 7 · 0 0

fedest.com, questions and answers