I have a VB6 function which loads and examines XML. The XML contains a collection of sets of data about 'Orders'. The function loads this, breaks it down into individual orders and then sends each one to a Message Queue.
e.g.
Dim xmlDocOrders As MSXML2.DOMDocument40
Dim xmlNdlOrders As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.