Marcel Karras

Results 3 comments of Marcel Karras

This is already implemented inside the PR https://github.com/hooklift/gowsdl/pull/201. (see [this line](https://github.com/hooklift/gowsdl/pull/201/files#diff-dbf6a413f8b5b3faf5201269d8fa97d0c37afcd69e21857814846cd6f3028e57R32)) Golang cannot decode xml namespaces atm, for this the ``SOAPEnvelope`` works with namespaces and the ``SOAPEnvelopeResponse`` without. With the...

Just rename the variable in your case to "Hour_Shift_24" but keep the xml and json tag description. Then the struct field will be exported (as is capitalized) as desired but...

I face the same issue and is a real pain to me as you cannot see why your test specs fail. **_Please add a command line property or environment varialbe...