Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Question about XMLUtil.serialize()

Options

Hello!

I'm using a scripted response in my virtualization whose get a XML request, make some calculations and return. I'm using XMLUtil.buildDocumentFromString() to convert the text to a document and XMLUtil.serialize() to return a valid XML response.

The problem is that XMLUtil.serialize() takes a long time to convert the document into an output (about 15 seconds). There is another way to do this conversion?

Thanks!

Answers