wsdl2go icon indicating copy to clipboard operation
wsdl2go copied to clipboard

Fix one-way operation that has no response

Open tfaller opened this issue 4 years ago • 0 comments

Due to a typo the generated code of an one-way operation is invalid. The input data type of the operation is set to struct{}, even if there are input parameters. Instead, the output data type must be struct{}.

tfaller avatar Jul 26 '20 14:07 tfaller