Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-22 Thread Jörn Franke
i try to help. I will create a Jira if you do not mind where I also explain how I make the WSDL thing working for https, which could not have worked before. Reason is that for fetching the WSDL it uses a completely different approach (WSDL4Java), where in the connector code no truststore was

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-22 Thread Karl Wright
The whole web services java + cxf architecture is pretty mysterious. The only way I've made progress is by finding code snippets in stackoverflow; the documentation is not adequate. BUT there are configuration files that determine how the WSDL parser resolves references. I don't know how we

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-22 Thread Jörn Franke
Sorry I did not have much time, my next action plan is to try to modify the catalogue xml to fetch it directly from the https. For some reasons it can fetch the WSDL (after my fix), but not the included xsds despite that in the error message it has the correct url of them. Are you aware of any

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-22 Thread Karl Wright
Has there been any news? I'd love to get this tied up so that you're able to proceed. Karl On Thu, Jan 16, 2020 at 12:08 PM Jörn Franke wrote: > Ok I understand. I will try and let you know. Thanks again very much for > your fast and detailed answer. Really appreciated. I hope I can give back >