Ksoap パーサーを使用して SOAP 解析を行っているときに、サーバーから応答を取得しています。オブジェクトの属性から値を取得したいと考えています。
SoapObject obj = (SoapObject)envp.getResponse();
System.out.println("resultsString"+obj);
RIDとalertsSummaryを取得したい場合の取得方法
resultsStringanyType{RID=201309201377618; alertDetailPopulated=true; alertsId=0;
alertsSummary=anyType{}; destExpArrival=06:31; destSchArrival=06:30;
destinationStation=anyType{crsCode=BKJ; stationName=Beckenham Junction; };
expArrival=06:19; expDepart=06:20; otherAlertPresent=false; platformNo=3;
routeDetailPopulated=false; routeDetails=null; rsID=null; schArrival=06:19;
schDepart=06:19; serviceAlertPresent=false; toc=SE; tocName=Southeastern; trainID=2M06; trainLastReportedAt=null; }