Charles Scholle

Results 2 comments of Charles Scholle

The issue seems to be that this particular wsdl has valid namespaces, but none of the prefixes are present. Line `221` of `wsdl.ex` prepends the prefixes with the namespaces, and...

Not OP and this isn't a super complete or tested solution, but I did something like this to make it work... ```go var insertQuery = ` INSERT INTO your_table (...