I've lost the email this should reply to ... Based in email from Sergey, I thought I could do ...
ClientBuilder builder = ClientBuilder.newBuilder(); ... Client client = builder.build(); WebTarget target = client.target(...); ... ClientConfiguration cxfConfig = WebClient.getConfig(target); but I find that I cannot; the WebTarget object has a null CXF client object in it, so this throws. Is there a path?
