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

Alex Mantaut commented on AXIS2C-1559:
--------------------------------------

Jose:
       Which XML parser are you using? guththila or libxml? Have you tried the 
trunk version of axis? I had a similar problem, which was solved using the 
patch provided in tck #1265
                
> 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