RE: [Axis2] 1.8.0 not encoding CDATA xml string inputs

2022-04-25 Thread Fedor, Joey
@f8eb657 ยท GitHub<https://github.com/apache/ws-axiom/commit/f8eb657ee0c9ee0fd4754ccdc6c96da20dc6de4d> Hope this was helpful in solving your issue, Joey From: Tom B. Lake [42-Q] Sent: Sunday, April 24, 2022 9:23 PM To: java-user@axis.apache.org Subject: Re: [Axis2] 1.8.0 not encoding CDA

Re: [Axis2] 1.8.0 not encoding CDATA xml string inputs

2022-04-24 Thread Tom B. Lake [42-Q]
The web service code is from wsdl2java and has a skeleton, a MessageReceiverInOut and type classes. The aar is maven generated. In 1.6.2 the xml encoding happens before MessageReceiverInOut gets the soap message. On Sat, Apr 23, 2022 at 7:00 AM Andreas Veithen-Knowles < andreas.veit...@gmail.com>

Re: [Axis2] 1.8.0 not encoding CDATA xml string inputs

2022-04-23 Thread Andreas Veithen-Knowles
On Wed, Apr 20, 2022 at 3:58 PM Tom B. Lake [42-Q] wrote: > Hi Axis2 team, > > We are upgrading from Axis2 1.6.2 to 1.8.0 war. In 1.8.0 testing, if a web > service operation has a string input wrapped in a CDATA tag (because its > xml), the string isn't being xml encoded for < and > characters.

Re: [Axis2] 1.8.0 not encoding CDATA xml string inputs

2022-04-22 Thread robertlazarski
Axis2 1.6.2 is from ten years ago. I took a look in the git commit messages and a few classes, and couldn't find an obvious reason for the change. It's possible this change was deliberate to fix something in relation to xml-c14n - just a guess. If you could help me pin down what class in the

[Axis2] 1.8.0 not encoding CDATA xml string inputs

2022-04-20 Thread Tom B. Lake [42-Q]
Hi Axis2 team, We are upgrading from Axis2 1.6.2 to 1.8.0 war. In 1.8.0 testing, if a web service operation has a string input wrapped in a CDATA tag (because its xml), the string isn't being xml encoded for < and > characters. We log the soap message at the start of MessageReceiverInOut. With