What is the maximum size limit for SOAP response for JAX-WS?
This is开发者_如何学Python 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?.
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.
精彩评论