[Geoserver-devel] Obtaining GML of Point Object in PostGIS via WFC

Hi,
I've got a postgis table with several attribute columns and a 3d point spatial
column.
Geoserver is set up to correctly speak to the data store; however when I make a
feature request as such:
http://localhost:8080/geoserver/wfs?request=GetFeature&typename=stvu:waypoints
I only get back the attribute column data and not the point object. I would like
to obtain the point object data (currently just lat/lon) as gml so that the
client I intend to write will be able to parse this data for visualization. Am
I doing something fundamentally wrong that I don't get back the point data or
just missing a key step?
Thanks in advance.