Hi all

I need to integrate my shopping-cart spring web flow app with an external application. This external app is a Virtual point of sale (POS), the integration is made POSTing data to this virtual POS.

After the shopping-cart validation a call to the external application is needed. I would like to create a end-state that redirect sending post data, but this is not posible, because the ending-state external redirect performs a GET request.

żAny ideas to make and end-state sending data via POST request?