yashdosi
yashdosi

Reputation: 1256

HTTP POST and WSO2ESB

Well, I know this may be stupid question. But I have searched the net and some how could not the answer to this simple question. Getting to the point : How to handle http post request in wso2 esb. Can someone please give me an example illustrating the implementation of a proxy service that handles http post requests.

Upvotes: 0

Views: 335

Answers (1)

Kasun Indrasiri
Kasun Indrasiri

Reputation: 983

You don't have to configure anything specially for POST request. The only thing you have to consider is the content type of the request and response. And based on that content type you have to use appropriate message builder and formatter in axis2.xml.

If you observe any issues with this, provide HTTP POST request that is sent to ESB and the accepted response from the service (With all HTTP Content Types etc)

Upvotes: 0

Related Questions