Call a web service and parse xml response in blackberry

Posted by Nirmal on Stack Overflow See other posts from Stack Overflow or by Nirmal
Published on 2010-06-03T09:09:56Z Indexed on 2010/06/03 9:14 UTC
Read the original article Hit count: 815

Hello All...

Currently I have a ready design for blackberry application.

Now, I need to call the web service in my app, and that web service will give me some xml response.

So, I need to parse that response from xml to some POJO.

So, for parsing the xml response should I go with the basic DOM praser, or should I use any other J2ME specific prasing concept ?

If anybody have any sample tutorial link for the same then it would be very much useful to me.

Thanks in advance....

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml