How to consume a SOAP WebService from QlikView Extenssion
Firstly, please excuse me for my bad english... I'll try to write correctly.
Here is my project : I use a WebService for some years. This WS need SOAP (XML) datas in entry. I have some code for create SOAP datas correctly and consume the AJAX response. I't s working on my PHP-Apache platform. I use JavaScript in client-side
Now, I would to call the same WebService from QlikView. I have read that is possible.
I created a static extenssion to familiarize a bit myself with QlikView and JS-API. And now, I would to use my WebService.