Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 XML Challenge (!)

Author  Topic 

REpicurus
Starting Member

2 Posts

Posted - 2007-04-02 : 15:18:29
Hey Everyone:

I have an issue (opportunity).

Our ASP (Channel Advisor) allows capability to automate retrieving checkout reports (sales) via XML. They have very good documentation as to how to create HTTPS strings to retrieve the data.

The first problem is that I do not know XML very well at all.

But I do know that SQL 2000 supports XML parsing.

The second problem is that I can get the XML string to work, and manually download the XML output.

However, how can I automate saving the output XML WITHOUT manual intervention?

Is there a method using a scheduled job (DTS), etc., that I can use to pass the variable HTTPS string, and save the resultant XML output?
(With minimal surgery or heartache.)

Thanks in advance for any help / suggestions,

R.Epicurus




R.E.

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2007-04-02 : 15:48:53
Try this for starters
http://www.yukonxml.com/articles/sql2000xml/
Go to Top of Page

REpicurus
Starting Member

2 Posts

Posted - 2007-04-02 : 16:40:08
quote:
Originally posted by snSQL

Try this for starters
http://www.perfectxml.com/articles/xml/importxmlsql.asp



Thank you, I will!
R.e.

R.E.
Go to Top of Page
   

- Advertisement -