Ticket #3412 (closed feature: fixed)
add support for handle attribute in Format.WFST
| Reported by: | bartvde | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Format.WFST | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: | Commit |
Description
This is both available in WFS 1.0 and WFS 1.1.
From the schema:
<xsd:attribute name="handle" type="xsd:string" use="optional"><xsd:annotation><xsd:documentation>
The handle attribute allows a client application
to assign a client-generated request identifier
to a WFS request. The handle is included to
facilitate error reporting. A WFS may report the
handle in an exception report to identify the
offending request or action. If the handle is not
present, then the WFS may employ other means to
localize the error (e.g. line numbers).
</xsd:documentation></xsd:annotation></xsd:attribute>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

