ClientImpl.handleRemoteException
if (SOAPBinding.SOAP11HTTP_BINDING.equals(bindingId) || SOAPBinding.SOAP12HTTP_BINDING.equals(bindingId))
{
throw new SOAPFaultException(null);
}
public SOAPFaultException(SOAPFault fault)
{
super(fault.getFaultString());
this.fault = fault;
}
This is fixed