ASP.NET application to generate XML feeds

ajmanio

New member
Joined
Feb 28, 2005
Messages
1
Programming Experience
1-3
Firstly, thanks in advance for the help.

I am in the beginning stages of writting an application for Amazon XML data feeds in VB .NET platform. I was wondering if maybe someone can give me some pointers for designing/writting the program.

I am trying to create a webform application where end user would suppy the information. A database on SQL server 2000 database stores this information. Then, on daily basis, I need to generate validated XML files. Using SOAP/XML as integration method, I have to communicate with Amazon's SOAP server.

I plan to use SOAP with attachments to send data. Since we are working on .NET platform, I understand that I need to use DIME for encoding methods for data file attachment. Data would be sent securely using https.

Once again, thanks for the help!!!
 
Back
Top