I am working on a small client server program to collect orders. I want to do this in a \"REST(ful) way\".
What I want to do is:
Collect all orderlines (prod
I guess it's better to send separate requests within single connection. Of course, your web-server should support it