cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameter from BSP application to ITS application

Former Member
0 Kudos

Hi All,

I call a BSP application url from an ITS application. The BSP application after performing some task calls back the ITS application URL.

Now here is the problem: I need to pass a parameter from BSP application back to ITS. URL parameters cannot be used to achieve this, as the size of the parameter can be more than 1k.

Regards,

Jenish.

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

in that case, you can use form fields with method "POST" to post the values from BSP to ITS

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Thanks for your prompt reply.

If I post the parameter, how can I read the parameter from the http request on the ITS side. I tried giving a field wilth the name of the parameter in the screen...but it doesnt work.

Regards,

Jenish.