String soapmessageString = "<xml>yourStringURLorFILE</xml>"; JSONObject soapDatainJsonObject = XML.toJSONObject(soapmessageString) ...
確定! 回上一頁