Hi,
I have some data which I think would be best to be represented in XML. I want this data to be transmitted from a Java Web service to a web client so basically I want the XML data to be transmitted. What I'm thinking is reading from the XML file from the web service converting it to an object and sending it to the client and the client would convert it to xml again.
But I'm not sure if this is the best way I could do it... Any opinions please?
Thanks and regards, Krt_Malta