[ 
https://issues.apache.org/jira/browse/AXIS2C-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458747#comment-13458747
 ] 

Alex Mantaut edited comment on AXIS2C-1559 at 9/20/12 2:29 AM:
---------------------------------------------------------------

Jose,
        There are a few things you can try...
1- You can recompile axis2c with guththila (download the source and compìle 
with $ ./configure --enable-guththila=yes) Because the encoding is UTF-8. you 
must apply the patch mentioned earlier...
2- You can try the trunk version or the release candidate to see if it works 
that way (there is no 1.7.0 release yet) , on the bad size, this versions are 
unstable yet so it isn't fully tested yet, and might change when the release 
comes...
         I recommend you the first solution, I had a similar issue when 
handling latin chars and the patch fixed it, I'm not 100% sure your issue is 
the same, but in my case it worked...
Hope it helps
Regards

PS: Edited because I overlooked that the input encoding was UTF-8 on the issue 
description :P
                
      was (Author: alexmantaut):
    Jose,
        Which way are encoded the input chars? (UTF-8 or ISO-8859-1/latin)
        There are a few things you can try...
1- You can recompile axis2c with guththila (download the source and compìle 
with $ ./configure --enable-guththila=yes) if the encoding input is ISO-8859-1 
I think it will work straight away, but if the encoding is UTF8 you must apply 
the patch mentioned earlier...
2- You can try the trunk version or the release candidate to see if it works 
that way (there is no 1.7.0 release yet) , on the bad size, this versions are 
unstable yet so it isn't fully tested yet, and might change when the release 
comes...
         I recommend you the first solution, I had a similar issue when 
handling latin chars and the patch fixed it, I'm not 100% sure your issue is 
the same, but in my case it worked...
Hope it helps
Regards

                  
> axiom_node_to_string() doesn't return elements containing special latin 
> characters
> ----------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1559
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1559
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>         Environment: x86_64 GNU/Linux
>            Reporter: jose
>            Priority: Critical
>
> Working in client mode.
> axiom_node_to_string() doesn't return elements containing special latin 
> characters.
> The tags received containing special latin characters are returned empty by 
> this function.
> Result obtained with this function:
> ...
> <ns1:AbyADCodigo>2</ns1:AbyADCodigo>
> <ns1:AbyADMensajeError></ns1:AbyADMensajeError>
> ...
> Result obtained with tcpmon:
> HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
> Content-Type: application/soap+xml; action="http://xxxxxxxxxxxxxxx";; 
> charset=UTF-8
> ...
> <ns1:AbyADCodigo>2</ns1:AbyADCodigo>
> <ns1:AbyADMensajeError>El año contable está cerrado.</ns1:AbyADMensajeError>
> ...
> Thanks...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: c-dev-h...@axis.apache.org

Reply via email to