Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

RequestEDX: Variables not transmitted

Hi,

I'm trying to start a reload out of my c# program. The reload was successful, but when I want to add some variables it does accept the variables (but still executes the reload).

The call is:

- <Global method="RequestEDX" key="F5Wlt62/+EFSp1vc9ZaxkW0use088Pu4">
<i_TaskIDOrTaskName>POSJournal.qvw</i_TaskIDOrTaskName>
<i_Password />
<USERID>ADMIN</USERID>
<PASSWORD>ABC</PASSWORD>
<i_VariableName>TestTest</i_VariableName>
<i_VariableValueList>123456</i_VariableValueList>
</Global>


I get the following result:
- <RequestEDX>
- <RequestEDXResult>
<TaskStartResult>Success</TaskStartResult>
<Log />
</RequestEDXResult>
</RequestEDX>

Is there anything wrong with the XML?

Additional information:
ContentType is "text/xml"


Thanks in advance.

Regards
Michael

1 Reply
Not applicable
Author

Hi Michael,
may you gently post here the code too, i'm interested to do the same, thanks.
Regards