Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#1349 closed defect (invalid)

namespace not used in DescribeFeatureType

Reported by: bartvde@… Owned by: sdlime
Priority: high Milestone:
Component: WFS Server Version: 4.4
Severity: normal Keywords:
Cc:

Description

When using:

     wfs_namespace_prefix "stragisweb"
     wfs_namespace_uri "http://www.syncera.nl/stragisweb";

a DescribeFeatureType response uses the normal attribute names without the
namespace in front of it.

Change History (3)

comment:1 by sdlime, 19 years ago

Owner: changed from mapserverbugs to sdlime
I'm working on this one...

Steve

comment:2 by sdlime, 19 years ago

Resolution: invalid
Status: newclosed
Ok, I've done some research as near as I can tell for simple element definitions
the namespace prefix is not included with the element name in the schema
definition. For complex types that's not the case so when I work on those I'll
make sure to take that into account.

This does not mean that you shouldn't be able to query against an attribute
using the namespace prefix, but that's another bug. 

So, for the moment I'm marking this one as invalid...

Steve

comment:3 by dmorissette, 19 years ago

Cc: dmorissette@… added
Note: See TracTickets for help on using tickets.