First off, brilliant library, thanks!
Second, I noticed an issue when generating code from WSDL.
int and byte are generated in lowercase, causing an issue in the namespace.
See:

I'll probably just refactor the app slightly to keep the generated code in it's own namespace with no other functions, but I think this is probably just some bug in the automation to always lowercase int and byte.
First off, brilliant library, thanks!
Second, I noticed an issue when generating code from WSDL.
intandbyteare generated in lowercase, causing an issue in the namespace.See:

I'll probably just refactor the app slightly to keep the generated code in it's own namespace with no other functions, but I think this is probably just some bug in the automation to always lowercase int and byte.