Skip to content

Command line tool to post process a wsdl file in an automated, predictable way.

License

Notifications You must be signed in to change notification settings

robinvanpoppel/WsdlFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WsdlFilter

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.

Getting Started

Examples

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"

Prerequisites

  • .NET Framework 4.7.2

Installing

  1. Clone the repository
  2. Restore the nuget packages in the src/
  3. Build WsdlFilter.sln in the src/ folder.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Thanks

About

Command line tool to post process a wsdl file in an automated, predictable way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages