srini2213
5 years agoNew Member
XML request body contains special characters
Hello,
In my swagger 2.0 i am using "consumes":"application/xml" and the parameter in request body as below. special characters in the example is encoding to eg: < to "<" , " ' " to ""e;". How to restrict it please.
"ps.Filter":{
"type":"string",
"example":"<![CDATA[\"Symbol[]='333333'^Date>=20140101\"]]>"
}