Skip to content

Commit

Permalink
Moar formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 3, 2014
1 parent d629608 commit 7aeb83c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/*
WSDL to Go
Generates Go code from a WSDL file. This project is originally intended to generate Go clients for WS-* services.
Features
Expand All @@ -19,8 +22,10 @@ Not supported
* SOAP 1.2 and HTTP port bindings
* WS-Security
Usage
gowsdl [OPTIONS]
Application Options:
Expand All @@ -35,6 +40,8 @@ Usage
TODO
* Add support for filters to allow the user to change the generated code
* If WSDL file is local, resolve external XML schemas locally too instead of failing due to not having a URL to download them from.
* Resolve XSD element references
Expand All @@ -43,6 +50,8 @@ TODO
License
Copyright 2014 Cloudescape
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 7aeb83c

Please sign in to comment.