My knowledge of CL_HTTP_CLIENT is currently limited to creating a client using a url and getting the data using send and receive methods.
My requirement now is to get an html form using cl_http_client send, receive and then filling a field in the form and submitting the form to get the result. Could anyone enlighten me on how could I achieve this?