"Call a rapidminer webservice from qlik"

norman_92
norman_92 New Altair Community Member
edited November 5 in Community Q&A
Im trrying to import a WebService in Qlik Sense .
My WebService looks like:
desktop-j62e963:8080/api/rest/process/qlik?
I cant call them in Qlik.
Any Ideas.
Thanks :)

Best Answer

  • IngoRM
    IngoRM New Altair Community Member
    Answer ✓
    Hi,
    I just did the same thing end of last week but for an anonymous web service.  Here is how to do that:
    Worked like a charm :-)

    Of course this is not possible if the web service delivers confident information.  In which case I would actually try the new REST connector in QlikSense first which would allow you to define the authentication details instead of adding them to the URL.  Did not try this myself but would be the first thing I would do to be honest...

    Hope this helps,
    Ingo

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    This WS needs authentification. So either you need to add username pw to the string or use a public one.
  • norman_92
    norman_92 New Altair Community Member
    i put admin:pw@ infront
    still not work
  • norman_92
    norman_92 New Altair Community Member
    admin:Kroos@DESKTOP-J62E963:8080/api/rest/process/qlik2?
  • norman_92
    norman_92 New Altair Community Member
    cant post a link therfore no http befor
  • IngoRM
    IngoRM New Altair Community Member
    Answer ✓
    Hi,
    I just did the same thing end of last week but for an anonymous web service.  Here is how to do that:
    Worked like a charm :-)

    Of course this is not possible if the web service delivers confident information.  In which case I would actually try the new REST connector in QlikSense first which would allow you to define the authentication details instead of adding them to the URL.  Did not try this myself but would be the first thing I would do to be honest...

    Hope this helps,
    Ingo

  • norman_92
    norman_92 New Altair Community Member
    Thanks Ingo :)