In geoserver, we can create custom wps processes, I want to create a wps process which gets image and video data from client in multipart format. The geoserver wps post request needs body in xml format, how we can send image or video using this?
I wrote a wps process using raw data interface.