Does anybody know way to receive original request payload (received via HTTP POST), in WSO2 proxies?
When i try to access $body variable – it’s empty.
Does anybody know way to receive original request payload (received via HTTP POST), in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can receive HTTP POST parameters via configuring right message builder.
By default you can find this in axis2.xml file:
Replace that builder with this one and your parameters will appear in message body: