requestdump中的“<”和“>”变成了“>”和“<”,我想传递xml格式参数时如何避免这种情况?
请求转储:
<aaa i:type="d:string">
<Detect><Target Tar="bbb" Points="5"><Point x="306"
y="63"/><Point x="399" y="63"/><Point x="399" y="261"/><Point x="306" `y="261"/><Point x="306" y="63"/></Target></Detect>
y="261"/><Point x="306" y="63"/></Target></Detect>
服务器端需求的格式:
<aaa>
<Detect><Target Tar="bbb"><Point x="111" y="222"/><Point x="333" y="444" /><Point x="555" y="666"/></Target></Detect></aaa>
ps:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
xml