Thanks for quick reply. Result from DescribeFeatureType : http://localhost:19090/WFS?Service=WFS&Version=1.1.0&request=DescribeFeatureType
<xs:schema xmlns:tows="http://www.aaaa.com/" xmlns:ogc=" http://www.opengis.net/ogc" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml=" http://www.opengis.net/gml"targetNamespace="http://www.aaaa.com/" elementFormDefault="qualified" version="1.1"> <xs:import namespace="http://www.opengis.net/gml" schemaLocation=" http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> <xs:element name="worldboundaries" type="tows:worldboundariesType" substitutionGroup="gml:_Feature"/> <xs:complexType name="worldboundariesType"> <xs:complexContent> <xs:extension base="gml:AbstractFeatureType"> <xs:sequence> <xs:element name="fips" nillable="true" minOccurs="0" maxOccurs="1"> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="iso2" nillable="true" minOccurs="0" maxOccurs="1"> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="iso3" nillable="true" minOccurs="0" maxOccurs="1"> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="un" type="short" nillable="true" minOccurs="0" maxOccurs=" 1"/> <xs:element name="name" nillable="true" minOccurs="0" maxOccurs="1"> <xs:simpleType> <xs:restriction base="string"> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="area" type="int" nillable="true" minOccurs="0" maxOccurs=" 1"/> <xs:element name="pop2005" type="decimal" nillable="true" minOccurs="0" maxOccurs="1"/> <xs:element name="region" type="short" nillable="true" minOccurs="0" maxOccurs="1"/> <xs:element name="subregion" type="short" nillable="true" minOccurs="0" maxOccurs="1"/> <xs:element name="lon" type="double" nillable="true" minOccurs="0" maxOccurs ="1"/> <xs:element name="lat" type="double" nillable="true" minOccurs="0" maxOccurs ="1"/> <xs:element name="geom" type="gml:MultiSurfacePropertyType" nillable="true" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:schema> On Thu, Apr 21, 2016 at 11:44 AM, Rahkonen Jukka (MML) < [email protected]> wrote: > Hi, > > > > Just by thinking I guess that the test is checking the schema of the > featuretype first by making a DescribeFeatureType and is not happy with the > result: > > FAILURE: WFS does not provide data to use in this test > > (a feature type with a simple property (string, integer, double, decimal) > > > > Please add the result from DescribeFeatureType. > > > > -Jukka Rahkonen- > > > > vineet singh wrote: > > > > Hi, > > > > I'm test WFS 1.1.0 using ogc compliance tests, all test cases are getting > passed except one. I'm using tinyows to serve wfs requests. > > I have posted this issue on opengeospatial > <https://github.com/opengeospatial>/*ets-wfs11 > <https://github.com/opengeospatial/ets-wfs11> ** : * > > *https://github.com/opengeospatial/ets-wfs11/issues/54 > <https://github.com/opengeospatial/ets-wfs11/issues/54>* > > For get feature service, filter is also working fine. > > I'm not able to understand whether this the problem with tinyows or data > i'm providing or something wrong with test case. > > Any help would be greatly appreciated. > > > > Thanks, > > Vineet Singh > > >
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
