wsdl2go
wsdl2go copied to clipboard
No return upon execution
I'm trying to convert a file and there's no return at all, anywhere
Steinmachts-MacBook-Pro-2:wsdl2go steinmacht$ wsdl2go
nothing. no error, no response. what can be done?
I see the same. The command just hangs.
Having same issue
The same here, the command hangs.
I may have found a way to generate the code, I was missing the -i
and -o
flags.
wsdl2go -i <wsdl> -o client.go