Hi everyone.
I've been doing some research about how to send some (tentatively big amount of) data to an external web service.
I've encountered contradictory opinions about sending the information inside an XML document and I'm starting to get a bit muddled about which is the best approach for this case.
The web service should be called only once per day (of x time period... it hasn't been defined yet) sending all the information in one attempt.
so in your opinion, which option is more reliable for this case and why?
if is the xml document option, i could not find how exactly send it from x++ to the receiver aplication. i'd be really thankful if anyone can provide an example.