Description
for a wsdl's operation, if input message is nothing, but output message has multipart; the jax-ws operation will using Holder to return result;
the HolderInInterceptor will raise NullPointerException because input (soap:body) is empty;
for a wsdl's operation, if input message is nothing, but output message has multipart; the jax-ws operation will using Holder to return result;
the HolderInInterceptor will raise NullPointerException because input (soap:body) is empty;