Skip to content

Commit 78b658d

Browse files
committed
ABYSSP-399 few maintenances
README.md revised, wording changes and thomas-bayer wsdl credit
1 parent 98ee577 commit 78b658d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ABYSS SPEC TRANSFORMER
22

3-
This application generates an `OpenAPI` definition file based on 3.0 specification from a `WSDL` which gives as a URL or directory path.
3+
This application transforms provided `WSDL` into an `OpenAPI v3` spec yaml file. WSDL should be provided via path, URI or String
4+
45
An example is below
56

67
**Input**
@@ -104,13 +105,18 @@ An example is below
104105
</wsdl:definitions>
105106
```
106107

107-
**Output**
108+
>credit to http://www.thomas-bayer.com/
109+
110+
111+
**Usage**
108112

109113
```java
110114
String sourcePath = "http://thomas-bayer.com/axis2/services/BLZService?wsdl";
111115
return new OpenAPITransformer().transform(sourcePath);
112116
```
113117

118+
**Output**
119+
114120
```yaml
115121
openapi: 3.0.1
116122
info:

0 commit comments

Comments
 (0)