Problem attaching XML payload as text

2008-01-03 Thread Melchi, Pablo (GE Money, consultant)
Hello everybody. I hope some have found this problem before and can help me. I'm having an issue when sending an XML message as text within the payload, the XML message is not being escaped properly and if I escape it mayself the message, AXIS escape it again, so it's not useful. The SOAP

Re: Problem attaching XML payload as text

2008-01-03 Thread Andreas Veithen
Hi! The behavior of Axis seems entirely correct to me, because there is no need to escape and quotes only need to be escaped when appearing inside an attribute value. Why would you like to have Axis escape and quotes? Andreas On 03 Jan 2008, at 19:02, Melchi, Pablo (GE Money,

RE: Problem attaching XML payload as text

2008-01-03 Thread Melchi, Pablo (GE Money, consultant)
:21 PM To: axis-user@ws.apache.org Subject: Re: Problem attaching XML payload as text Hi! The behavior of Axis seems entirely correct to me, because there is no need to escape and quotes only need to be escaped when appearing inside an attribute value. Why would you like to have Axis escape