Need some help in parsing this XML in J2ME platform

前端 未结 2 1081
无人共我
无人共我 2020-12-11 17:43

Below mentioned is my XML,




        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 18:39

    You can use http://kxml.sourceforge.net/ to parse XML messages.

    Observation

    The message above looks like a Soap response message. The suppose to be parse for you by your soap client?

提交回复
热议问题