gowsdl icon indicating copy to clipboard operation
gowsdl copied to clipboard

Missing namespace

Open fi0 opened this issue 3 years ago • 0 comments

in the wsdl, there's <import namespace="exampleNamespace"/>

current generated go code

Field1 string `xml:"field1,omitempty" json:"field1,omitempty"`

expected generated go code

Field1 string `xml:"exampleNamespace field1,omitempty" json:"field1,omitempty"`

fi0 avatar May 16 '21 14:05 fi0