Hi Chad,

I don't think CXF has the parameter size limit, since I am successful to send the more than 60K binary parameter to CXF server.
Did you try to call the service with CXF client ?
Maybe you can compare the CXF client and Flex requests' different.

Just my two cents.

Willem.

Trarman wrote:
Hello,

I'm using a Flex 2 web service client to send data to a CXF 2.0.3 server. It works fine so long as the data (which could be binary, text, or XML
depending on which method is being invoked) isn't larger than 20k.  The
data, whatever format it happens to be, gets truncated at 20k by the time it
reaches my POJO.  I've used a packet sniffer to verify Flex is sending
complete and well formatted data to the server.

Is this a known limitation?

Thanks,
Chad

Reply via email to