wsdl2go
wsdl2go copied to clipboard
Complex type with long field that has restrictions is generated as string
Generating the Go code for the following snippet will result in the Amount field being generated as a string instead of int64.
If the restriction is removed the following snippet will be generated correctly:
PR?