FSharp.Data.WsdlProvider icon indicating copy to clipboard operation
FSharp.Data.WsdlProvider copied to clipboard

An implementation of the WsdlProvider compatible with netfx and netcore

Results 4 FSharp.Data.WsdlProvider issues
Sort by recently updated
recently updated
newest added

I have an xsd datasource missing DOCTYPE, can we have some way to ignore it or "add it in the background" if missing?

First draft of a myriad generator for Wsdl. This is to workaround the limitation of TypeProviders found while implementing xsd choice with ProvidedTypeDefinitions encoding in attributes.

WSDL: https://ws.paketomat.at/serviceSharp.php?wsdl This used to work with the legacy `FSharp.Data.TypeProviders`. Now all generated methods have a maximum of one argument. eg. `getLabel3` should have 26 arguments, provider thinks it has...

I need to disable SSL certificate check but I cannot figure out how to do that