You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Amit Anand (Jira)" <ji...@apache.org> on 2022/07/15 15:36:00 UTC

[jira] [Created] (CXF-8737) XSDs imported in wsdl has schema location starting with http even though wsdl is accessible over htts url

Amit Anand created CXF-8737:
-------------------------------

             Summary: XSDs imported in wsdl has schema location starting with http even though wsdl is accessible over htts url
                 Key: CXF-8737
                 URL: https://issues.apache.org/jira/browse/CXF-8737
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
            Reporter: Amit Anand


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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)