Firstly, GetFeatureClassName() returns the qualified class name (ie. [schema name]:[class name])
Secondly, do you really want the feature schema XML? If you just want all the field names just use MgFeatureService.GetClassDefinition(), it returns a MgClassDefinition Each property in this MgClassDefinition represents a column in your postgres database table. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Retrieve-fields-names-and-attributes-from-Postgres-table-tp6418612p6419687.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
