api-management-schema-import
api-management-schema-import copied to clipboard
Tools for importing WSDL files and XSD and JSON schemas into Azure API Management.
Hi The error (snippet) is Info : SchemaLocation: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd, SchemaDirectory: C:\Users\pais\api-management-schema-import\ApiManagementSchemaImport\Microsoft.Azure.ApiManagement.WsdlProcessor.App\bin\Debug\net5.0 Info : import Info : SchemaLocation: http://www.w3.org/2001/xml.xsd, SchemaDirectory: C:\Users\XXX\api-management-schema-import\ApiManagementSchemaImport\Microsoft.Azure.ApiManagement.WsdlProcessor.App\bin\Debug\net5.0 Info : import Info : SchemaLocation: http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd, SchemaDirectory: C:\Users\pais\api-management-schema-import\ApiManagementSchemaImport\Microsoft.Azure.ApiManagement.WsdlProcessor.App\bin\Debug\net5.0 Info...
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...
We encountered some soap contracts described in WSDL 1.1 that fail to load into APIM even after combining the WSDL and inmported XLSds with the WSDLProcessor. It turned out that...
## Purpose When trying to process a WSDL with includes, if any include defines a xmlns:xsd attribute, it will fail with a key error, since dotnet XSL parser always adds...
The repo is working for one wsdl import inside another wsdl but it is not working for our case where we have multiple wsdl and xsds which are imported and...