You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering the structure (in GoWsdl.genTypes) the template function targetNamespace returns the wsdl name space func() string { return g.wsdl.TargetNamespace } which is incorrect, as it should be returning the schema
The text was updated successfully, but these errors were encountered:
In my WDSL the schema defines a target name space of
and the WSDL target namespace is different
When rendering the structure (in GoWsdl.genTypes) the template function targetNamespace returns the wsdl name space
func() string { return g.wsdl.TargetNamespace }
which is incorrect, as it should be returning the schemaThe text was updated successfully, but these errors were encountered: