We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67371f6 commit 4537da0Copy full SHA for 4537da0
generator/operations_tmpl.go
@@ -22,14 +22,14 @@ var opsTmpl = `
22
{{$output := findType .Output.Message}}
23
24
{{if ne $soapAction ""}}
25
- {{if ne .Doc ""}}// {{.Doc}}{{end}}
26
{{if gt $faults 0}}
27
//
28
// Error can be either of the following types:
29
// {{range .Faults}}
30
// - {{.Name}} {{.Doc}}{{end}}
31
32
{{end}}
+ {{if ne .Doc ""}}// {{.Doc}}{{end}}
33
func (service *{{$portType}}) {{makePublic .Name}} (request *{{$requestType}}) (*{{$output}}, error) {
34
response := &{{$output}}{}
35
err := service.client.Call("{{$soapAction}}", request, response)
0 commit comments