-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Service Catalog not publishing SOAP Proxy
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
- Loading branch information
1 parent
c003cd7
commit 19d2afa
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters