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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
karivadhan
Contributor
Contributor

Sending MySQL data to Webservice

Hi All,

          I am trying to send data from MySQL DB to a web service. I am storing the table data in tHashoutput and passing it to tFlowtoIterate. My flow looks like the below

tMySQLInput -> tHashoutput -> tFlowto Iterate = SUB_JOB1

tRestRequest -> tJavaRow -> tRestResponse.

 

On tJavaRow am calling the desired column using globalMap and passing it to the request body with GET attribute. 

The problem is am not receiving the data at the server. Is my approach correct? , is there any better way to do this? 

Any help will be appreciated.

Labels (5)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

may be I not fully understand idea, but as I understand You - You want SEND data to webservice

 

but

  • tRestRequest - listen for 3rd party requests
  • tRestResponce - return data back to requester 

if You want SEND data, You need first prepare body, it could be o tJava or tXMLMap or other component

and then tRestClient for send prepared body to webservice

View solution in original post

2 Replies
vapukov
Master II
Master II

may be I not fully understand idea, but as I understand You - You want SEND data to webservice

 

but

  • tRestRequest - listen for 3rd party requests
  • tRestResponce - return data back to requester 

if You want SEND data, You need first prepare body, it could be o tJava or tXMLMap or other component

and then tRestClient for send prepared body to webservice

Anonymous
Not applicable

Hi,

 

    Could you please share the screen shot of the issue?

 

Warm Regards,

Nikhil Thampi