Home
Options

LPX6 requirement for .NET Core breaks WCF/Soap Connection Drivers

The new LPX file requires that the driver compiles against .NET Core; However, on drivers that attempt to read WSDL files through the System.Web.Services library (e.g. https://github.com/dylanmei/linqpad-soap-driver) won't work anymore, since it simply does not exist in this environment.

Are there any ideas on how to implement it to work in Linqpad6+ ?

Comments

Sign In or Register to comment.