[TinyOWS-dev] error when saving features
Olivier Courtin
olivier.courtin at oslandia.com
Thu Nov 4 11:38:39 EST 2010
On Nov 3, 2010, at 5:04 PM, Mohammed Rashad wrote:
Hi Mohammed,
> <?xml version='1.0' encoding='UTF-8'?>
> <ows:ExceptionReport
> xmlns='http://www.opengis.net/ows'
> xmlns:ows='http://www.opengis.net/ows'
> xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
> xsi:schemaLocation='http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd'
> version='1.1.0' language='en'>
> <ows:Exception exceptionCode='InvalidParameterValue'
> locator='Transaction'>
> <ows:ExceptionText>Operation parameter must be set</
> ows:ExceptionText>
> </ows:Exception>
> </ows:ExceptionReport>
Look like Operation parameter is not send to the Server
(should be Insert, Update or Delete).
You could first check from TinyOWS log that the query don't
contains Operation parameter.
And if it's real, then focus, on the client side to fix it.
--
Olivier
More information about the TinyOWS-dev
mailing list