XML through web service

Posted by Krt_Malta on Stack Overflow See other posts from Stack Overflow or by Krt_Malta
Published on 2010-03-27T11:18:27Z Indexed on 2010/03/27 11:23 UTC
Read the original article Hit count: 221

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about Xml

Related posts about web-service