Actually I want to submit a html Form through java code.
i use Apache HttpClient API Post method for this but when i send the request it return me same page with filled form instead of submitting it.
When i open that Html Form which i want to submit through java code i came to know that it has a ajax call to submit.
i want to know how can i send that ajax call also from java code .
i will really appreciate any help in this regard.