Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Unknown
Description
XSDs imported in wsdl has schema location starting with http even though wsdl is accessible over htts url
Wsdl url: https://<host>/<context-path>/<cxf url-Mapping>/<jaxws-endpint-address>/<Service name>?wsdl
xsd url: http://<host>/<context-path>/<cxf url-Mapping>/<jaxws-endpint-address>/<Service name>?xsd=<xsd-name>.xsd
xsd is imported in wsdl with a namespace and relative schemaLocation.
Deployed as Spring Boot application with CXF servlet bean registration and jaxws endpoint