Disable part jaxb validation with below properties setting.
JaxWsProxyFactoryBean factory= new JaxWsProxyFactoryBean();
properties.put("soap.no.validate.parts", "true");
properties.put("set-jaxb-validation-event-handler", "false");
factory.setProperties(properties);