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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to pass xml type parameter to stored procedure

Hi,

I am trying to call a stored procudere in tMSSqlSP.
stored procedure is as : EXEC . '<?xml version="1.0" encoding="UTF-8"?><customer><PROVIDER customer="C3VD0PIOGI"/></customer>'

This stored procedure take one argument it's type is xml.
But in our talend has document type. when i am passing document type argument its giving error :
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The method Document2Document(Document) is undefined for the type TypeConvert
The method setDocument(int, Document) is undefined for the type CallableStatement
Please help me any one,
Thanks in Advance,
Labels (4)
1 Reply
Anonymous
Not applicable
Author