Feedback
The MIME type of data returned by the GetFeatureInfo operation is application/vnd.ogc.wms_xml, which is the xml document in essence.
The example usage of response contents of the GetFeatureInfo operation is as follows:
<?xml version="1.0" encoding="UTF-8"?> <FeatureInfoResponse> <fields CAPITAL="Beijing" COLOR_MAP="1" CONTINENT="Asia" COUNTRY="People's Republic of China" POP_1994="1.128139689E9" SMAREA="960.4537031350538" SMID="247" SMPERIMETER="343.137581766394" SMUSERID="0" SQKM="9367281.0" SQMI="3616707.25" /> </FeatureInfoResponse>