cancel
Showing results for 
Search instead for 
Did you mean: 

calling external web application by passing parameters and getting response back in webdynpro portal environment

Former Member
0 Kudos

Hello Experts,

I have a business problem wherein I need to call exernal Java web application by passing paramters like name, city, state, country and many more approx 15 fields in total from a webdynpro application which is in portal environment. After calling the web application it will send response back again to the same webdynpro application from where the call was originated. This all has to be done in portal environment. We ave to utilize HTTP POST request.

Can you help me in designing of this solution.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhushan_ghule
Active Participant
0 Kudos

For your requirement from webdynpro application you have to call  BSP application.  BSP application can call JAVE web application using HTTP POST method and it can pass all parameters to JAVA web.

While receiving the response from JAVA application again you have to call BSP application and  then call webdynpro application.

Request to JAVA :      Webdynpro -> BSP -> JAVA Web

Responce from JAVA :      JAVA Web -> BSP -> Webdynpro

Hope it will help you.

Regards,

Bhushan

Ajit_K_Panda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mayur,

Did you find solution for this.?

I am also facing the same issue. Please help

Regards,
Ajit