Thank you for the quick reply! > ThreadingParametersType is auto-generated during build, try with "mvn clean > install"
I did it but I still get error messages. But I must correct myself: the first "suspicious" messages are the following (see below). So I assume this might be some problem with the XML parser or with the proxy (the latter is more likely). [WARNING] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\resources\schemas\configuration\http-jetty.xsd [39:91]: schema_reference.4: Failed to read schema document 'http://cxf.apache.org/schemas/configuration/security.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://cxf.apache.org/schemas/configuration/security.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. [ERROR] C:\Users\x\AppData\Local\work\cxf\rt\transports\http-jetty\src\main\resources\schemas\configuration\http-jetty.xsd [74:85]: src-resolve: Cannot resolve the name 'sec:TLSServerParametersType' to a(n) 'type definition' component. org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name 'sec:TLSServerParametersType' to a(n) 'type definition' component. AL
