Hi!

 

I want to trace where the characters from getDataReturn change. (uses Axis 1.6b on Windows XP Professional). I use ISO-8859-1 encoding and everything look really nice in my AxisLog. That is, everything is correct in between <getDataReturn ...> and </getDataReturn>, see below. But when I do "cout << pReturn" on the client side it doesn't work as it should anymore. If a Swedish character within pReturn is put out nothing of the remaining string (pReturn) will be put out - instead it ends with the character before. Can I fix this somehow?

 

My call from the client side:

xsd__string pReturn = m_pCall->getElementAsString( "getDataReturn", 0);

 

In my AxisLog:

SoapSerializer > operator<< @007FB518,------------>
I "<getDataReturn xsi:type="xsd:string">

...

...

I </getDataReturn>

 

Best regards

Magnus


Reply via email to