wsdl2go icon indicating copy to clipboard operation
wsdl2go copied to clipboard

Complex type with long field that has restrictions is generated as string

Open tonymuntean opened this issue 7 months ago • 1 comments

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:

Doc.

tonymuntean avatar Jun 10 '25 06:06 tonymuntean

PR?

fiorix avatar Jul 15 '25 12:07 fiorix