borderss
Results
1
comments of
borderss
+1 Seems like the issue might be here: https://github.com/hooklift/gowsdl/blob/2a06cec86c50a61d8b43fae529174ef340bc9c34/gowsdl.go#L456 I'm guessing adding a mapping for ```diff + "int": "aint", ``` could fix this? For complex types representing ArraysOfStr, for example:...