任何人都可以帮助我阅读作为 Web 服务调用响应而得到的 XML。
我收到这样的回复::
<?xml version="1.0" encoding="utf-8"?>
<int xmlns="http://tempuri.org/">-1</int>
当我得到 -1 作为响应时,我想执行操作。我如何阅读它。我在 GAE 中使用 struts。我得到了这个
System.out.println("Fetch Content::"+new String(fetchresp.getContent()));