Hello all,

I'm trying to use the possibility to pass a dpi format option in a WMS GetMap 
request using XML-POST.
When using a GET-request the documentation is very clear and all is well, just 
pass a query parameter like so: format_options=dpi:600
But, how do you pass this information in a POST request using XML?
In the same request I'm also sending an SLD specifying the layers and features 
to be rendered. But this is not a VendorOption of an SLD, it's an vendor option 
of the WMS-request.

I've tried to pass the format_options as an attribute of GetMap (<GetMap 
format_options="dpi:600">) as a child node of GetMap (<VendorParameter 
name="format_options">dpi:600</VendorParameter> and even <VendorOption 
name="format_options">dpi:600</VendorOption>) but no luck.
I've also tried to look for an xsd for the GetMap request to see how the 
information should be specified but haven't found any.

Does anyone know how to pass these vendor specific parameters using GetMap 
XML-POST request?

Regards,
Olle Markljung
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to