Re: CDATA text getting lost during execution

2006-10-03 Thread Dave Miller
Ok, will do. In the meantime - surely someone has successfully sent CDATA text within their message successfully using Axis2? If so, is it possible to send me a code sample as to how you did it?Thanks, Dave.On 02/10/06, Davanum Srinivas [EMAIL PROTECTED] wrote: Please create a JIRA issue. Sounds

CDATA text getting lost during execution

2006-10-02 Thread Dave Miller
Hello, Using Axis2... I created my stubs to consume the client with the Eclipse plugin.My client requires XML to be sent within the SOAPBody, so i have gone about creating the XML using a tree of OMElement and OMTexts. This:OMElement toFirstName = fac.createOMElement(ToFirstName,

Re: CDATA text getting lost during execution

2006-10-02 Thread Davanum Srinivas
Please create a JIRA issue. Sounds like a bug? thanks, dims On 10/2/06, Dave Miller [EMAIL PROTECTED] wrote: Hello, Using Axis2... I created my stubs to consume the client with the Eclipse plugin. My client requires XML to be sent within the SOAPBody, so i have gone about creating the XML