views:

324

answers:

1

This is regard to my question On JMeter here

i found the SOAP message size can be a problem for the exception.

What is the size limit of SOAP response for JAX-WS webservices?.

A: 

There is nothing in the JAX-WS specification about this. If there is a limitation, I'd say that it is dependent on your JAX-WS implementation. If you need to send really big files (hundred or thousand of MB), maybe consider using MTOM/XOP.

Pascal Thivent