Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sventschui/wsdl-typgen

Generate flow types for the soap module based on WSDL and XSD files
https://github.com/sventschui/wsdl-typgen

Last synced: 1 day ago
JSON representation

Generate flow types for the soap module based on WSDL and XSD files

Awesome Lists containing this project

README

        

# `wsdl-typegen`

This package allows to generate flow types for SOAP clients generated by the `soap` package.

## Usage

1. Install with npm or yarn

```sh
npm i -D wsdl-typegen
```

```sh
yarn add -D wsdl-typegen
```

2. Create and run a script in your `package.json`

```json
"scripts": {
"typegen": "wsdl-typegen generate 'path/to/your/wsdls/**/*.wsdl'"
}
```

```sh
npm run typegen
```

The typing files will be generated next to your wsdl and xsd files.