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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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