Hello, My web service client is sending application/x-www-form-urlencoded POST requests to the web service. The problem is that Axis2 is not decoding the POST body name/value pairs. I've tracked this down to XFormURLEncodedBuilder.java, which is decoding the URL but not the body. I could use GET requests but this is not ideal.
Is this the way it's supposed to work or is it a bug? Thanks, Steve
