lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Implement WSDL operations generating #34

Closed victor-soloviev closed 4 years ago

victor-soloviev commented 4 years ago

Currently, the parser/generator tested only with XSD files. We want it to be capable of generating code from WSDLs.

Note: this issue will be specified/split as some work regarding XSD finished.