I have a large WSDL file from a third party service provider.
Is there any way to cherry pick what services, contracts, endpoints I want when I use the wsdl tool command line?
Visual Studio crashesh because of the volume of services included in the wsdl.
Update Seems like this is not possible. Just need to edit the wsdl to contain only relevant contracts. Third party provided solved the issue.