dtqbterror
Programmer
Just wanted to get peoples options on how best to create a XML Document within a VB6 Application.
I have been tasked with taking a VB6 application and making it communicate with a .NET web service. I have been able using the SOAP Toolkit to get the communications working w/attachments but, I am trying to figure out the best way to create the XML Document that is being consumed by the Service.
The structure of the document is static and the only thing that will change is the data contained within. I have thought about defining the structure of the document in a database table and then building it on the fly or just saving the structure as a txt file and just using the replace function to insert the data into it. What is every ones opinion regarding the best way to do this.
Thanks for any input.
I have been tasked with taking a VB6 application and making it communicate with a .NET web service. I have been able using the SOAP Toolkit to get the communications working w/attachments but, I am trying to figure out the best way to create the XML Document that is being consumed by the Service.
The structure of the document is static and the only thing that will change is the data contained within. I have thought about defining the structure of the document in a database table and then building it on the fly or just saving the structure as a txt file and just using the replace function to insert the data into it. What is every ones opinion regarding the best way to do this.
Thanks for any input.