Hi,

Running the CITE Test, I am stuck on the following error,  can someone
provide some help?

Assertion: The Content-Type of all POST KVP-encoded request entities must be
'application/x-www-form-urlencoded'.

Request d1e4782_1:
   Method: post
   URL: http://localhost:8080/geoserver/wfs
   Body:
service=WFS&version=1.1.0&request=DescribeFeatureType&typename=sf:PrimitiveGeoFeature&namespace=xmlns(sf=http://cite.opengeospatial.org/gmlsf)
Error in call to extension function {public org.w3c.dom.NodeList
com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String) throws
java.lang.Throwable}: Exception in extension function java.lang.Exception:
Error invoking parser
{http://teamengine.sourceforge.net/parsers}XMLValidatingParser.XMLSchema
org.xml.sax.SAXParseException: The element type "xs:schema" must be
terminated by the matching end-tag "</xs:schema>".
Result: Failed


And the following are the result from doing a get request

  <?xml version="1.0" encoding="UTF-8" ?> 
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:gml="http://www.opengis.net/gml";
xmlns:it.geosolutions="http://www.geo-solutions.it";
xmlns:sf="http://cite.opengeospatial.org/gmlsf";
elementFormDefault="qualified"
targetNamespace="http://cite.opengeospatial.org/gmlsf";>
  <xsd:import namespace="http://www.opengis.net/gml";
schemaLocation="http://localhost:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd";
/> 
- <xsd:element name="PrimitiveGeoFeature" substitutionGroup="gml:_Feature"
type="sf:PrimitiveGeoFeatureType">
  <xsd:annotation /> 
  </xsd:element>
- <xsd:complexType name="PrimitiveGeoFeatureType">
- <xsd:complexContent>
- <xsd:extension base="gml:AbstractFeatureType">
- <xsd:sequence>
  <xsd:element minOccurs="0" name="surfaceProperty"
type="gml:SurfacePropertyType" /> 
  <xsd:element minOccurs="0" name="pointProperty"
type="gml:PointPropertyType" /> 
  <xsd:element minOccurs="0" name="curveProperty"
type="gml:CurvePropertyType" /> 
  <xsd:element name="intProperty" type="xsd:integer" /> 
  <xsd:element minOccurs="0" name="uriProperty" type="xsd:anyURI" /> 
  <xsd:element name="measurand" type="xsd:float" /> 
  <xsd:element minOccurs="0" name="dateTimeProperty" type="xsd:dateTime" /> 
  <xsd:element minOccurs="0" name="dateProperty" type="xsd:date" /> 
- <xsd:element name="decimalProperty">
- <xsd:simpleType>
- <xsd:restriction base="xsd:decimal">
  <xsd:totalDigits value="4" /> 
  <xsd:fractionDigits value="2" /> 
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="0" name="relatedFeature" type="gml:ReferenceType">
  <xsd:annotation /> 
  </xsd:element>
  </xsd:sequence>
  </xsd:extension>
  </xsd:complexContent>
  </xsd:complexType>
  </xsd:schema>
-- 
View this message in context: 
http://old.nabble.com/GeoServer-2.0.2-release-tp28483026p28580115.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to