cancel
Showing results for 
Search instead for 
Did you mean: 

How to read POST parameters from external website in Web Dynpro Application

Former Member
0 Kudos

Hi,

I have a Web Dynpro application that is integrated to a Payment Gateway and once a successful payment has been made, the external website has to send the payment status using POST Parameters.

I know that below code reads the GET Parameters but I need to know how to read POST parameters from external website in Web Dynpro Application.

WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("<key>");

I would really appreciate any help. Thanks.

Regards,

Jonathan

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

i think it is the same

Former Member
0 Kudos

Hi Jun,

Thank you for your reply.

Is there a proper documentation for this?

Regards,

Jonathan

Former Member
0 Kudos

Please check Javadocs  IWDRequest

Former Member
0 Kudos

Can't you get the paramter by the same way of Get ?