'-' within schema causes invalid stuct name to be created '-' can't be within struct name
Created by: nlacey
injested wsdl files with - in there field name, In order to get the program to create the go code, I needed to go through encoder.go and add string.Replace on '-' with "" one the various tag fields