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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
avastani
Partner - Creator III
Partner - Creator III

QVX Connector with MParameters

Hi,

I am writing a QVX Connector to fetch data from a Java Web Service JAX-WS using SOAP request and response.

My problem is that I cannot have the request in the URL since it is SOAP, (safe to mention I am revisiting a world I left long back so rough on the edges).

Any assistance in how I can pass parameters to the SOAP request would be great. I am trying to use the RunStandalone and Run methods from the QvxServer class.

SOAP request looks like,

<?xml version=....>

<env: envelope>

<env: header />

<env: body><myWebServiceMethod xmlns="http://....">

<arg0>

<![CDATA [<FromDate></FromDate><ToDate></ToDate>]]>

</arg0>

</myWebServiceMethod>

</env: Body>

</env: envelope>

The parameters I want to pass are FromDate and ToDate.

I guess the question that carries the day is, what should I have in my RunStandalone for parameters

RunStandalone(parentString, pipeName, connectionString, QVXFilePath, query);

apparently both connectionString and query cannot be empty for this to work. any help is great appreciated

0 Replies