Building a better mouse-trap – Improving the creation of XML Message Requests using Reflection, XML & XSLT
- by paulschapman
Introduction The way I previously created messages to send to the GovTalk service I used the XMLDocument to create the request. While this worked it left a number of problems; not least that for every message a special function would need to created. This is OK for the short term but the biggest cost in any software project is maintenance and this…