Adding Connected Service WSDL does not deserialize properly

I'm trying to work with this example https://apiforums.easylink.com/system/files/CS_JobSubmit_FAX_2.5_0.txt
with Visual Studio 2017 I'm adding the endpoint http://ws.easylink.com/JobSubmit/2011/01?WSDL
as a Connected Service using Microsoft WCF Web Reference Provider. It deserializes the endpoint, but the JobSubmitService class does not deserialize. JobSubmitRequest, JobSubmitResponse, JobSubmitResult, etc do deserialize in the stubbed CS file. Web References appear to be deprecated. How can I get your WSDL to work with modern tooling? Please advise.

Best Answer

Answers