You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Lulseged Zerfu (JIRA)" <ji...@apache.org> on 2015/12/10 07:17:11 UTC

[jira] [Commented] (AXIS2-5736) How to prevent xml from decoding

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

Lulseged Zerfu commented on AXIS2-5736:
---------------------------------------

Hi

I agree that invalid XML should not be accepted but the following is valid XML:

<display-name>axis&amp;axis</display-name>

This is according to the XML standard.

BR
Lulseged



> How to prevent xml from decoding
> --------------------------------
>
>                 Key: AXIS2-5736
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5736
>             Project: Axis2
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.6.3
>            Reporter: Lulseged Zerfu
>
> Hi
> I am using AXIS2 1.6.3 and my XML is decoded when I receive it.
> As the "&" character is not allowed in XML, I have to encode it when I send a soap request to AXIS.
> Instead of sending <display-name>axis&axis</display-name> I have to send encoded like:
> <display-name>axis&amp;axis</display-name>
> But somewhere in AXIS it is decoded back to "&".
> How can I make sure that my XML in the soap request arrives intact to my application?
> Is there any configuration that I have to apply or this is not AXIS issue?
> BR
> Lulseged Zerfu



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org