Hi,
I am going through the demo request
docs<http://docs.geoserver.org/stable/en/developer/release-testing-checklist/index.html#demos>
and
I first went to the
Request: WFS_getCapabilities-1.0.xml
URL: http://localhost:8080/geoserver/wfs
And it gave me the following output in the Body,
<!-- Gets the WFS capabilities. For WMS capabilities, see
WMS_getCapabilities demo-->
<!--
This will briefly describe all the layers (FeatureTypes) in that you
have
in your WFS server, plus more generic information about what your
server
supports.
*For more information about a particular FeatureType, use the *
* WFS_describeFeatureType.xml demo!*
-->
<GetCapabilities
service="WFS"
version="1.0.0"
xmlns="http://www.opengis.net/wfs"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd"/>
Then as the XML states (the one in bold),
I changed my selection as follows,
Request: WFS_describeFeatureType-1.0.xml
URL: http://localhost:8080/geoserver/wfs
And it gave me the following output,
<!-- A sample describe request. The schema is generated automatically by
-->
<!-- GeoServer. You can modify the schema with the web interface to hide
-->
<!-- and/or require certain attributes. -->
<!--
* If you change the "<TypeName>" tag below to the name of another *
* dataset, you can see the GML Schema for that layer.*
* This will have all the column names and types.*
* The getCapabilities demo will tell you the names of all the layers!*
-->
<DescribeFeatureType
version="1.0.0"
service="WFS"
xmlns="http://www.opengis.net/wfs"
xmlns:usa="http://usa.opengeo.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd">
<TypeName>usa:states</TypeName>
</DescribeFeatureType>
When I enter the Username and Password and click submit, a white box
appears which is totally blank.
According to the demo the box is suppose to contain the details as
described in bold above.
Is there something wrong?
--
Thanks & Regards
Smaran Harihar
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users