I have encountered a similar problem and am also looking for
assistance...

I have a client script sending utf-8 chars that look like this:

my $myArgument = "\x{00d6}h B\x{0101}by";

I send this over to the server in a SOAP message, and the XML going over
looks fine, but the:

  pIWSDZ->getElementAsString()

call on the server returns corrupted data.

I am using AxisCPP 1.6 Beta on my server.

Does anyone know of a bug with this method?  I have searched the various
sites to no avail....

Thanks in advance,

-Jonathan

> -----Original Message-----
> From: Pelikan Stephan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 14, 2006 10:09 AM
> To: [email protected]
> Subject: Problem with "special characters"
> 
> Hello,
> 
> We use Axis-C++ to implement a service in a Linux environment. This
> service takes several string-arguments. If such a string contains a
non
> US-ASCII-character the method
> 
> for example: l_pIWSDZ->getElementAsString("query", 0);
> 
> used in our service-wrapper (build by wsdl2ws) returns NULL. The full
> request (content-type-header, xml-definition and content) is in UTF-8.
> The LANG environment-variable is en_EN.UTF-8 but also de_DE.ISO-8859-1
> does not effect the result.
> 
> Does anyone observed the same problem or has some hints for us?
> 
> Thanks,
> Stephan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to