HI, I am trying to send unicode text from an axis2/c client to a java web service. I've noticed that the generated stubs are char* instead of wchar_t*.
Is there a way to send unicode strings (multibyte chars) to the server? (The base64 encoding is not an option as the server expects strings and I can't change that) Thanks in advance, Balazs
