Hi Phil, Thanks for the response. Here is the GML that I get back:
<?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollection xmlns="http://www.opengis.net/wfs" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:MyWorkspace="MyWorkspace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="MyWorkspace http://MyIP/geoserver/MyWorkspace/wfs?service=WFS&version=1.0.0&request=DescribeFeatureType&typeName=MyWorkspace%3A2013_10pt http://www.opengis.net/wfs http://MyIP/geoserver/schemas/wfs/1.0.0/WFS-basic.xsd"> <gml:boundedBy> <gml:null>unknown</gml:null> </gml:boundedBy> <gml:featureMember> <MyWorkspace:2013_10pt fid="2013_10pt.4"> <MyWorkspace:the_geom> <gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#3857"> <gml:coordinates xmlns:gml="http://www.opengis.net/gml" decimal="." cs="," ts=" ">542435.223,6825228.891</gml:coordinates> </gml:Point> </MyWorkspace:the_geom> <MyWorkspace:NAAM>MyName</MyWorkspace:NAAM> <MyWorkspace:ProfNr>MyID</MyWorkspace:ProfNr> <MyWorkspace:hotlink>http://www.myserver.com/1062.png </MyWorkspace:hotlink> <MyWorkspace:datum>13-08-2013</MyWorkspace:datum> <MyWorkspace:tekort>145</MyWorkspace:tekort> </MyWorkspace:2013_10pt> </gml:featureMember> </wfs:FeatureCollection> I don't see what is malformed. Do you have some suggestions? Thanks, Paul 2013/8/13 Phil Scadden <[email protected]> > That looks very like code I have working okay. However, I have had trouble > with malformed GML from an incorrect geoserver configuration. Can you post > the GML that you getting back? > > Notice: This email and any attachments are confidential. > If received in error please destroy and immediately notify us. > Do not copy or disclose the contents. > > ______________________________**_________________ > Users mailing list > [email protected] > http://lists.osgeo.org/**mailman/listinfo/openlayers-**users<http://lists.osgeo.org/mailman/listinfo/openlayers-users> >
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
