Hi,

The way ows services handle posted xml data is by registering an instance
of org.geoserver.ows.XmlRequestReader in the spring context. That object
must parse the xml into some object, which the dispatcher will then pass
into the ows service request. Look at the wfs module for some examples.

Hope that helps.

-Justin

On Mon, Apr 2, 2012 at 3:54 AM, meierchen <[email protected]>wrote:

> Hello,
> I want to realize a own ows plugin. The KVP parsing by HTTP Get is no
> problem.
> But when I want to use XML Post I cant fetch the Post-Data.
> I use request.getInputstream but it returns me no Information also i try it
> with reset/mark but it gives a exception that it is not allowed.
> I checked all methods from request Object but the Post-Data is lost.
> But getContentLength() gives me the correct size of the HTTP-Request.
> In my opinion the ows.Dispatcher work not correctly.
> So what can i do?
>
> Ps: Sorry for my bad english ;)
>
> --
> View this message in context:
> http://osgeo-org.1560.n6.nabble.com/Implements-ows-troubles-with-Post-Data-tp4678415p4678415.html
> Sent from the GeoServer - Dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>



-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to