Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Service Catalog not publishing SOAP Proxy #2979

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

malakaganga
Copy link
Contributor

Purpose

The specific problem arises when the WSDLReader component in APIM attempts to read the WSDL content with a schemaLocation attribute set to 'proxy2?xsd=sample.xsd'. Upon parsing, WSDLReader treats this schemaLocation as a file path rather than as a query string, leading to a failure in resolving the actual schema location. So changed the schemaLocation into actual URL.

Fixes: #2967

The specific problem arises when the WSDLReader component in APIM
attempts to read the WSDL content with a schemaLocation attribute
set to 'proxy2?xsd=sample.xsd'. Upon parsing, WSDLReader treats this schemaLocation
as a file path rather than as a query string, leading to a failure in resolving the actual schema location.
So changed the schemaLocation into actual URL.

Fixes: wso2#2967
@malakaganga malakaganga merged commit 8457467 into wso2:master Sep 22, 2023
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XSD reference content is not passed from the MI side to the service catalog
2 participants