Antw: [UMN_MAPSERVER-USERS] WFS and Oracle
Huub Fleuren
hfl at HOME.NL
Wed Aug 24 05:17:58 PDT 2005
remarkable is the fact that DescribeFeatureType works great.
proves xerces and gdal are OK isn't it?
http://localhost/cgi-bin/92/mapserv.exe?map=wfs.map&service=wfs&version=1.0.0&typename=gebouw&request=DescribeFeatureType
<?xml version="1.0" encoding="ISO-8859-1" ?>
<schema targetNamespace="http://www.ttt.org/myns" xmlns:myns="http://www.ttt.org/myns" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" version="0.1">
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengeospatial.net/gml/2.1.2/feature.xsd" />
<element name="gebouw" type="myns:gebouwType" substitutionGroup="gml:_Feature" />
<complexType name="gebouwType">
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element name="msGeometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1" />
<element name="ID" type="string" />
<element name="INWINNINGSDATUM" type="string" />
<element name="VERKENNINGSDATUM" type="string" />
<element name="OFFICIEUZE_NAAM" type="string" />
<element name="TEKST" type="string" />
<element name="HOOGTENIVEAU" type="string" />
<element name="STATUS" type="string" />
<element name="BOUWBLOKNUMMER" type="string" />
<element name="BRON_GEOMETRIE" type="string" />
</sequence>
</extension>
</complexContent>
</complexType>
>
> WFS requests on Oracle Layers should work i think.
> So what am i missing.
More information about the MapServer-users
mailing list