Forum Discussion
I messaging you cos you're SmartBear and I didn't know what else to do. I mistakenly hit the 'Solved' button and I need to undo the selection. Could you assist please?
no need to apologise - my brain is tiny so I need all the help I can get!
Total guess here, but I don't think it's a SoapUI issue - I think it's probably a SOAP/wsdl and I dont think there's a SoapUI setting to sort either, cos
1. lots of people have had this issue with various tools/software types - not just SoapUI.
2. from my reading if you need to change the protocol, it's not just a .wsdl edit, it appears you need to rebuild the webservice code to support that change
3. I dont think it's a question of SoapUI not able to create a new project based on a wsdl available via https, I think it's a case of its trying to call the .xsd detail when loading the .wsdl, but the code and the .wsdl wasn't explicitly built considering https
Yep gotcha - I saw straight away it's using relative paths and the .xsd is in same location as .wsdl
in your current situation I dont think there's an easy way around it then - at least I've run out of ideas....sorry I couldn't be of more help!
Cheers,
Rich
In my (perhaps meager) understanding, the protocol is just a matter of endpoint and what the server allows.
Our dev boxes use http and don't support https while our Production environment requires https and doesn't support http.
The WSDL and XSD files are not modified between environments.
This likely works because all our paths in our WSDL and XSD files are relative.
Thanks for trying, richie. I really appreciate the effort.
The discussion at least made me think through some possibilities.