CXF Client runs into parsing error at initialization while parsing the wsdl due to redirection

Viewed 16

I have CXF Client application which is now running into parsing errors while parsing the WSDL since some schemas referred to have been moved permanently to another URL. An HTTP 301 error is received and the parser is not following redirects.

How can I change this behavior to have the parser (com.sun.org.apache.xerces.internal.parsers.DOMParser.parse) to follow the redirects?

I am using cxf 3.1.12.

0 Answers
Related