Skip to content

Commit

Permalink
[Wsdl] minor improvements, bug fixes (#9613)
Browse files Browse the repository at this point in the history
* minor improvements to wsdl-schema gen

* better code format

* update readme
  • Loading branch information
wing328 authored May 28, 2021
1 parent 28c3e1d commit 763f65f
Show file tree
Hide file tree
Showing 17 changed files with 566 additions and 545 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ OpenAPI Generator allows generation of API client libraries (SDK generation), se
| **Server stubs** | **Ada**, **C#** (ASP.NET Core, NancyFx), **C++** (Pistache, Restbed, Qt5 QHTTPEngine), **Erlang**, **F#** (Giraffe), **Go** (net/http, Gin, Echo), **Haskell** (Servant), **Java** (MSF4J, Spring, Undertow, JAX-RS: CDI, CXF, Inflector, Jersey, RestEasy, Play Framework, [PKMST](https://github.com/ProKarma-Inc/pkmst-getting-started-examples), [Vert.x](https://vertx.io/)), **Kotlin** (Spring Boot, Ktor, Vertx), **PHP** (Laravel, Lumen, Slim, Silex, [Symfony](https://symfony.com/), [Zend Expressive](https://github.com/zendframework/zend-expressive)), **Python** (Flask), **NodeJS**, **Ruby** (Sinatra, Rails5), **Rust** (rust-server), **Scala** (Akka, [Finch](https://github.com/finagle/finch), [Lagom](https://github.com/lagom/lagom), [Play](https://www.playframework.com/), Scalatra) |
| **API documentation generators** | **HTML**, **Confluence Wiki**, **Asciidoc**, **Markdown**, **PlantUML** |
| **Configuration files** | [**Apache2**](https://httpd.apache.org/) |
| **Others** | **GraphQL**, **JMeter**, **Ktorm**, **MySQL Schema**, **Protocol Buffer** |
| **Others** | **GraphQL**, **JMeter**, **Ktorm**, **MySQL Schema**, **Protocol Buffer**, **WSDL** |

## Table of contents

Expand Down Expand Up @@ -972,6 +972,7 @@ Here is a list of template creators:
* Ktorm: @Luiz-Monad
* MySQL: @ybelenko
* Protocol Buffer: @wing328
* WSDL @adessoDpd

:heart: = Link to support the contributor directly

Expand Down
6 changes: 6 additions & 0 deletions bin/configs/wsdl-schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
generatorName: wsdl-schema
outputDir: samples/schema/petstore/wsdl-schema
inputSpec: modules/openapi-generator/src/test/resources/3_0/wsdl/petstore.yaml
templateDir: modules/openapi-generator/src/main/resources/wsdl-schema
additionalProperties:
hideGenerationTimestamp: "true"
6 changes: 0 additions & 6 deletions bin/configs/wsdl-spec.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ The following generators are available:
* [openapi](generators/openapi.md)
* [openapi-yaml](generators/openapi-yaml.md)
* [plantuml (beta)](generators/plantuml.md)
* [wsdl](generators/wsdl.md)


## SCHEMA generators
Expand All @@ -151,6 +150,7 @@ The following generators are available:
* [ktorm-schema (beta)](generators/ktorm-schema.md)
* [mysql-schema](generators/mysql-schema.md)
* [protobuf-schema (beta)](generators/protobuf-schema.md)
* [wsdl-schema (beta)](generators/wsdl-schema.md)


## CONFIG generators
Expand Down
4 changes: 2 additions & 2 deletions docs/generators/wsdl.md → docs/generators/wsdl-schema.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Config Options for wsdl
sidebar_label: wsdl
title: Config Options for wsdl-schema
sidebar_label: wsdl-schema
---

These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to [configuration docs](https://openapi-generator.tech/docs/configuration) for more details.
Expand Down

This file was deleted.

Loading

0 comments on commit 763f65f

Please sign in to comment.