I’m currently calling a web service from my J2ME app and receiving the xml document as a string object.
is it possible to convert the string object to a document type?
Can I navigate the document inside the string?
Any answers would be appreciated, been googling for a while and so far, no good.
You can find a list of XML parsers that will work in J2ME here. I personally used NanoXML, it can convert your string to a model on the memory and it worked pretty well for me.