I speack spanihs. Will try english. I have a WSO2 proxy service for a backend SOAP WebService. It works fine! The problem starts when i enable Response Caching for the proxy service, 20 seconds caching. I set ports in TCPMonitor(localhost 8280 and the one for backend service). I see that when i send different requests to the proxy, it returns same cached response. It return the response cached for the first request into that 20 seconds of life into the cache.
Differents body http for different requests, but same headers and POST URI.
Does ESB do the hash with headers+body or only the headers?
Thansk for your help Diego