🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Call a rapidminer webservice from qlik"

User: "norman_92"
New Altair Community Member
Updated by Jocelyn
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 :)

Find more posts tagged with

Sort by:
1 - 6 of 61
    This WS needs authentification. So either you need to add username pw to the string or use a public one.
    User: "norman_92"
    New Altair Community Member
    OP
    i put admin:pw@ infront
    still not work
    User: "norman_92"
    New Altair Community Member
    OP
    admin:Kroos@DESKTOP-J62E963:8080/api/rest/process/qlik2?
    User: "norman_92"
    New Altair Community Member
    OP
    cant post a link therfore no http befor
    User: "IngoRM"
    New Altair Community Member
    Accepted 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

    User: "norman_92"
    New Altair Community Member
    OP
    Thanks Ingo :)