Ravi,
I believe when you say ‘Send the JSP page data to webMethods’ you mean that you want to invoke a webMethods service through a jsp and submit to that service the data in that jsp. As long as you are not looking towards sending binary data, all you need to do in your jsp is to name the input objects same as the inputs of the webMethods service that you want to invoke. To give you a simple example, let us say that you have a webMethods service that takes as an input a string variable called name and writes the value of name to the server log, here’s what your jsp/html should minimally contain (check the attachment)
Remember, calling the webMethods service on the submit of the jsp would prompt you for the userId/Password for the webMethods. Also, there are a lot of other security considerations that must be taken into account. But I guess this should be enough to get you started.
HTH, Rohit
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods