Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 android 中的 ksoap2 发送 cdata。实际上,我可以成功地发送 Web 服务请求并获得响应。我需要发送一个 cdata。我试图将 cdata 作为字符串发送,但失败了,请帮忙
利用 SoapObject.setInnerText("...");
SoapObject.setInnerText("...");
setInnerText 中的所有内容都将被视为 CDATA,并且不会被 XMLparser 更改。