79403266

Date: 2025-01-31 15:46:32
Score: 1
Natty:
Report link

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);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Suresh