Skip to content

Commit

Permalink
Fix for issue 21
Browse files Browse the repository at this point in the history
Signed-off-by: NotZippy <notzippy@gmail.com>
  • Loading branch information
notzippy committed Mar 17, 2015
1 parent 7962d26 commit 03072d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/operations_tmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var opsTmpl = `
// Error can be either of the following types:
// {{range .Faults}}
// - {{.Name}} {{.Doc}}{{end}}{{end}}
{{if ne .Doc ""}}// {{.Doc}}{{end}}
{{if ne .Doc ""}}/* {{.Doc}} */{{end}}
func (service *{{$portType}}) {{makePublic .Name | replaceReservedWords}} ({{if ne $requestType ""}}request *{{$requestType}}{{end}}) (*{{$responseType}}, error) {
response := &{{$responseType}}{}
err := service.client.Call("{{$soapAction}}", {{if ne $requestType ""}}request{{else}}nil{{end}}, response)
Expand Down

0 comments on commit 03072d3

Please sign in to comment.