Hi, I've been developing over OL2.7 and Geoserver 1.6.2 and when i execute a GetFeature (WFS POST), the response of it comes with this information:
-> response.responseText: --> <?xml version=\"1.0\" encoding=\"UTF-8\"?><wfs:FeatureCollection numberOfFeatures=\"7\" timeStamp=\"2009-02-02T17:15:01.389Z\" xsi:schemaLocation=\"http://www.xlm.pt/cadrede_gis http://10.112.80.32:8080/Geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=......... etc; -> response.responseXML.text: --> 108130.789724504 -44078.85197682108130.789724504 -44078.851976821413701060037331900-01-01ZAntiga E7108130.789724504 -44078.8519768290#FF990011teste108130.789724504 -44078.85197682108152.9323 .......... etc Parsing method: var doc = response.responseXML; if (!doc || response.fileType!="XML") { doc = OpenLayers.parseXMLString(response.responseText); } ..and all works fine. I upgraded to Geoserver 1.7.2 and the result is: -> response.responseText: --> <?xml version=\"1.0\" encoding=\"UTF-8\"?><wfs:FeatureCollection numberOfFeatures=\"7\" timeStamp=\"2009-02-02T17:15:01.389Z\" xsi:schemaLocation=\"http://www.xlm.pt/cadrede_gis http://10.112.80.32:8080/Geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=......... etc; (the same output as before) -> response.responseXML.text: --> "" The parser fails. I can't get any information of the feature. The method "OpenLayers.parseXMLString(response.responseText);" is deprecated, so i tried with the new method (OpenLayers.Request.POST), but the responseXML.text field is still empty. Any idea what is wrong? Thanks in advanced. Tiago Vieira -- View this message in context: http://n2.nabble.com/responseText-from-GetFeature-%28WFS-POST%29-empty-with-OL2.7-%2B-Geoserver-1.7.2-tp2265638p2265638.html Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
