Open fi0 opened 3 years ago
in the wsdl, there's <import namespace="exampleNamespace"/>
<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"`
in the wsdl, there's
<import namespace="exampleNamespace"/>
current generated go code
expected generated go code