开发者

What is the maximum size limit for SOAP response for JAX-WS?

开发者 https://www.devze.com 2022-12-12 23:48 出处:网络
This is开发者_如何学Python regard to my questionOn JMeter here i found the SOAP message size can be a problem for the exception.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消