I have a html page with some form fields (like textbox, submit button etc) I want to call the BW process on click of the submit button, which will send the form fields value (textbox values) to the BW process definition.
BW Process definition will do some operation (like retrieve the database record) and send the result to the html page.
When I use http://localhost:9999
, it will only call the BW process (Http receiver and Send HTTP Response) and the html page will populate with the string which i get from "Send HTTP Response" palette.
How can I embed that HTTP response into some text field of the response webpage along with few images and other fields already present in HTML page.