Skip to Content
0
Sep 29, 2008 at 08:34 AM

Gat a form and submit data using CL_HTTP_CLIENT

1025 Views

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?