wsdl2go

Command line tool to generate Go code from WSDL for SOAP XML services

OTHER License

Stars
448

Bot releases are hidden (Show)

wsdl2go - v1.4.5 Latest Release

Published by fiorix over 7 years ago

Now using stdlib context package, a more bug fixes.

wsdl2go - v1.4.4

Published by fiorix over 7 years ago

Add support for new types, and bug fixes.

wsdl2go - v1.4.3

Published by fiorix about 8 years ago

Bug fixes

wsdl2go - v1.4.1

Published by fiorix over 8 years ago

Minor fix: cleanup interface comments.

wsdl2go - v1.4

Published by fiorix over 8 years ago

Generate public interface type instead of struct, and constructor returns interface.

The struct with the implementation is generated at the bottom, after the types. It contains some repetitive code not interesting to humans. Code reads better and having the interface makes it easier to test.

Thanks @adriantam

wsdl2go - v1.3

Published by fiorix over 8 years ago

Wraps WSDL port type in its own type, generates even cleaner code.

wsdl2go - v1.2

Published by fiorix over 8 years ago

  • Support for new types
  • Generates cleaner code
  • Avoids allocating memory on errors
  • Adds support for JSON and YAML tags
wsdl2go - v1.1

Published by fiorix over 8 years ago

Preliminary SOAP support.

wsdl2go - v1.0

Published by fiorix over 8 years ago

First version, expect bugs.