<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">James,<div>as I said before and after checking twice, I confirm that XML POST requests are supported </div><div>even if some corrections should be done for correctly parse Body content... </div><div><br></div><div>Nevertheless, ZOO-Kernel never suppose that your POST request is using the following</div><div>header : "Content-Type: text/xml" or anything else. If you request the WFS server pointed in </div><div>the thread without setting header it also failed. To make the WFS POST request working using</div><div>ZOO-Kernel you should add the following node in your Reference one :</div><div>    <wps:Header key="Content-Type" value="text/xml" /></div><div><br></div><div>This way the header will be set correctly and the Geometry would be fetched and then </div><div>processed properly.</div><div><br></div><div>You can use the demo.sh file to query BufferPy service from the ZOO-Project official server.</div><div><br></div><div>Maybe we are wrong dealing with POST request this way, in this case please let me know.</div><div><br></div><div>Hope to hear from you,</div><div>Best,</div><div><br></div><div></div></body></html>