Home > Back-end >  Java soap returns XML parsing
Java soap returns XML parsing

Time:09-25

<? The XML version="1.0" encoding="utf-8"?>

{" Success ": true," Message ":" {\ "PendingTasks " : 20, \ "MyApplications " : 0} ", "Code" : 200} & lt;/GetWaittingTaskNumResult>



Now to get to the PendingTasks values

CodePudding user response:

The import org. Dom4j. DocumentHelper;


Document doc=DocumentHelper. ParseText (soap);//message to doc object
Behind his writing
  • Related