Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
razvan_brais
Creator III
Creator III

Call webService in Script

Hey guys ,

I have a question.

I have created in java a webService that sends mail to some specific users.

Now , I would like to call this web service in Script.

Do you have any ideas how can I do that?

Thank you,

Razvan

1 Solution

Accepted Solutions
razvan_brais
Creator III
Creator III
Author

Hello,

I solved it by creating a .net app that sends email and call my app .exe in script with EXECUTE statement and it works

View solution in original post

2 Replies
daveamz
Partner - Creator III
Partner - Creator III

Hi Razvan,

Have a look at this post: https://community.qlik.com/docs/DOC-9376

Regards,

David

razvan_brais
Creator III
Creator III
Author

Hello,

I solved it by creating a .net app that sends email and call my app .exe in script with EXECUTE statement and it works