cancel
Showing results for 
Search instead for 
Did you mean: 

Send data with Java Web Dynpro via HTTP

Former Member
0 Kudos

Hi experts,

I would like to send some data via HTTP (POST) from my Java Web Dynpro Application.

I have my data in context of my component controller, but I didn't find the way to send it via HTTP yet.

Can anyone help me and give me some hints?

Thank you in advance.

Best regards

Nico

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nico,

If i understand you what to send a post request to arbitrary destination, right? If yes you can use some library like HTTP Commons Client that can give you flexibility to call another destination.

http://hc.apache.org/httpclient-3.x/methods/post.html

But if you don't need its, maybe this link can post can help you.

Best regards

Former Member
0 Kudos

Hi Isaias,

thanks for your hint! It works.

Best regards

Nico