Gabriele Guelfi

Results 2 issues of Gabriele Guelfi

I have a SchemaFolder that contains nested folder with more .xsd files inside, it can be summarized as follows: ![SoapSchemaFolder](https://user-images.githubusercontent.com/37705386/190983299-6feeaa32-1af5-4b8b-b7a6-8a25006d6d02.png) Trying to access one of TypesA-D.xsd files at the “http://localhost:3000/Service.ws?xsd&name=FolderA/FolderB/TypesB.xsd”,...

I have defined my Endpoint in the Setup class as: ``` endpoints.UseSoapEndpoint($"/Service/lettura/pva.ws", new SoapEncoderOptions(), SoapSerializer.XmlSerializer, caseInsensitivePath: true, null, settings); ``` And in the appsettings I have defined the following: ```...