Balazs Borbely wrote:
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?

I do not think it is possible due to the fact that we are using char* and not wchar_t*.

However, I think, if we change the definition of axis2_char_t form char to wchar, it would be relatively easy, but it would not be a smooth ride. This is something that we need to fix in Axis2/c.

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to