Forum Discussion

chris_selwyn's avatar
chris_selwyn
New Contributor
16 years ago

How do I get an escaped string rather than CDATA?

I am using the following snippet to set a value in a SOAP request to be an XML string as constructed by a groovy MarkupBuilder def xml = xmlsw.toString() log.info("xml = " + xml) def xmlh = ...