Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

DOMSource error when using tESBConsumer

I created a job witch is calling a webservice with the tESBConsumer component. My input message is a MS XML format and is formated by a tXMLMAP and the order of the nodes inside is changed by a tXSLT component.
My job is doing what I want by I have some red error messages about "saxon9-dom".
Could you explain how to correct my configuration to not have those error messages ?
Extract of my log :
Error
DOMSource cannot be processed: check that saxon9-dom.jar is on the classpath
net.sf.saxon.trans.XPathException: DOMSource cannot be processed: check that saxon9-dom.jar is on the classpath
at net.sf.saxon.event.Sender.send(Sender.java:251)
at net.sf.saxon.IdentityTransformer.transform(IdentityTransformer.java:30)
at org.apache.cxf.helpers.DOMUtils.writeXml(DOMUtils.java:524)
at org.apache.cxf.tools.util.JAXBUtils.getPackageMappingSchemaBindingFile(JAXBUtils.java:131)
Labels (4)
2 Replies
Anonymous
Not applicable
Author

I had the same problem using the tESBComponent too.
My problem was I keep the header, when I called my WS.
<?xml version="1.0" encoding="UTF-8"?>
Anonymous
Not applicable
Author

I'm getting the same error with my tESBConsumer and the removal of the XML declaration isn't making any difference. Anyone out there who's solved this issue?