cancel
Showing results for 
Search instead for 
Did you mean: 

using external web application which requires post parameters

Former Member
0 Kudos

Hi there,

I'm developing a web dynpro application running on a portal server.

I have to use an external web application. This application is out of my work and requires post parameters (length problem with get params). How can I achieve this?

An exit plug is only possible with get parameters right?

Can I create post requests? Can I call the application inside my code and embed the response in an uielement? Can I use the portal navigation service?

Any suggestions?

Thx

Tom

btw the response is a pdf file

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Tom,

Are you on Portal? If the answer is yes then you can try to use AppIntegrator which supports POST method. WD+EP integration could be done via portal navigation or eventing.

You can also use HTTP Destination or some Java libraries.

See my posts here

Best regards, Maksim Rashchynski.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thx.