Camilo Aguilar
Camilo Aguilar
FWIW, I did improve a little bit error reporting when SOAP faults are received: https://github.com/cloudescape/gowsdl/commit/8cdcd28bece8d0a3e52995c48cf04d3aaaf9e635
@EntilZha these guys ran somewhat into a similar issue and worked around it: https://bitbucket.org/anacrolix/dms/commits/fbd23ce
Regarding direction, I would start by reading how the Go xml package is currently dealing with namespaces to see if they can be easily defined at the top of the...
> So just to test my understanding, the issue is the xmlns attribute on the getStations element? Yes, it has to be replaced by a namespace prefix in the element...
Hey @EntilZha, apologies for the very late response. So, in addition to what I previously mentioned regarding how to start tackling this issue, I would also suggest asking in the...
@notzippy, nice! do you think we could use that library in gowsdl?
ah, great! thank you!
Would you mind trying https://github.com/hooklift/gowsdl/pull/98 and seeing if it fixes your issue?
@keltia, I just merged https://github.com/hooklift/gowsdl/pull/48, I might not fix your problem but it is worth trying again. The error message you see is given by https://golang.org/pkg/go/format/ which fails when the...
But generally, I find out what file is the culprit by running `go build` on the generated source.