Command line tool to post process a wsdl file in an automated, predictable way. This can be used to trim parts of a wsdl that you don't use, leading to smaller proxies.
wsdlfilter --remove-documentation --input "input.wsdl" --intermediate "intermediate.wsdl" --output "output.wsdl" --keep-operations "operation1,operation2" --fire-and-forget "operation1,operation2" --remove-port-types "portType1,portType2"
- .NET Framework 4.7.2
- Clone the repository
- Restore the nuget packages in the
src/
- Build
WsdlFilter.sln
in thesrc/
folder.
This project is licensed under the MIT License - see the LICENSE.md file for details