cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Adapter Receiver Parameters

Former Member
0 Kudos

hi,

I have a .jsp page which has a textarea and has the name of the textarea as "test".

Now how could i configure my http adapter to this .jsp page and the page is submitted , in such a way that the output from XI is equal to the value of the textarea's "test" value.

Thanks in advance.

Tirumal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Check this thread..

Sekhar

Former Member
0 Kudos

Kumar,

Did you solve the issue, I have exactly same requirement. Can you please explain.

Thanks

Venkat

Former Member
0 Kudos

Hi Tirumal,

Please go through this blog and see if it helps....

/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi

Regards,

Abhy

Former Member
0 Kudos

Hi,

Not sure exactly what you want to do. Are you trying to use XI to fill in the textarea named "test" on the .jsp, then submit it? If so, I don't think this can be done.

What can be done is that the .jsp page will receive and process a post. The post will have a query string of "test" with values. In this case the following configuration can be used for the HTTP receiver:

Addressing type: URL address

Target host: your web server address

Service number: the web server port number

Path: the URL of the .jsp (e.g. /myjsp.jsp)

In XI Payload Manipulation section:

XML code: UTF-8

Prolog: test=

Regards,

Bill